`

查看linux版本是centos还是redhat linux

 
阅读更多
最精确的还是查看 cat /etc/redhat-release

参考:https://zhidao.baidu.com/question/281195316.html


centos6下无法使用lsof命令"-bash: lsof: command not found"

1. 问题描述
在centos下, 无法使用命令lsof, 出现以下信息:
# lsof -i:3690  
-bash: lsof: command not found  


2. 解决方法
我们可以通过yum来安装:
# yum install lsof  


3. lsof 的常用几个命令
lsof -i:(端口号) 


如,
lsof -i:3306         (3306默认是mysql服务端的端口)
lsof -i:3690         (3690默认是svn服务端的端口)
分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics