Do we care about /sbin /bin linked to /usr/lib ?

Ricky Zhou ricky at fedoraproject.org
Thu Sep 25 17:41:35 UTC 2008


On 2008-09-25 12:32:00 PM, Jon Ciesla wrote:
> I would think that we would care.  I'd be very curious to see the results
> of this run on an everything install.  And the code. :)
Here's my command and the output:
for file in /bin/* /sbin/*; do ldd $file 2>/dev/null | grep /usr > /dev/null 2>&1 && echo $file; done

/bin/rpm
/sbin/arping
/sbin/cifs.upcall
/sbin/grubby
/sbin/lsusb
/sbin/mkfs.ntfs
/sbin/multipath
/sbin/multipathd
/sbin/nash
/sbin/rpcbind
/sbin/umount.hal
/sbin/ypbind

Note that I did not run as root, so this would not include files that
are only root-readable.  

Thanks,
Ricky
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 197 bytes
Desc: not available
URL: <http://listman.redhat.com/archives/fedora-devel-list/attachments/20080925/bf308a2b/attachment.sig>


More information about the fedora-devel-list mailing list