[clug] Permissions

David Deaves David.Deaves at dd.id.au
Thu Dec 17 22:31:24 UTC 2015


> Is there an easy way to check the permissions of all files and 
> subdirectories of a given directory?
> 
> Specifically a way to list files that the user does not have read 
> permissions for.
> 
> Thanks
>

Assuming  findutils newer than 4.3.0

find . ! -readable -ls







More information about the linux mailing list