DEVFYI - Developer Resource - FYI

How to terminate a process which is running and the specialty on command kill 0?

Unix Interview Questions


(Continued from previous question...)

101. How to terminate a process which is running and the specialty on command kill 0?

With the help of kill command we can terminate the process.
Syntax: kill pid
Kill 0 - kills all processes in your system except the login shell.

(Continued on next question...)

Other Interview Questions