• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

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