1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-21 22:22:07 +02:00
tldr/pages.ko/linux/ifup.md
코드싸이 340dd5cc12
ifstat: fix typo, linux/i*: add Korean translation (#14706)
* linux/i*: add Korean translation

* ifstat: fix typo
2024-11-09 13:27:36 +09:00

12 lines
252 B
Markdown

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