Skip to content

Instantly share code, notes, and snippets.

Created January 2, 2017 13:17
Show Gist options
  • Save anonymous/3e905c6fd1ea89339eb0707c0e12d724 to your computer and use it in GitHub Desktop.
Save anonymous/3e905c6fd1ea89339eb0707c0e12d724 to your computer and use it in GitHub Desktop.
~$ netstat -an46p | grep ipfs
(Not all processes could be identified, non-owned process info
will not be shown, you would have to be root to see it all.)
tcp 0 0 0.0.0.0:4001 0.0.0.0:* LISTEN 15876/ipfs
tcp 0 0 127.0.0.1:5001 0.0.0.0:* LISTEN 15876/ipfs
tcp 0 0 127.0.0.1:8080 0.0.0.0:* LISTEN 15876/ipfs
tcp6 0 0 :::4001 :::* LISTEN 15876/ipfs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment