DEVFYI - Developer Resource - FYI

What is 'ps' command for?

Unix Interview Questions


(Continued from previous question...)

24. What is 'ps' command for?

The ps command prints the process status for some or all of the running processes. The information given are the process identification number (PID),the amount of time that the process has taken to execute so far etc.

(Continued on next question...)

Other Interview Questions