thnx sigs3gv & DoctorWho

This commit is contained in:
SkyperTHC
2022-06-09 14:38:34 +01:00
committed by GitHub
parent a7cda8e30a
commit 4fdf5566d7
+3 -1
View File
@@ -806,7 +806,9 @@ rlwrap ssh user@host
<a id="useful-anchor"></a>
**10.iv. Useful commands**
Use ```lsof -Pni``` or ```netstat -antpu``` to list all Internet connections.
Use ```lsof -Pni``` or ```netstat -antpu``` (or ```ss -antpu```) to list all Internet (_-tu_) connections.
Use ```ss -lntp``` to show all listening (_-l_) TCP (_-t_) sockets.
Use ```netstat -rn``` or ```ip route show``` to show default Internet route.