View Single Post
08-31-2010, 02:45 PM
#3
hakem is offline hakem
hakem's Avatar
Status: Member
Join date: Feb 2010
Location:
Expertise:
Software:
 
Posts: 130
iTrader: 0 / 0%
 

hakem is on a distinguished road

Send a message via MSN to hakem

  Old

Maybe you should try :

Code:
cd daniel/public_html/
then

Code:
chown -R username:usergroup *
You can find the username and the user group when you login using ftp, make sure it's not root

after that

Code:
chmod -R 755 deleteme
then try to delete it

Reply With Quote