Query

7 views
Skip to first unread message

SUJIT KUMAR

unread,
Feb 8, 2011, 9:27:17 AM2/8/11
to NIT Agartala GNU/Linux Users Group
hello, please tell me how to pause running process in terminal and
resume after some time.

VIGNESH PRABHU

unread,
Feb 8, 2011, 9:50:44 AM2/8/11
to nit...@googlegroups.com

Hi,

On Tue, Feb 8, 2011 at 7:57 PM, SUJIT KUMAR <suji...@gmail.com> wrote:
hello, please tell me how to pause running process in terminal and
resume after some time.

You can send a Susp Signal to the process. 

kill -STOP <pid>

Then resume it using 

kill -CONT <pid> 


--
Regards,
Vignesh
B. Tech in Computer Science
National Institute Of Technology-Durgapur



Anupam Jamatia

unread,
Feb 8, 2011, 10:10:33 AM2/8/11
to nit...@googlegroups.com

|On Tue, Feb 8, 2011 at 7:57 PM, SUJIT KUMAR <suji...@gmail.com> wrote:

|hello, please tell me how to pause running process in terminal and

|resume after some time.

\--


To Stop

kill -s STOP [pid]


To Resume

kill -s CONT [pid]


Regards 

AJ


SUJIT KUMAR

unread,
Feb 9, 2011, 10:39:05 PM2/9/11
to NIT Agartala GNU/Linux Users Group
thank you sir.

On Feb 8, 10:10 am, Anupam Jamatia <anupamjama...@gmail.com> wrote:

A.J

unread,
Feb 9, 2011, 11:22:33 PM2/9/11
to NIT Agartala GNU/Linux Users Group


|On Feb 10, 8:39 am, SUJIT KUMAR <sujit1...@gmail.com> wrote:
|> thank you sir.
\--

DO NOT DO TOP POSTING : Top posting means when you are replying to
somebody's email do not start typing on the top. Use IN-LINE or
BOTTOM posting. You can type in between thing so that people can
understand what you are replying to.

Regards
AJ
Reply all
Reply to author
Forward
0 new messages