Merge pull request #65 from adelviscio/patch-5

View routing table with netstat
This commit is contained in:
Chris Lane 2013-09-01 18:15:03 -07:00
commit 54e339ef19
1 changed files with 3 additions and 0 deletions

View File

@ -1,2 +1,5 @@
# To view which users/processes are listening to which ports:
sudo netstat -lnptu
# To view routing table (use -n flag to disable DNS lookups):
netstat -r