Tuesday, May 13, 2008

Killing all processes

Here's the command to kill all process belonging to current user in solaris.
 
kill -9 -1
 
where 9 => number equivalent for SIGKILL
 

0 Comments:

Post a Comment

<< Home