Linux Processes
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