Sodamhan.com

TL;DR

ifdown

Disable network interfaces. More information: https://manned.org/ifdown.

  • Disable interface eth0:

ifdown eth0

  • Disable all interfaces which are enabled:

ifdown -a

This document was created using the contents of the tldr project.