-
How do you get current CPU utilization, memory and disk space usage in Linux/Unix?
What are the commands?
-
-
What does command "kill -9" does ?
(Forces a process to be killed. ) But what actually happens behind the scene?
-
What is redirection?
Directing the flow of data to the file or from the file for input or output.Example : �ls > wc
-
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 pidKill 0 - kills all processes in your system except the login shell.