Created
January 11, 2014 17:58
-
-
Save samueldowens/8374333 to your computer and use it in GitHub Desktop.
checking port 80
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
♥ sudo lsof -i:80 | |
Password: | |
COMMAND PID USER FD TYPE DEVICE SIZE/OFF NODE NAME | |
httpd 822 root 5u IPv6 0xa2d943d26f90cbaf 0t0 TCP *:http (LISTEN) | |
httpd 826 _www 5u IPv6 0xa2d943d26f90cbaf 0t0 TCP *:http (LISTEN) | |
httpd 858 _www 5u IPv6 0xa2d943d26f90cbaf 0t0 TCP *:http (LISTEN) | |
httpd 859 _www 5u IPv6 0xa2d943d26f90cbaf 0t0 TCP *:http (LISTEN) | |
httpd 860 _www 5u IPv6 0xa2d943d26f90cbaf 0t0 TCP *:http (LISTEN) | |
Google 1743 myusername 234u IPv4 0xa2d943d273b69ff7 0t0 TCP 192.168.101.110:61990->a23-45-65-19.deploy.static.akamaitechnologies.com:http (ESTABLISHED) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment