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
181 B
Markdown
Raw Normal View History

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