Process List: Difference between revisions

From KlavoWiki
Jump to navigationJump to search
No edit summary
No edit summary
 
Line 1: Line 1:
To view a list of the running processes with the path of each process
To view a list of the running processes with the path of each process
<pre>
<pre>
ps -aux
ps aux
</pre>
</pre>


[[Category : Linux]]
[[Category : Linux]]

Latest revision as of 23:47, 6 November 2013

To view a list of the running processes with the path of each process

ps aux