Re: On the man page mention -readable by whom
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
$ 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