Skip to content

Instantly share code, notes, and snippets.

@Omar-Salem
Last active June 8, 2018 00:16
Show Gist options
  • Save Omar-Salem/97e0b8bdb618154d3a0c14d7f02e9436 to your computer and use it in GitHub Desktop.
Save Omar-Salem/97e0b8bdb618154d3a0c14d7f02e9436 to your computer and use it in GitHub Desktop.
find process using port and kill
kill $(lsof -t -i:{port})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment