Created
October 17, 2017 14:49
-
-
Save bigpresh/7f7239bd2ae1706ec085d0606357dd13 to your computer and use it in GitHub Desktop.
hmm.
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
[davidp@shakermaker:~]$ sudo netstat -lnp | grep 5011 | |
grep: warning: GREP_OPTIONS is deprecated; please use an alias or script | |
tcp 129 0 0.0.0.0:5011 0.0.0.0:* LISTEN 3862/starman worker | |
[davidp@shakermaker:~]$ sudo lsof | grep :5011 | |
grep: warning: GREP_OPTIONS is deprecated; please use an alias or script | |
starman 3862 dancer 5u IPv4 5893569 0t0 TCP *:5011 (LISTEN) | |
starman 3862 dancer 8u IPv4 8140850 0t0 TCP localhost:5011->localhost:44802 (CLOSE_WAIT) | |
starman 4870 dancer 5u IPv4 5893569 0t0 TCP *:5011 (LISTEN) | |
starman 5663 dancer 5u IPv4 5893569 0t0 TCP *:5011 (LISTEN) | |
starman 5663 dancer 8u IPv4 8010040 0t0 TCP localhost:5011->localhost:36860 (CLOSE_WAIT) | |
starman 5977 dancer 5u IPv4 5893569 0t0 TCP *:5011 (LISTEN) | |
starman 5977 dancer 8u IPv4 8139872 0t0 TCP localhost:5011->localhost:44804 (CLOSE_WAIT) | |
starman 13538 dancer 5u IPv4 5893569 0t0 TCP *:5011 (LISTEN) | |
starman 13541 dancer 5u IPv4 5893569 0t0 TCP *:5011 (LISTEN) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment