Skip to content

Instantly share code, notes, and snippets.

@javikalsan
Created February 13, 2014 07:44
Show Gist options
  • Save javikalsan/8971330 to your computer and use it in GitHub Desktop.
Save javikalsan/8971330 to your computer and use it in GitHub Desktop.
linux users executing system proceses
ps aux | cut -d " " -f1 | sort | uniq | grep -v USER
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment