Find Process Listening At Port 8080 On Mac OS X - Gists · GitHub

Skip to content Search Gists Search Gists All gists Back to GitHub Sign in Sign up Sign in Sign up Dismiss alert {{ message }}

Instantly share code, notes, and snippets.

@sathish-io sathish-io/Find process listening at port 8080 on Mac OS X Created March 2, 2014 20:39 Show Gist options
  • Star (0) You must be signed in to star a gist
  • Fork (1) You must be signed in to fork a gist
  • Embed Select an option
    • Embed Embed this gist in your website.
    • Share Copy sharable link for this gist.
    • Clone via HTTPS Clone using the web URL.

    No results found

    Learn more about clone URLs Clone this repository at <script src="https://gist.github.com/sathish-io/9313465.js"></script>
  • Save sathish-io/9313465 to your computer and use it in GitHub Desktop.
Code Revisions 1 Forks 1 Embed Select an option
  • Embed Embed this gist in your website.
  • Share Copy sharable link for this gist.
  • Clone via HTTPS Clone using the web URL.

No results found

Learn more about clone URLs Clone this repository at <script src="https://gist.github.com/sathish-io/9313465.js"></script> Save sathish-io/9313465 to your computer and use it in GitHub Desktop. Download ZIP Find process listening at port 8080 on Mac OS X Raw Find process listening at port 8080 on Mac OS X 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 Show hidden characters
Here is the command to find out the process # that is listening at the givne port(say 8080) in on Mac OS X,
lsof -n -i4TCP:8080 | grep LISTEN
this will return below sample o/p,
java 41038 user1 54u IPv6 0x68e4c014dcuy8y0 0t0 TCP *:http-alt (LISTEN)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment You can’t perform that action at this time.

Từ khóa » Http-alt Lsof