我的团队正在测试部署RHEL 6.8虚拟机的群集。部署它们后,我们将测试运行状况检查过程,其中一部分需要确保没有文件或组为空。对于小组部分,我们尝试了以下操作,但收到以下错误。有帮助吗?
df --local -P | awk {'if (NR!=1) print $6'} | xargs -I '{}' find '{}' -xdev -nogroup | xargs -d '\n' chown :root {}
错误:
chown: cannot access ‘{}’: No such file or directory