PDA

View Full Version : Cannot remove files



Seth
03-13-2004, 05:55 PM
I have a user who cannot remove files via ftp or filemanager. I tried to chmod the files and was not able to, any ideas?

Icheb
03-14-2004, 12:04 AM
Strange question but does the user own those files ?

if you login by ssh and type ls -al in the users dir where he tries to delete files, is the username and group the same as /home/<what you have here> ?
If not you can try chown <username>:<username> -v *, just watch out jou DON'T do this in /home/<username>/ but do it in /home/<username>/public_html or another dir.

Seth
03-14-2004, 12:36 AM
I'll try it, didn't even think to check.