Wednesday, 6 August 2014

How would you kill a process?


The kill command takes the PID as one argument; this identifies which process to terminate. The PID of a process can be got using 'ps' command.

No comments:

Post a Comment