Skip to content

Instantly share code, notes, and snippets.

@sharepointoscar
Created March 24, 2017 01:34
Show Gist options
  • Save sharepointoscar/42321dfaec57c6b0df7216165ed15e81 to your computer and use it in GitHub Desktop.
Save sharepointoscar/42321dfaec57c6b0df7216165ed15e81 to your computer and use it in GitHub Desktop.
Kill all processes running on port 80
sudo lsof -t -i tcp:80 -s tcp:listen | sudo xargs kill
@nawa94
Copy link

nawa94 commented Mar 24, 2021

Thank you! You saved my time.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment