mirror of https://github.com/cheat/cheat.git
Merge pull request #65 from adelviscio/patch-5
View routing table with netstat
This commit is contained in:
commit
54e339ef19
|
@ -1,2 +1,5 @@
|
||||||
# To view which users/processes are listening to which ports:
|
# To view which users/processes are listening to which ports:
|
||||||
sudo netstat -lnptu
|
sudo netstat -lnptu
|
||||||
|
|
||||||
|
# To view routing table (use -n flag to disable DNS lookups):
|
||||||
|
netstat -r
|
||||||
|
|
Loading…
Reference in New Issue