Folder Permissions Question

Discussion in 'Parallels Website and Forum' started by KatieM, May 21, 2011.

  1. KatieM

    KatieM Bit poster

    Messages:
    1
    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.
     
  2. stormstech

    stormstech Bit poster

    Messages:
    9
    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: May 25, 2011
  3. EmilyL

    EmilyL Junior Member

    Messages:
    11
    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.[​IMG]
     

Share This Page