cmd,中的运行知识

来源:百度知道 编辑:UC知道 时间:2024/05/15 15:45:31
Usage: ping [-t] [-a] [-n count] [-l size] [-f] [-i TTL] [-v TOS]
[-r count] [-s count] [[-j host-list] | [-k host-list]]
[-w timeout] target_name

Options:
-t Ping the specified host until stopped.
To see statistics and continue - type Control-Break
To stop - type Control-C.
-a Resolve addresses to hostnames.
-n count Number of echo requests to send.
-l size Send buffer size.
-f Set Don't Fragment flag in packet.
-i TTL Time To Live.
-v TOS Type Of Service.
-r count Record route for count hops.
-s count Timestamp for count hops.
-j host-list Loose source route along host-list.
-k host-list Strict source route along host-list.
-w timeout Timeout in milliseconds to wait for each reply.
p 这是CPU中的。解释

translate it to Chinese?

命令:ping [选项] 目标名

ping是个网络命令

[]中的选项是ping命令的参数,可有可无,如果你想得到不同的结果,需要给出不同的选项

目标名,通常为ip地址,也可以是主机名,域名等