Change file and folders permissions for cpanel

Via SSH you can change the files and folders permissions with the following commands

chown -R username:username /home/USERNAME/public_html/

chmod -R 0755 /home/USERNAME/public_html


Was this article helpful?

mood_bad Dislike 0
mood Like 0
visibility Views: 980