Thursday, July 5, 2012

Show all running processes in Linux

"How do I see all running process in Linux?

You need to use the ps command. It provide information about the currently running processes, including their process identification numbers (PIDs). Both Linux and UNIX support ps command to display information about all running process. ps command gives a snapshot of the current processes. If you want a repetitive update of this status, use top command."

Source: http://www.cyberciti.biz
Link: Show all running processes in Linux

No comments:

Post a Comment