Created
June 18, 2014 20:55
-
-
Save corbanb/18cc9e6259f7258794f8 to your computer and use it in GitHub Desktop.
list open processes on port
This file contains hidden or 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
| # useful for rails server already running message | |
| lsof -wni tcp:3000 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment