
# Common Linux Network Management Commands
# Check network interfaces
ip addr show
# Check routing table
ip route show
# Check network connections
netstat -tuln
# Restart network service
sudo systemctl restart networking
# Check DNS resolution
nslookup example.com