Skip to content

Instantly share code, notes, and snippets.

@frayos
Last active November 22, 2017 10:40
Show Gist options
  • Save frayos/ccee2ac9247475daaa61e5e2958099b9 to your computer and use it in GitHub Desktop.
Save frayos/ccee2ac9247475daaa61e5e2958099b9 to your computer and use it in GitHub Desktop.
Linux commands
#!/bin/sh
lsof -i -P | grep LISTEN
ps auxwwww | grep <PID>
ps --no-headers -p <PID> -o pid,rss,cmd
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment