【问题标题】:what is the linux command to filter out files with read access? [duplicate]过滤掉具有读取权限的文件的linux命令是什么? [复制]
【发布时间】:2018-10-19 16:42:41
【问题描述】:

linux系统的一个目录下有数百个文件。谁能帮助我如何仅列出我具有读取权限的那些文件?

【问题讨论】:

    标签: linux hadoop


    【解决方案1】:

    试试这个。

    find . -type f \! -perm /u=r
    

    这应该会找到您只有读取权限的所有文件。

    【讨论】:

      猜你喜欢
      • 2011-06-24
      • 2011-05-27
      • 2019-03-11
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2017-02-12
      • 1970-01-01
      相关资源
      最近更新 更多