NotePublic/Software/System/Linux/Linux_查看网关_子网掩码和_IP_地址.md

147 B

Linux查看网关、子网掩码和 IP 地址

# 查看网关和子网掩码
route -n
netstat -r
# 查看 IP 地址等
ifconfig
ip a