Skip to content

Instantly share code, notes, and snippets.

@weslley39
Created October 4, 2016 16:56
Show Gist options
  • Save weslley39/f3b433e76678c3cc9c97e63f99b0e55d to your computer and use it in GitHub Desktop.
Save weslley39/f3b433e76678c3cc9c97e63f99b0e55d to your computer and use it in GitHub Desktop.
List open files on a port and copy PID
lsof -i :<port>
Kill it with fire :)
kill -9 <PID>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment