DEVFYI - Developer Resource - FYI

How would you kill a process?

Unix Interview Questions


(Continued from previous question...)

25. 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.

(Continued on next question...)

Other Interview Questions