Skip to content

Instantly share code, notes, and snippets.

@soardex
Created June 19, 2015 11:54
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • Save soardex/b8599a257f210917a666 to your computer and use it in GitHub Desktop.
Save soardex/b8599a257f210917a666 to your computer and use it in GitHub Desktop.
Deprecated Linux Commands
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)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment