Open main menu
Home
Random
Recent changes
Special pages
Community portal
Preferences
About Wikipedia
Disclaimers
Incubator escapee wiki
Search
User menu
Talk
Dark mode
Contributions
Create account
Log in
Editing
Ps (Unix)
(section)
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
==Options== <code>ps</code> has many options. On [[operating system]]s that support the [[Single UNIX Specification|SUS]] and [[POSIX]] standards, <code>ps</code> commonly runs with the options '''-ef''', where "-e" selects '''e'''very process and "-f" chooses the "'''f'''ull" output format. Another common option on these systems is '''-l''', which specifies the "'''l'''ong" output format. Most systems derived from [[BSD]] fail to accept the SUS and POSIX standard options because of historical conflicts. (For example, the "e" or "-e" option will display [[environment variable]]s.) On such systems, <code>ps</code> commonly runs with the non-standard options '''aux''', where "a" lists all processes on a [[Computer terminal|terminal]], including those of other users, "x" lists all processes without [[controlling terminal]]s and "u" adds a column for the controlling user for each process. For maximum compatibility, there is no "-" in front of the "aux". "ps auxww" provides complete information about the process, including all parameters.
Edit summary
(Briefly describe your changes)
By publishing changes, you agree to the
Terms of Use
, and you irrevocably agree to release your contribution under the
CC BY-SA 4.0 License
and the
GFDL
. You agree that a hyperlink or URL is sufficient attribution under the Creative Commons license.
Cancel
Editing help
(opens in new window)