/usr/lib32 question

Polytropon freebsd at edvax.de
Tue Mar 13 07:06:35 UTC 2012


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, ...


More information about the freebsd-questions mailing list