Skip to content

Instantly share code, notes, and snippets.

@djburdick
Created January 26, 2013 22:02
Show Gist options
  • Select an option

  • Save djburdick/4644909 to your computer and use it in GitHub Desktop.

Select an option

Save djburdick/4644909 to your computer and use it in GitHub Desktop.
check if a port is being used. #linux
netstat -ant | grep 8002
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment