mirror of
https://github.com/cheat/cheat.git
synced 2024-11-16 00:48:29 +01:00
Merge pull request #473 from extend1994/Fix-netstat
Add missing spaces for netstat command comment
This commit is contained in:
commit
184c200936
1 changed files with 2 additions and 2 deletions
|
@ -18,11 +18,11 @@ sudo netstat -vtlnp --listening -4
|
|||
# Replace it by:
|
||||
ss
|
||||
|
||||
# For netstat-r
|
||||
# For netstat -r
|
||||
ip route
|
||||
|
||||
# For netstat -i
|
||||
ip -s link
|
||||
|
||||
# For netstat-g
|
||||
# For netstat -g
|
||||
ip maddr
|
||||
|
|
Loading…
Reference in a new issue