Linux下常用网络命令

设置IP,掩码、网关

ifconfig eth0 192.168.0.12 net mask 255.255.255.0 

设置网关

route add default gw 192.168.0.1

查看到某个网络的路由路径信息

traceroute 

查询DNS服务是否正常

nslookup www.baidu.com

dig www.baidu.com

连通性检测

ping






你可能感兴趣的:(makefile+shell)