cheat-fork-echo/cheat/cheatsheets/route
Brandon Pierce 41d2a810e6 add debugging examples for bash
add new command route
2014-08-13 10:49:56 -07:00

6 lines
133 B
Plaintext

# Add a default gateway:
route add default gateway 192.168.0.1
# Display routing table IP addresses instead of host names:
route -n