Under Linux (Ubuntu 14LTS), I'm trying to access an encrypted local directory created by a regular user (encfs) as root, but I get access denied:
root@toad:/home/robert# cd inbox bash: cd: inbox: Permission denied
- How is it possible?
- How to allow other users to access it?