Linux Processes

From rbachwiki
Revision as of 19:51, 19 March 2019 by Bacchas (talk | contribs) (Created page with "==Viewing Processes== ps # view process that are running in the current shell ps -f # Displays PID '''Display an entire list of processes across all terminals and including...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Viewing Processes

ps # view process that are running in the current shell
ps -f # Displays PID

Display an entire list of processes across all terminals and including daemons

ps -ef