On Mon, Oct 25, 2010 at 9:33 PM, Tha.Suresh <[email protected]> wrote:
> Sometimes we require a particular job to stop for a certain period > and start again. > > Most of us familiar with the KILL command, But here is another cool > feature of the KILL command, > > $ kill -STOP <pid> > > $ kill -CONT <pid> > > This 'll stop the given PID since it has been not restarted with the > command -CONT. > > :-) > > Ex: > > $ kill -STOP 9952 (For Stop) > > $ kill -CONT 9952 (For Continue) > > > -- > Regards, > Tha.Suresh > Plagiarism? Tip published in LFY Oct 2010 issue(Sent by Santhosh Kothuru)!!!!! :-D Apinder Singh ____________________________ Please avoid sending me Word or PowerPoint attachments. See http://www.gnu.org/philosophy/no-word-attachments.html -- l...@iitd - http://tinyurl.com/ycueutm
