What's new

How to Directadmin root to user ownership change

aior

Administrator
Staff member
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
 
Back
Top