ubuntu 下安装ping 命令工具
时间:2016-08-06 01:44:44
收藏:0
阅读:10262
使用docker仓库下载的ubuntu 14.04 镜像。里面精简的连 ping 命令都没有。google 百度都搜索不到ping 命令在哪个包里。
努力找了半天,在一篇文件的字里行间发现了 ping 的来历~
root@node2:/# apt-get install inetutils-ping
还有ifconfig 可以用 apt-get install net-tools 来安装~
评论(0)