Skip to content

Instantly share code, notes, and snippets.

@styxyang
Last active December 20, 2015 00:49
Show Gist options
  • Save styxyang/6044858 to your computer and use it in GitHub Desktop.
Save styxyang/6044858 to your computer and use it in GitHub Desktop.
find out which process has the connection on one port
# `sudo' is needed on Debian
lsof -n -i4TCP:7777
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment