gpt4 book ai didi

linux - CIS 文档中的 Bash 语法错误

转载 作者:太空宇宙 更新时间:2023-11-04 04:47:09 24 4
gpt4 key购买 nike

我正在努力按照 CIS 标准第 9.1.12 节 (CentOS 6) 的要求进行更改。以下命令返回语法错误:

df --local -P | awk {'if (NR!=1) print $6'} | xargs -I '{}' find '{}' -xdev -group -ls

我得到的错误是:

find: `-ls' is not the name of an existing group
find: `-ls' is not the name of an existing group
find: `-ls' is not the name of an existing group

有人可以告诉我这个语法有什么问题吗?重点是查找并打印未分组的文件和目录。提前致谢。

最佳答案

-group 选项需要一个参数。例如,-group ichtys 可查找 ichtys 组拥有的文件。您似乎正在寻找 -nogroup 选项。

关于linux - CIS 文档中的 Bash 语法错误,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/28289130/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com