安装netstat

运维笔记

解决"-bash: netstat: command not found"问题

老蒋 发布于 2018-07-04 10:01:06

今天老蒋有在安装软件的时候需要开放某个端口,用netstat检查端口的时候有出现"-bash: netstat: command not found"的问题。应该是缺少组件没有安装导致的,开始我还觉得直接yum install netstat就可以了,发现并不是这样的通过查阅资料...