mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-24 21:52:17 +00:00
Move pages under tldr, lint run.sh, update docs
This commit is contained in:
17
tldr/linux/ifup
Normal file
17
tldr/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