On Tue, 17 Jul 2001, Nicholas Clark wrote:
> I thought that root's shell was always staticly linked.
Nope:
[root@amnesia /root]# ldd /bin/bash
libtermcap.so.2 => /lib/libtermcap.so.2 (0x4002a000)
libdl.so.2 => /lib/libdl.so.2 (0x4002e000)
libc.so.6 => /lib/libc.so.6 (0x40032000)
/lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x40000000)
[root@amnesia /root]#
However:
[root@amnesia /root]# ldd /sbin/sash
not a dynamic executable
[root@amnesia /root]#
--
------- Alex Holden -------
http://www.linuxhacker.org/
http://www.robogeeks.org/
_______________________________________________
http://lists.arm.linux.org.uk/mailman/listinfo/linux-arm
Please visit the above address for information on this list.