mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-19 06:50:08 +00:00
Update cheatsheets
This commit is contained in:
17
linux/ifup
Normal file
17
linux/ifup
Normal file
@@ -0,0 +1,17 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, linux]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# ifup
|
||||
|
||||
> Enable network interfaces.
|
||||
> More information: <https://manpages.debian.org/latest/ifupdown/ifup.8.html>.
|
||||
|
||||
- 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