Apr 23, 2007 #1 hokky Technical User Nov 9, 2006 170 AU Hi Guys, Just wondering what command in linux to find available signal ? Thanks.
Apr 23, 2007 #2 feherke Programmer Aug 5, 2002 9,540 RO Hi [tt]kill -l[/tt] ( with [tt]bash[/tt] or [tt]ksh[/tt] built-in function or [tt]/bin/kill[/tt] ) or [tt]trap -l[/tt] ( with [tt]bash[/tt] ). Feherke. http://rootshell.be/~feherke/ Upvote 0 Downvote
Hi [tt]kill -l[/tt] ( with [tt]bash[/tt] or [tt]ksh[/tt] built-in function or [tt]/bin/kill[/tt] ) or [tt]trap -l[/tt] ( with [tt]bash[/tt] ). Feherke. http://rootshell.be/~feherke/