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

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

# 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}}`