[plug] Suspending processes
    Tony Breeds 
    magni at plug.linux.org.au
       
    Mon May 19 12:19:09 WST 2003
    
    
  
On Mon, May 19, 2003 at 02:14:52PM +1000, Rob Dunne wrote:
> 
> Hi list,
> 
> how do you get SIGSTOP to work -- it tells me it is an
> "Unknown signal"  -- but lists it among the accepted signals??
> 
> nh% ps -ef | grep yes
> robd     30053  1377  8 14:07 pts/1    00:00:13 yes
> robd     30101  1356  0 14:10 pts/0    00:00:00 grep yes
> nh% kill -s STOP 30053
kill -STOP 30053 ; or
kill -s SIGSTOP 30053
HTH
Yours Tony
        Linux.Conf.AU       http://lca2004.linux.org.au/
        Jan 12-17 2004      The Australian Linux Technical Conference!
    
    
More information about the plug
mailing list