使用netstat查看端口占用情况时,报错:
-bash: netstat:: command not found
因为CentOS7最小化安装默认没有net-tools:
yum -y install net-tools