UID and GID

rotty100

Verified User
Joined
Jul 24, 2005
Messages
15
One of my user have all his files and folder as root.
He can change anything..

How can i change this .?
Owner of the public_html is the owner,
But all file and folders inside the public_html are root.
I want to set all on the user name.
 
Then as root run

chown -R username:username /home/<username>/domains/<domain.com>/public_html
 
Many thx

I did always
chown -R username :customer /home/customer/domains/customer.com/public_html

username was surplus

:mad:
 
Back
Top