[CentOS] Provide access to /home folder

John R Pierce pierce at hogranch.com
Tue Nov 5 18:00:57 UTC 2013


On 11/5/2013 3:40 AM, Gopu Krishnan wrote:
> I cant own a particular group recursively to /home since each site
> files inside the /home is having their own username and passwor. I
> guess i should try setfacl. Will let u knw the results.
for each $USER...
     usermod -g webdev $USER
     chgroup -R webdev /home/$USER
     chmod -R g+rw /home/$USER

done.



-- 
john r pierce                                      37N 122W
somewhere on the middle of the left coast




More information about the CentOS mailing list