• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

Can't delete folder & files permission issue

mmee111

New Pleskian
Hello everyone,

1. I install wordpress but due to some wp-admin problem i want to remove all files,
but some folder not deleting i tried so many times.

How to completely clean httpdocs?

2. All file permissions are xxx, I am not sure but website admin panel is not working, i thought because of file permissions..

Is there any ways to change all file permissions to 755?


Thank you.
 
Yes you can if you have SHELL access to your server ... Do you?
Otherwise you just run:

Code:
chown -R 755 /var/www/vhosts/domain.com/httpdocs/*
 
How can I access shell server ?
Please guide a little bit more...


Yes you can if you have SHELL access to your server ... Do you?
Otherwise you just run:

Code:
chown -R 755 /var/www/vhosts/domain.com/httpdocs/*
 
No I don't tried using p.f.m.
I was trying via ftp but that's taking hours.. old site have 1k+ of files as well as new site also.. so I stopped!

Every new folder i create permission set to xxx, what is it ?
Can i set to default to 755? as other hosting?

Had you already tried using the Plesk file manager?
 
Back
Top