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

12 lines
239 B
Markdown

# ifup
> Tool used to enable network interfaces.
> More information: <https://linux.die.net/man/8/ifup>.
- Enable interface eth0:
`ifup {{eth0}}`
- Enable all the interfaces defined with "auto" in `/etc/network/interfaces`:
`ifup -a`