LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   access right (https://www.linuxquestions.org/questions/linux-newbie-8/access-right-4175580733/)

QWE123 05-26-2016 01:16 AM

access right
 
I have two user ( userA and userB ) , they are under different group ( /etc/group , userA is groupA , userB is groupB ) , their home folder permission is 700 , if I want both user can write file to each other home directory , what can I do except use ACL ?

thanks

Turbocapitalist 05-26-2016 01:29 AM

That's one way. Another way is to make a third group and put both in that group. Then assign that group to both home directories.

JJJCR 05-26-2016 05:04 AM

In addition to Turbocapitalist suggestion check out link below:

https://www.linux.com/learn/how-mana...missions-linux

It utilizes chmod command.


All times are GMT -5. The time now is 12:49 PM.