Skip to content

Instantly share code, notes, and snippets.

@gbarreiro
Created December 6, 2020 19:46
Show Gist options
  • Save gbarreiro/e9b667955ed6e1a2b28621366de1cb20 to your computer and use it in GitHub Desktop.
Save gbarreiro/e9b667955ed6e1a2b28621366de1cb20 to your computer and use it in GitHub Desktop.
Bash cheatsheet: running processes
ps # shows the processes running right now on this terminal session
ps aux # shows all the processes running on the computer
htop # display an activity monitor in the terminal
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment