mirror of
https://github.com/cheat/cheat.git
synced 2024-11-22 22:11:35 +01:00
6 lines
156 B
Plaintext
6 lines
156 B
Plaintext
# 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
|