linux下netstat command not found问题解决

centos7
执行: netstat -an | grep 22 命令报错。
报错信息: -bash: netstat: command not found

只需要执行:yum install net-tools,安装net-tools工具包就行了。

ubuntu/debian
问题描述: 执行netstat命令报错: command not found: netstat
解决方法: 执行sudo apt install net-tools即可

done!

出处:www.l1mn.com

原文标题:linux下netstat command not found问题解决

原文地址:https://www.l1mn.com/p/jy2va.html

本文版权归作者所有,欢迎转载,但未经作者同意必须保留此段声明,且在文章页面明显位置给出原文连接。

评论

皖ICP备2023023451号

Copyright © L1MN.COM 联系方式:l1mnfw@163.com