What is a good permission scheme for this scenario?
- user administrator (from administrator group) has full access (read/write/execute) to
/homefolder - any other user (from users group, example:
bob.users) has full access (read/write/execute) to his home folder only:/home/bob
So administrator has full rights to /home/any-user, but any-user only has full rights to his home folder.