Uplne totalne nejzakladnejdi seznam příkazů s příklady pro správu sítě:
ping www.example.com
ipconfig
ifconfig
traceroute www.example.com
tracert www.example.com
ip addr show
ip addr add 192.168.1.10/24 dev eth0
netsh interface ip show config
netsh interface ip set address "Local Area Connection" static 192.168.1.10 255.255.255.0 192.168.1.1
nslookup www.example.com
dig www.example.com
top
netstat -a
nmap 192.168.1.0/24
systemctl restart network.service
service networking restart
tcpdump -i eth0
wireshark
route -n
route add default gw 192.168.1.1