I am just messed up with users of Ubuntu. I just have two users of my system: father and son Now I want to have access to all of my son files. But not by using sudo. It must be automaticaly. Now i did that to my son home directory sudo chmod 777 son But when he will create any directory under his account then i have not access to this and again i need to do sudo chmod 777 (new create file by son)
How to avoid that ? How to create hierarchy that father is upper son and can automaticaly read his files without using sudo.
Notice that i don't wan't to give father root priviladges. I want to make him admin only for son account.
umask
. – dadexix86 Jan 21 '16 at 11:47