ps

View currently running processes

Usage

      ps
    

Shows the processes for the current shell

Common Flags

a Show processes for all usersu Include CPU and memory usage among other thingsx Include processes without a controlling terminal

Examples

Standard use

      ps aux
    

Lists all running processes with detailed information

Find processes by name

      ps aux | grep firefox
    

Lists running Firefox processes