Netzwerk-Befehle
Verbindungen
Aktive Verbindungen:
netstat -an
ss -an
lsof -i
Port-Nutzung:
netstat -tlnp | grep :PORT
ss -tlnp | grep :PORT
lsof -i :PORT
Routing:
ip route
route -n
Interfaces:
ip addr
ip link
ifconfig
Aktive Verbindungen:
netstat -an
ss -an
lsof -i
Port-Nutzung:
netstat -tlnp | grep :PORT
ss -tlnp | grep :PORT
lsof -i :PORT
Routing:
ip route
route -n
Interfaces:
ip addr
ip link
ifconfig