Link to home
Create AccountLog in
Avatar of taaz
taaz

asked on

Linux command to stop a process

I had this question after viewing Unix / Linux grid computing.
SOLUTION
Avatar of Gerwin Jansen
Gerwin Jansen
Flag of Netherlands image

Link to home
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
See answer
SOLUTION
Link to home
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
Avatar of taaz
taaz

ASKER

So we can not stop the process and then restart ?
The only option we have is to kill the process?

How we can start the same process if we kill it?
Avatar of taaz

ASKER

The thing is I want to temporary stop the process and then restart
What process is this? You want to pause a process, not stop a process right?
Avatar of taaz

ASKER

Right
To pause and then start
ASKER CERTIFIED SOLUTION
Link to home
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
Avatar of taaz

ASKER

Thank you!!!