不推荐使用的网络命令及其替代
前言
有时非常奇怪archlinux上为什么没有ifconfig等命令.
在一次使用arp命令时发现arch并没有该命令,
搜索时发现了参考的网页,才明白原来是因为命令已经陈旧.
替代品
原命令 | 细节 | 替代命令 |
---|---|---|
arp | arp -a | ip n(neighbor) |
arp -d ip~addr~ | ip n del ip~addr~ | |
ifconfig | ip a(address), ip link, ip -s(stats) | |
iptunnel | ip tunnel | |
iwconfig | iw | |
nameif | ip link, ifrename | |
netstat | netstat -altnp | ss -altnp |
netstat -r | ip r(route) | |
netstat -i | ip -s link | |
netstat -g | ip maddr | |
route | ip r(route) |