Difference between revisions of "Miscellaneous Linux Commands"

From TheBestLinux.com
Jump to navigation Jump to search
Line 1: Line 1:
<h2><b>
+
<h2>
 
The "ps" Process Command Syntax:
 
The "ps" Process Command Syntax:
</b></h2>
+
</h2>
 
<br />
 
<br />
 
To show all executing processes:
 
To show all executing processes:

Revision as of 07:02, 14 June 2014

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