• 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!
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    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. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.

Restoring original directory permissions

I

ideawire_bb

Guest
I ran a script in a domain and hosed the permissions on that directory and a few levels above. Is there a utility that exists that will restore permissions on the directory?

I can't just re-create the domain since a large number of mail accounts exist and recreation will be a hassle.

Any help will be appreciated.
 
Right there with you brother. I have hosed the /usr/local/psa and everthing under it. Anyone got a script to restore it??

TIA
 
I had the joy of manually restoring /home/httpd/vhost/... for all the system domains.

Be careful with root kids.

There should be some sort of script that checks the permissions recursively and corrects them if wrong. This would likely solve a number of errors that come up as a result of incorrect permissions.
 
I eventually got it working agaon chmod -R 4777 /usr/local/usr/ *

Not ideal but it worked.
 
Back
Top