1.错误描述
在CentOS下,使用lsof命令,显示bash: lsof: command not found
2.解决办法
使用yum install lsof命令 安装lsof
3.正常效果
centos系统无法使用lsof命令-bash: lsof: command not found

最新推荐文章于 2025-04-18 08:32:47 发布

1.错误描述
在CentOS下,使用lsof命令,显示bash: lsof: command not found
2.解决办法
使用yum install lsof命令 安装lsof
3.正常效果