Created
May 17, 2013 07:03
-
-
Save relax-more/5597413 to your computer and use it in GitHub Desktop.
[Shell] process の利用している 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
$ sudo lsof -i:8443 | |
COMMAND PID USER FD TYPE DEVICE SIZE NODE NAME | |
java 4249 globus 5u IPv4 650367 TCP *:8443 (LISTEN) | |
java 18389 globus 5u IPv4 650367 TCP *:8443 (LISTEN) | |
http://d.hatena.ne.jp/stakizawa/20080324/t1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment