Process List: Difference between revisions
From KlavoWiki
Jump to navigationJump to search
Created page with 'To view a list of the running processes with the path of each process <pre> ps aux </pre> Category : Linux' |
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]] |
Revision as of 04:04, 17 May 2011
To view a list of the running processes with the path of each process
ps -aux