今までありがとう「ifconfig」

http://tsuchinoko.dmmlabs.com/?p=1387

ということでnet-toolsとiproute2の対応表一覧です。自分の備忘録として残しておきます。

転記しとこう。

net-tools iproute2
ifconfig ip l (ip link)
ifconfig -a ip a show (ip addr show)
ifconfig eth0 up ip link set eth0 up
netstat ss
netstat -i ip -s link
netstat -l ss -l
netstat -r ip r (ip route)
route [add del] ip route [add del]
route -n ip route show
arp -n ip n (ip neighbor)

でも、使わないと覚えないよな...
エイリアスも負けてる気がするし。