Theme editor

How to Directadmin root to user ownership change

Aior

Administrator
Staff member
Joined
Apr 2, 2023
Messages
83
Reaction score
2
Points
8
Age
39
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
 

Attachments

  • 1711982794637.png
    1711982794637.png
    306.5 KB · Views: 17
  • 1711983701158.png
    1711983701158.png
    224.1 KB · Views: 12

Featured content

Back
Top