mirror of
https://github.com/cheat/cheat.git
synced 2025-07-21 21:21:46 +02:00
View routing table with netstat
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user