• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS.

directory permission

R

rockyford1000

Guest
how can you resolve this error:

Unable to change permissions for file /httpdocs/foldermain/somefolder: filemng failed: chmod: changing permissions of `/var/www/vhosts/domainname/httpdocs/foldermain/somefolder': Operation not permitted filemng: Error occured during /bin/chmod command.

please...help us to resolve this
 
Hello,

This looks like somefolder is owned by apache.apache, just login on that machine as root and type:

chown ftpusername.psacln /var/www/vhosts/domainname/httpdocs/foldermain/somefolder

After this you'll be able to chmod that folder from Plesk.
 
i try change the permission but it still not working..
i make a folder but it still not working 2...
it says"Unable to create directory /httpdocs/yazola36010/admin/me/rr: filemng failed: mkdir: cannot create directory `/var/www/vhosts/domainname/httpdocs/yazola36010/admin/me/rr': Permission denied filemng: Error occured during /bin/mkdir command.

..i did this dynamically by the use of PHP
 
Back
Top