-bash: lsof: command not found

一、问题说明

执行如下命令时报错:

# lsof |grep deleted > deleted_file
-bash: lsof: command not found

二、处理方法

# yum -y install lsof

安装完成后可成功执行上面的命令。

你可能感兴趣的:(运维,Linux,运维,linux,oracle)