Re: Undeletable File Causing Massive Headaches
On 12/25/99, Eliot Landrum addressed "Undeletable File Causing Massive Headaches":
> This one file is causing me terrible grief and I need to get it fixed. The file
> is /lib/libext2fs.so.2.4 and the permissions are as follows:
>
> p---rw--w- 1 root 28531 0 Dec 21 20:04 /lib/libext2fs.so.2.4
>
Looks to me like your group ^^^^ doesn't exist in /etc/group, and that's
the only thing with write access to the file. You could try doing a
chgrp root /lib/libext2fs.so.2.4 or a
chmod 666 /lib/libext2fs.so.2.4 and then try to delete it.
Hope this works.
Jesse
--
Jesse Jacobsen, Pastor jjacobsen@jvlnet.com
Grace Lutheran Church (ELS) http://www.jvlnet.com/~jjacobsen/
Madison, Wisconsin GnuPG public key ID: 2E3EBF13
Reply to: