For example
du -hs /path/to/directory
Is it possible for a user to determine to size of /directory but not have read permissions for /path/to
For example
du -hs /path/to/directory
Is it possible for a user to determine to size of /directory but not have read permissions for /path/to
No, you will get a permission denied if the user is not allowed to read the directory. Example:
A user does NOT need read access to the file itself.