Report issue Add example

ifdown

Disable a specified network interface.

Description

The ifdown command is used to take a network interface down, preventing it from transmitting or receiving data.

Syntax

ifdown [interface]

Parameters

interface: The name of the network interface to disable.

Examples

ifdown eth0  # Disable eth0