mirror of https://github.com/cheat/cheat.git
Add missing spaces for netstat command comment
This commit is contained in:
parent
60bf61c82f
commit
f1837b4c59
|
@ -18,11 +18,11 @@ sudo netstat -vtlnp --listening -4
|
||||||
# Replace it by:
|
# Replace it by:
|
||||||
ss
|
ss
|
||||||
|
|
||||||
# For netstat-r
|
# For netstat -r
|
||||||
ip route
|
ip route
|
||||||
|
|
||||||
# For netstat -i
|
# For netstat -i
|
||||||
ip -s link
|
ip -s link
|
||||||
|
|
||||||
# For netstat-g
|
# For netstat -g
|
||||||
ip maddr
|
ip maddr
|
||||||
|
|
Loading…
Reference in New Issue