Skip to content

Instantly share code, notes, and snippets.

@hunterhug
Created September 30, 2017 09:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hunterhug/603139e547df72def4a53dcffd775ba4 to your computer and use it in GitHub Desktop.
Save hunterhug/603139e547df72def4a53dcffd775ba4 to your computer and use it in GitHub Desktop.
linux
netstat -lntp

  -l, --listening
       Show only listening sockets.  (These are omitted by default.)
   --numeric , -n
       Show numerical addresses instead of trying to determine symbolic host, port or user names.
   -p, --program
       Show the PID and name of the program to which each socket belongs.
  [--tcp|-t] [--udp|-u] [--raw|-w]

@hunterhug
Copy link
Author

pavucontrol

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment