Skip to content

Instantly share code, notes, and snippets.

@caingougou
Created March 20, 2012 07:50
Show Gist options
  • Select an option

  • Save caingougou/2132584 to your computer and use it in GitHub Desktop.

Select an option

Save caingougou/2132584 to your computer and use it in GitHub Desktop.
查看端口占用
lsof -i:[port]
netstate -apn | grep [port]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment