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

View File

@@ -0,0 +1,28 @@
# IP 地址
> IP 地址管理子命令。
> 更多信息:<https://manned.org/ip-address>。
- 列出网络接口及其关联的 IP 地址:
`ip address`
- 过滤以仅显示活动网络接口:
`ip address show up`
- 显示特定网络接口的信息:
`ip address show dev {{eth0}}`
- 向网络接口添加 IP 地址:
`ip address add {{ip_address}} dev {{eth0}}`
- 从网络接口中删除 IP 地址:
`ip address delete {{ip_address}} dev {{eth0}}`
- 从网络接口中删除给定范围内的所有 IP 地址:
`ip address flush dev {{eth0}} scope {{global|host|link}}`