LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Slackware (https://www.linuxquestions.org/questions/slackware-14/)
-   -   Access denied (https://www.linuxquestions.org/questions/slackware-14/access-denied-631889/)

warun 03-31-2008 07:13 AM

Access denied
 
hello everyone,

I'm using slackware 12. A strange thing is happening since a few days now. i usually login as a normal user and not as a root. I'm not able to delete directories within my home folder. It shows "Access denied to /home/warun/example/etc.c". What's the problem? And what could be the solution?

Thanks in advance....

Simon Bridge 03-31-2008 07:16 AM

Could it be that the directories are not empty?

Carpo 03-31-2008 07:19 AM

have you compiled any programs in that dir, if so check the perms on the files.

duryodhan 03-31-2008 08:15 AM

find ~ -user root ?

T3slider 03-31-2008 08:19 PM

Code:

$ su -c "rm -rf /home/warun/example/etc.c"
Be careful with that. :) (Seriously -- be careful with that)


All times are GMT -5. The time now is 07:00 AM.