mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-09-09 02:33:16 +02:00
netstat -n
and -r
This commit is contained in:
parent
21992f3bf8
commit
32d61ddbf2
1 changed files with 4 additions and 0 deletions
|
@ -21,3 +21,7 @@
|
|||
- List information continuously:
|
||||
|
||||
`netstat -c`
|
||||
|
||||
- List routes (-r) without resolve ip to hostname (-n):
|
||||
|
||||
`netstat -nr`
|
||||
|
|
Loading…
Add table
Reference in a new issue