記錄
首先切換目錄 /usr/bin
cd /usr/bin
下載tcping
wget -O tcping https://soft.mengclaw.com/Bash/TCP-PING
接著授與執行權限
chmod +x tcping

可以了,沒有在出現 Permission denied

執行tcping -d 8.8.8.8 53
疑 怎麼沒有ping time

少裝一個 tcptraceroute
yum install -y tcptraceroute
ps 如果出現 bc command not found 記得安裝 yum install -y bc

重新執行一次 tcping -d 8.8.8.8 53

done 正常
請先 登入 以發表留言。