Skip to content

Instantly share code, notes, and snippets.

@ederrafo
Created March 10, 2020 14:53
Show Gist options
  • Save ederrafo/cc60101d5b402e70961d5fcc6cf022ee to your computer and use it in GitHub Desktop.
Save ederrafo/cc60101d5b402e70961d5fcc6cf022ee to your computer and use it in GitHub Desktop.
linux lsof

lsof is a command meaning "list open files", which is used in many Unix-like systems to report a list of all open files and the processes that opened them.

$ lsof -i tcp:3000
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment