Disable a specified network interface.
The ifdown command is used to take a network interface down, preventing it from transmitting or receiving data.
ifdown [interface]
interface: The name of the network interface to disable.
ifdown eth0 # Disable eth0