Files
tldr/pages.zh/common/ifdata.md

24 lines
448 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.

# ifdata
> 显示网络接口的信息。
> 更多信息:<https://joeyh.name/code/moreutils/>.
- 显示指定接口的完整配置:
`ifdata -p {{eth0}}`
- 通过退出代码指示指定接口的[e]xistence
`ifdata -e {{eth0}}`
- 显示指定接口的IPv4 [a]地址和[n]etmask
`ifdata -pa -pn {{eth0}}`
- 显示指定接口的[N]etwork地址、[b]roadcast地址和MTU
`ifdata -pN -pb -pm {{eth0}}`
- 显示帮助:
`ifdata`