Difference between revisions of "Ps"

From Linuxintro
imported>ThorstenStaerk
(New page: ps is a command to list all processes. You can invoke it like this: ps ps -A ps -ef ps -auxf)
(No difference)

Revision as of 15:04, 11 May 2009

ps is a command to list all processes. You can invoke it like this:

ps
ps -A
ps -ef
ps -auxf