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/ping6.md Normal file
View File

@@ -0,0 +1,24 @@
# ping6
> 通过IPv6地址向网络主机发送ICMP ECHO_REQUEST数据包。
> 更多信息:<https://manned.org/ping6>。
- Ping一个主机
`ping6 {{host}}`
- Ping一个主机仅指定次数
`ping6 -c {{count}} {{host}}`
- Ping一个主机指定请求之间的间隔默认为1秒
`ping6 -i {{seconds}} {{host}}`
- Ping一个主机不尝试查找地址的符号名称
`ping6 -n {{host}}`
- Ping一个主机当接收到数据包时发出铃声如果您的终端支持
`ping6 -a {{host}}`