linux:deprecated_linux_networking_commands_and_their_replacements
Устаревшие сетевые команды Linux и их замена
Deprecated command | Replacement command(s) |
---|---|
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 |
netstat | ss, ip route (for netstat-r), ip -s link (for netstat -i), ip maddr (for netstat-g) |
route | ip r (ip route) |
linux/deprecated_linux_networking_commands_and_their_replacements.txt · Последнее изменение: 2013/08/16 19:14 — 127.0.0.1
Обсуждение