On Mon, 12 Mar 2012 23:49:50 -0700, Waitman Gobble wrote:
> Hi,
> 
> 
> I have four files in /usr/lib32  - libc.so.7, libcrypt.so.5, librt.so.1,
> libthr.so.3 that are 444 root. Seems like i am unable to change permissions
> or remove... any idea why? or really, how to delete those files. it's an
> amd64 machine.

I'm on i386 here, so I can't check, but:

See if the files have additional flags set, especially
the "system immutable" flag (schg):

        # ls -lo /usr/lib32

If neccessary, use:

        # chflags noschg /usr/lib32/*

and continue trying to change permissions or remove the
files in that directory.



-- 
Polytropon
Magdeburg, Germany
Happy FreeBSD user since 4.0
Andra moi ennepe, Mousa, ...
_______________________________________________
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"

Reply via email to