ps
Linux · Processes · available in the simulator
What it does
Report a snapshot of the current processes.
Syntax
ps [opciones]
Options and parameters
auxBSD syntax: display all processes from all users in detailed format.
ps aux-efStandard syntax: display all processes in full-format listing.
-u USERSelect processes by username or user ID.
-eSelect all processes.
-fFull-format listing, showing parent process and command line arguments.
ps -ef-uFilter by user.
ps -u ana-pSelect process by process ID (PID).
--sortSpecify sorting order by column or field.
ps aux --sort=-%mem
Usage examples
psps auxps -efps -u anaps -ef --forestps aux --sort=-%mem