Files
tldr/pages.zh/linux/ifup.md

12 lines
206 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# ifup
> 启用网络接口。
> 更多信息:<https://manned.org/ifup.8>。
- 启用接口 eth0
`ifup {{eth0}}`
- 启用 `/etc/network/interfaces` 中定义为 "auto" 的所有接口:
`ifup -a`