linux – 查找不属于组的文件

linux – 查找不属于组的文件,第1张

概述如何查找不属于特定组的文件? find /home -group NOT test 找/ home -not -group测试或找/ home! – 组测试 感叹号颠倒了比赛.从男人发现: ! expr True if expr is false. This character will also usually need -not expr Same as ! e 如何查找不属于特定组的文件?
find /home -group NOT test
解决方法 找/ home -not -group测试或找/ home! – 组测试

感叹号颠倒了比赛.从男人发现:

! expr True  if  expr  is false.  This character will also usually need -not expr          Same as ! expr,but not POSIX compliant.

如果你想要它所属的组在输出中:

find /home ! -group test -printf "%p:%g\n"./lots/573:root...

有关使用find的更多信息:
How do I master the UNIX find command?

总结

以上是内存溢出为你收集整理的linux – 查找不属于组的文件全部内容,希望文章能够帮你解决linux – 查找不属于组的文件所遇到的程序开发问题。

如果觉得内存溢出网站内容还不错,欢迎将内存溢出网站推荐给程序员好友。

欢迎分享,转载请注明来源:内存溢出

原文地址: http://outofmemory.cn/yw/1045480.html

(0)
打赏 微信扫一扫 微信扫一扫 支付宝扫一扫 支付宝扫一扫
上一篇 2022-05-24
下一篇 2022-05-24

发表评论

登录后才能评论

评论列表(0条)

保存