Miscellaneous Linux Commands

From TheBestLinux.com
Revision as of 07:00, 14 June 2014 by Jamie (talk | contribs)
Jump to navigation Jump to search

The "ps" Process Command Syntax:


To show all executing processes:

$ ps ax


To show all processed running by a specific user(This example shows all processes running by the Apache WebServer):

$ ps -U apache