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

13 lines
239 B
Markdown
Raw Normal View History

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