..::capture of life::..

...my thoughts, learnings & captured images...

Process control

kill    sends a signal to processes, causing them to terminate
or otherwise
act upon receiving the signal in some way.
kill -1 PID reboot the process
kill -9 PID terminate the process
kill all stop all the daemon of that process
pkill terminate the respective process daemon

0 comments:

add2any