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

13 lines
252 B
Markdown
Raw Normal View History

# ifup
> 네트워크 인터페이스 활성화.
> 더 많은 정보: <https://manned.org/ifup.8>.
- 인터페이스 eth0 활성화:
`ifup {{eth0}}`
- `/etc/network/interfaces`에서 "auto"로 정의된 모든 인터페이스 활성화:
`ifup -a`