HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

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

Submitted by: @import:tldr-pages··
0
Viewed 0 times
commandnetworkcliinformationifdownmoredisableinterfaces
linux

Problem

How to use the ifdown command: Disable network interfaces. More information: <https://manned.org/ifdown>.

Solution

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

Disable interface eth0:
ifdown {{eth0}}


Disable all interfaces which are enabled:
ifdown {{[-a|--all]}}

Code Snippets

Disable interface eth0

ifdown {{eth0}}

Disable all interfaces which are enabled

ifdown {{[-a|--all]}}

Context

tldr-pages: linux/ifdown

Revisions (0)

No revisions yet.