NotePublic/Software/System/Linux/Linux_查看网关_子网掩码和_IP_地址.md
rick.chan 8b520b8451 修正高亮标签.
Signed-off-by: rick.chan <chenyang@autoai.com>
2020-05-20 16:18:39 +08:00

147 B

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

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