mirror of
https://github.com/tldr-pages/tldr.git
synced 2026-08-28 20:11:19 +08:00
ifup: add page (#922)
This commit is contained in:
committed by
Waldir Pimenta
parent
3c56b7b342
commit
077f9a5b5a
@@ -0,0 +1,11 @@
|
||||
# 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`
|
||||
Reference in New Issue
Block a user