Difference between revisions of "Miscellaneous Linux Commands"

From TheBestLinux.com
Jump to navigation Jump to search
(Created page with "Here are some miscellaneous Linux shell commands: <br /> Process command syntax: To show all executing processes: <pre style="color:blue">$ ps ax</pre> <br /> To show all process...")
 
Line 1: Line 1:
 
Here are some miscellaneous Linux shell commands:
 
Here are some miscellaneous Linux shell commands:
 
<br />
 
<br />
 +
<h2><b>
 
Process command syntax:
 
Process command syntax:
 +
</b></h2>
 +
<br />
 
To show all executing processes:
 
To show all executing processes:
 
<pre style="color:blue">$ ps ax</pre>
 
<pre style="color:blue">$ ps ax</pre>

Revision as of 06:58, 14 June 2014

Here are some miscellaneous Linux shell commands:

Process command syntax:


To show all executing processes:

$ ps ax


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

$ ps -U apache