How to Directadmin root to user ownership change

aior

Administrator
Staff member
Joined
Apr 2, 2023
Messages
68
Reaction score
0
Points
6
Age
38
Location
Turkey
Website
aior.com
When you do something with SSH or root password you will get probably file permission problems at Linux.

If you are using DirectAdmin here is the easiest way to change all ownerships from root to user:

1711982794637.png

Code:
cd /home/username/domains/domain.com/public_html


chown -R username:username *

Here is the results:

1711983701158.png
 
Top