add new chinese translations

This commit is contained in:
2024-12-30 15:25:56 +08:00
parent a850046d7b
commit 0d798759fd
5418 changed files with 105800 additions and 7052 deletions

24
pages.zh/common/ifdata.md Normal file
View File

@@ -0,0 +1,24 @@
# 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`