Re: On the man page mention -readable by whom

2017-12-31 Thread Bernhard Voelker
On 12/31/2017 01:00 PM, 積丹尼 Dan Jacobson wrote: $ man find -readable Matches files which are readable. This takes into account access control lists and other permissions artefacts which the -perm test ignores. This test makes use of the access(2)

On the man page mention -readable by whom

2017-12-31 Thread 積丹尼 Dan Jacobson
$ man find -readable Matches files which are readable. This takes into account access control lists and other permissions artefacts which the -perm test ignores. This test makes use of the access(2) system call, and so can be fooled by NF