System Grab Bag

View all TLDR pages from common (or from all pages)

route

Use route cmd to set the route table. More information: https://manned.org/route.
  • Display the information of route table:
    route -n
  • Add route rule:
    sudo route add -net {{ip_address}} netmask {{netmask_address}} gw {{gw_address}}
  • Delete route rule:
    sudo route del -net {{ip_address}} netmask {{netmask_address}} dev {{gw_address}}

License and Disclaimer

The content on this page is copyright © 2014—present the tldr-pages team and contributors.
This page is used with permission under Creative Commons Attribution 4.0 International License.

While we do attempt to make sure content is accurate, there isn't a warranty of any kind.

Other Projects

This TLDR page is also found in other projects: