Results 1 to 2 of 2
Im looking for the command to pause or sleep a process by pid.
I dont want to use the kill -STOP...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 06-26-2010 #1Just Joined!
- Join Date
- Jun 2010
- Posts
- 1
Pause Process
Im looking for the command to pause or sleep a process by pid.
I dont want to use the kill -STOP
- 06-27-2010 #2Just Joined!
- Join Date
- Apr 2009
- Location
- Philippines
- Posts
- 34
Based from what I read on some sites, kill -STOP is the command you're looking for. You can then continue the process by issuing kill -CONT [PID], where [PID] is the process ID.


Reply With Quote
