On 05.11.2013 18:00, John R Pierce wrote:
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.
If that CPanel runs PHP as suphp or fcgi this will break functionality. I still think setfacl is the least invasive method.