1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-23 19:02:09 +02:00
tldr/pages/linux/ifup.md

12 lines
219 B
Markdown

# ifup
> Enable network interfaces.
> More information: <https://manned.org/ifup.8>.
- Enable interface eth0:
`ifup {{eth0}}`
- Enable all the interfaces defined with "auto" in `/etc/network/interfaces`:
`ifup -a`