[clug] Permissions

Keith Goggin lroyjh at gmail.com
Sun Dec 20 04:23:53 UTC 2015


On 18/12/15 09:31, David Deaves wrote:
>> 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
>
>
>
>
The readable test does it for me as it does what it says and is easy to 
remember.

Thanks David



More information about the linux mailing list