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

12 lines
174 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.

# ifdown
> 禁用网络接口。
> 更多信息:<https://manned.org/ifdown>。
- 禁用接口 eth0
`ifdown {{eth0}}`
- 禁用所有已启用的接口:
`ifdown -a`