Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 508 Bytes

ifup.md

File metadata and controls

25 lines (19 loc) · 508 Bytes

Linux ifup Command


Command Introduction (命令介绍)

ifup - bring a network interface up

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

#ifup --help
/usr/sbin/ifup: configuration for --help not found.
Usage: ifup <configuration>

Command Example (命令范例)


  ifup

  Tool used to enable network interfaces.

  - Enable interface eth0:
    ifup eth0

  - Enable all the interfaces defined with "auto" in /etc/network/interfaces:
    ifup -a