mirror of
https://github.com/Erreur32/cheat.git
synced 2024-12-23 06:02:12 +01:00
View routing table with netstat
This commit is contained in:
parent
14821d424c
commit
b894974dc7
1 changed files with 3 additions and 0 deletions
|
@ -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 a new issue