Web Hosting Talk







View Full Version : Removing PHPNuke


Nat_RH
02-17-2002, 09:23 PM
I tried to install phpnuke today but got several errors while trying to unpack it.

So I decided to delete everything and start over.

However, when I attempted to delete the files / directories I received a permission denied error.

Anyone have any clue?

I have tried the following already

Looked for hidden files like .htaccess
chmod 777 then try to delete
rm -rf
among other things.


Any help would be appreciated
:confused: :confused:

perpetual
02-17-2002, 09:59 PM
What's the denial error message that you get?

perhaps some one has overidden your normal rm command. Try /bin/rm -fr [dir]

also, try chmod with the -r option to recursively change all files in every directory. If a file is owned by another user, it should report a problem.

Nat_RH
02-17-2002, 10:21 PM
I receive the following when I rm -rf

rm: cannot unlink ...dir... : permission denied

Tried the chmod -r also...

C

microsol
02-18-2002, 06:53 AM
Originally posted by Nat_RH
I receive the following when I rm -rf

rm: cannot unlink ...dir... : permission denied

Tried the chmod -r also...

C

Did you su to root?

bobcares
02-18-2002, 11:36 AM
Try
chmod -r 777 dir/

Then rm -rf dir.

This may work.

Have a great day :)

Regards
Amar