Code:
aaron@linux-xsf0:~/ghost> su
Password:
linux-xsf0:/home/aaron/ghost # iptables -L -vn
Chain INPUT (policy ACCEPT 31379 packets, 5329K bytes)
pkts bytes target prot opt in out source destination
Chain FORWARD (policy ACCEPT 0 packets, 0 bytes)
pkts bytes target prot opt in out source destination
Chain OUTPUT (policy ACCEPT 30693 packets, 8871K bytes)
pkts bytes target prot opt in out source destination
linux-xsf0:/home/aaron/ghost # netstat -lnt
Active Internet connections (only servers)
Proto Recv-Q Send-Q Local Address Foreign Address State
tcp 0 0 0.0.0.0:111 0.0.0.0:* LISTEN
tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN
tcp 0 0 127.0.0.1:631 0.0.0.0:* LISTEN
tcp 0 0 127.0.0.1:25 0.0.0.0:* LISTEN
tcp 0 0 :::139 :::* LISTEN
tcp 0 0 :::111 :::* LISTEN
tcp 0 0 :::22 :::* LISTEN
tcp 0 0 ::1:631 :::* LISTEN
tcp 0 0 :::445 :::* LISTEN
linux-xsf0:/home/aaron/ghost #
I really don't know what the point of that second command was or what it tells me, I'm sorry, still a n00b. Can you help me decode that?