LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Permission Denied - Help!!! (https://www.linuxquestions.org/questions/linux-software-2/permission-denied-help-47455/)

awolff01 02-27-2003 02:20 PM

Permission Denied - Help!!!
 
Still struggling with the same issue; not being able to delete some files within /tmp even as root. Originally I could not delete 20 files. But after a few days I was able to delete 17 files (I did rm * and it deleted 17 of them..but not the other 3). Now I am down to 3 which I cant delete.

---SAMPLE OUPUT----
castor:/tmp/courier-imap-1.7.0/unicode # whoami
root
castor:/tmp/courier-imap-1.7.0/unicode # ls *
ls: iso8859.c: Permission denied
ls: iso8859_convert.c: Permission denied
ls: unicode.h: Permission denied
castor:/tmp/courier-imap-1.7.0/unicode # rm *
rm: cannot lstat `iso8859.c': Permission denied
rm: cannot lstat `iso8859_convert.c': Permission denied
rm: cannot lstat `unicode.h': Permission denied
castor:/tmp/courier-imap-1.7.0/unicode #
---SAMPLE OUTPUT---

Anybody explain what would cause this?

Thanks

Proud 02-27-2003 02:23 PM

I'm taking a guess that those files are in use. Thus the 17 which you could delete after a few days was because you'd stopped using the apps which were using those files.
Unless the files are huge, and/or are just accumulating, why fuxxor with them? :)


All times are GMT -5. The time now is 06:54 PM.