Folder Permissions Question

KatieM

Bit poster
Hello,

I am getting permissions denied on quite a few of my folders.
I tried changing them in the File Manager to full access, then saved and still permissions denied.

What I am thinking is that I need to do a chmod at the file level.
How do I get to the shell from the plesk cpanel (v 8.6.0).

Thanks.
 
If your account is hosted on a shared server then you will not have SSH access to server but you can ask for private SSH like jaileshell which will allow limited access of your account.
Once you get SSH access you can execute following command :

chmod 755 foldername -R

where foldername is the name of folder to which you want to assign permissions.

Note : Its not recommended to assign full permissions as its a security risk and anyone can upload/execute malicious content to your web site.

If you have a dedicated server then you are free to connect it and assign the permissions.

Regards,
ST
Professional UK Web Hosting
 
Last edited:
Note : Its not recommended to assign full permissions as its a security risk and anyone can upload/execute malicious content to your web site.

So true, I've made this schoolboy mistake before and I ended up having a lot of malware in my site. I have to pay for a technician to resolve the issue since my site was so corrupted.
1.gif
 
Back
Top