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

前端之家收集整理的这篇文章主要介绍了centos6下无法使用lsof命令"-bash: lsof: command not found"前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。
  1. #yuminstalllsof

一般***command not found,都是缺少命令依赖

缺什么装什么即可

yum install -y lsof

原文链接:https://www.f2er.com/centos/374380.html

猜你在找的CentOS相关文章