服务器 Gind.cn
  • Linux
  • Windows
  • Ubuntu
  1. 服务器 Gind.cn
  2. 组 find linux
  3. find不属于组的文件
Intereting Posts
如何防止在使用nfs mount安装rsync时消除错误? 仅适用于fallback_relay的Postfix sasl auth 统计的消息没有在Graphite仪表板中显示 在apache 2.2中同时收听IPv6和IPv4 luanch cloud-init与本地cloud-config 关于我们的服务器机柜的温度 nginx无法禁用SSLv3 Powershell命令用于从域中提取所有用户 Sendmail在Ubuntu上需要一个时代 IBM HS23刀片服务器(7875)用于Linux的板载网卡驱动程序 mod_unique_id:尽pipe设置了etc / hosts和Apache ServerName,但无法findFQDN的IPv4地址 在samba共享目录下创build的文件的所有者和组错误 Sensu是CollectD和Nagios的替代品吗? 从某些networking成功交换密钥到Ubuntu后,无法完成SSH连接 如何在amazon linux AMI上为GDB安装pythondebugging符号?

find不属于组的文件

如何find不属于特定组的文件?

find /home -group NOT test 

  • 我应该在哪里将组共享文件放在Linux系统上?
  • 安全组vs分销组
  • 我可以使用SID历史“合并”两个组吗?
  • 将我的所有小组转换为普遍小组有什么意义?
  • 什么是“sys”和“adm”组的规范使用?

find /home -not -group test或find /home ! -group test find /home ! -group test

惊叹号反转了比赛。 从man find :

  ! 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的更多信息:
如何掌握UNIX查找命令?

做一个grep排除你不想要的东西?

  • SQL Server 2005/2008 – 多个文件/文件组 – 多less个? 为什么?
  • 在SQL Server中,什么时候应该将PRIMARY数据文件组分成二级数据文件?
  • 在Win2008r2上使用PowerShell列出所有组及其成员
  • 有没有办法刷新计算机组成员身份,而无需重新启动?
  • pipe理对多个linux系统的访问
  • 临时成员到AD组
  • NGinx和PHP应该运行什么用户?
  • 如何在Apache LDAP中对嵌套组中的用户进行身份validation?
  • 在Ubuntu Server 8.04中分配给第一个用户的默认组?
  • 如何强制更新Windows 7中的用户组成员?

  • © 2017 服务器 Gind.cn
  • Topics
  •        
  • Powered by Server
  • Privacy Policy