Skip to content

Instantly share code, notes, and snippets.

@relax-more
Created May 17, 2013 07:03
Show Gist options
  • Save relax-more/5597413 to your computer and use it in GitHub Desktop.
Save relax-more/5597413 to your computer and use it in GitHub Desktop.
[Shell] process の利用している port を調べる
$ 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