Skip to content

Instantly share code, notes, and snippets.

@nanasess
Created July 19, 2014 06:45
Show Gist options
  • Save nanasess/61348f9611341d8facb5 to your computer and use it in GitHub Desktop.
Save nanasess/61348f9611341d8facb5 to your computer and use it in GitHub Desktop.
LISTEN しているポート一覧を確認する ref: http://qiita.com/nanasess/items/1244b75b084d166cca05
netstat -an | grep -e 'LISTEN *$'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment