Skip to content

Instantly share code, notes, and snippets.

@jacqueline-homan
Created February 11, 2016 19:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jacqueline-homan/aca46b61b1794f28403e to your computer and use it in GitHub Desktop.
Save jacqueline-homan/aca46b61b1794f28403e to your computer and use it in GitHub Desktop.
[07:50 PM]-[vagrant@local]-[~]
$ sudo lsof -i
COMMAND PID USER FD TYPE DEVICE SIZE/OFF NODE NAME
rpcbind 534 root 6u IPv4 9575 0t0 UDP *:sunrpc
rpcbind 534 root 7u IPv4 9620 0t0 UDP *:640
rpcbind 534 root 8u IPv4 9621 0t0 TCP *:sunrpc (LISTEN)
rpcbind 534 root 9u IPv6 9622 0t0 UDP *:sunrpc
rpcbind 534 root 10u IPv6 9623 0t0 UDP *:640
rpcbind 534 root 11u IPv6 9624 0t0 TCP *:sunrpc (LISTEN)
rpc.statd 570 statd 4u IPv4 9688 0t0 UDP localhost:746
rpc.statd 570 statd 7u IPv4 9695 0t0 UDP *:43186
rpc.statd 570 statd 8u IPv4 9698 0t0 TCP *:35725 (LISTEN)
rpc.statd 570 statd 9u IPv6 9701 0t0 UDP *:48738
rpc.statd 570 statd 10u IPv6 9704 0t0 TCP *:44400 (LISTEN)
dhclient 853 root 6u IPv4 10686 0t0 UDP *:bootpc
dhclient 853 root 20u IPv4 10661 0t0 UDP *:49035
dhclient 853 root 21u IPv6 10662 0t0 UDP *:9569
mysqld 1265 mysql 17u IPv4 11774 0t0 TCP localhost:mysql (LISTEN)
php5-fpm 1268 root 7u IPv4 11491 0t0 TCP localhost:9000 (LISTEN)
php5-fpm 1270 www-user 0u IPv4 11491 0t0 TCP localhost:9000 (LISTEN)
php5-fpm 1271 www-user 0u IPv4 11491 0t0 TCP localhost:9000 (LISTEN)
mcollecti 2029 root 8u IPv4 24119 0t0 TCP 10.0.2.15:34403->198.105.254.228:6163 (SYN_SENT)
nginx 2121 root 12u IPv4 12604 0t0 TCP *:http (LISTEN)
nginx 2121 root 13u IPv4 12605 0t0 TCP *:https (LISTEN)
nginx 2123 www-data 12u IPv4 12604 0t0 TCP *:http (LISTEN)
nginx 2123 www-data 13u IPv4 12605 0t0 TCP *:https (LISTEN)
puppet 3546 root 8u IPv4 24086 0t0 TCP 10.0.2.15:37337->198.105.254.228:8140 (SYN_SENT)
redis-ser 3777 redis 4u IPv4 14044 0t0 TCP localhost:6379 (LISTEN)
sshd 5205 root 3u IPv4 15412 0t0 TCP *:ssh (LISTEN)
sshd 5205 root 4u IPv6 15414 0t0 TCP *:ssh (LISTEN)
ntpd 10591 ntp 16u IPv4 19778 0t0 UDP *:ntp
ntpd 10591 ntp 17u IPv6 19779 0t0 UDP *:ntp
ntpd 10591 ntp 18u IPv4 19785 0t0 UDP localhost:ntp
ntpd 10591 ntp 19u IPv4 19786 0t0 UDP 10.0.2.15:ntp
ntpd 10591 ntp 20u IPv4 19787 0t0 UDP 192.168.56.101:ntp
ntpd 10591 ntp 21u IPv6 19788 0t0 UDP localhost:ntp
ntpd 10591 ntp 22u IPv6 19789 0t0 UDP [fe80::a00:27ff:fed6:b155]:ntp
ntpd 10591 ntp 23u IPv6 19790 0t0 UDP [fe80::a00:27ff:fe4f:2cef]:ntp
sshd 14961 root 3u IPv4 23468 0t0 TCP 10.0.2.15:ssh->10.0.2.2:54751 (ESTABLISHED)
sshd 14979 vagrant 3u IPv4 23468 0t0 TCP 10.0.2.15:ssh->10.0.2.2:54751 (ESTABLISHED)
[07:52 PM]-[vagrant@local]-[~]
$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment