Ps (Unix)



         


In most Unix-like operating systems, the ps command line program gives a snapshot of the currently running processes, including ps itself.

ps has many options, though it is commonly run with the options aux, where "a" lists all processes on a terminal, including those of other users, "x" lists all processes without controlling terminals and "u" adds the controlling user for each process.

For a real-time view of processes, see top.






  View Live Article   This article is from Wikipedia. All text is available under the terms of the GNU Free Documentation License