Skip to content

Instantly share code, notes, and snippets.

@jeandat
Created May 2, 2017 20:16
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 jeandat/c6fa8e8fd7f2ab186bb1ee8ecc42d1e1 to your computer and use it in GitHub Desktop.
Save jeandat/c6fa8e8fd7f2ab186bb1ee8ecc42d1e1 to your computer and use it in GitHub Desktop.
Check open port
$ sudo lsof -nP -i:80
# Example: vmnet-nat 1045    root  9u  IPv4 0x8380  0t0  TCP *:80 (LISTEN)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment