View routing table with netstat

This commit is contained in:
adelviscio 2013-09-01 16:04:17 -04:00
parent 14821d424c
commit b894974dc7

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