找不到netstat(安装netstat)
2016-05-29 本文已影响644人
知识分子中的文盲
安装net-tools即可
# Ubuntu
root@e594f45e41d4:/# apt-get install net-tools
# CentOS
# yum -y install net-tools
安装ping命令
# apt-get install iputils-ping
安装net-tools即可
# Ubuntu
root@e594f45e41d4:/# apt-get install net-tools
# CentOS
# yum -y install net-tools
安装ping命令
# apt-get install iputils-ping