linux查看端口命令未找到?

场景:Linux新系统安装MySQL后查看端口是否启动报错

错误信息:-bash: netstat: command not found

如果出现上面找不到命令错误,可以通过以下命令安装下即可

yum install net-tools

猜你喜欢

转载自blog.csdn.net/weirdo_world/article/details/126588932