Logo
Web01
Ch4os1@web01:~/commands/ps
← View all bash commands

ps

ps - Report a snapshot of current processes.

Examples

ps aux
              

Display all running processes.

ps -ef
              

Display all processes in full format.

Notes

This command affects only the current shell session.