> CentOS > CentOS入门 >

centos下中断ping命令

centos下中断ping命令

ctrl+c是可以的。不然也可以ctrl+z,然后kill %1
最好的方法还是 ping -c 3 192.168.1.1 ,-c 3表示ping 3次
(责任编辑:IT)