Deprecated Commands
Last Updated: 2021-11-24
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, nstat |
netstat -r | ip route |
netstat -i | ip -s link |
netstat -g | ip maddr |