Last active
February 12, 2018 03:39
-
-
Save toddmcbrearty/6a98b6fb92bbceebc57386fc68d4bb9a to your computer and use it in GitHub Desktop.
kill process using port osx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
lsof -ti:<port_number> | xargs kill -9 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment