Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 425 Bytes

ifdown.md

File metadata and controls

24 lines (18 loc) · 425 Bytes

Linux ifdown Command


Command Introduction (命令介绍)

ifup - bring a network interface up

Command Format and Options (命令格式和选项)

#ifdown --help
usage: ifdown <configuration>

Command Example (命令范例)


  ifdown

  Disable network interfaces.

  - Disable interface eth0:
    ifdown eth0

  - Disable all interfaces which are enabled:
    ifdown -a