Computer Science Fundamentals
Operating Systems
Subjective
Mar 13, 2013
How to terminate a process which is running and the specialty on command kill 0?
Detailed Explanation
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.
Discussion (0)
No comments yet. Be the first to share your thoughts!
Share Your Thoughts