Deprecated Commands
Updated: 2020-06-29
Deprecated Linux commands and their replacements:
deprecated | replaced by |
---|---|
arp | ip n (ip neighbor) |
ifconfig | ip a (ip addr), ip link, ip -s (ip -stats) |
iptunnel | ip tunnel |
iwconfig | iw |
nameif | ip link, ifrename |
route | ip route |
ipmaddr | ip maddr |
netstat | ip -s, ip route (for netstat-r), ip -s link (for netstat -i), ip maddr (for netstat-g), nstat |