Please press Enter to activate this console.
Starting pid 19, console /dev/console: '/bin/sh'
BusyBox v0.60.3 (2002.05.13-08:36+0000) Built-in shell (ash)
Enter 'help' for a list of built-in commands.
# ls
bin etc linuette mnt qt tmp var
dev lib linuxrc proc sbin usr
# cd /usr
# ls
hello
# ./hello
./hello: error while loading shared libraries: libstdc++.so.5: cannot load shared object file: No such file or directory
# chmod a+x hello
# ./hello
./hello: error while loading shared libraries: libstdc++.so.5: cannot load shared object file: No such file or directory
# d lib
d: No such file or directory
# cd lib
cd: can't cd to lib
# cd /lib
# ls
ld-2.2.2.so libpthread.so.0
ld-linux.so.2 libqte.so
libc-2.2.2.so libqte.so.2
libc.so.6 libqte.so.2.3
libcrypt-2.2.2.so libqte.so.2.3.7
libcrypt.so.1 libresolv-2.2.2.so
libdl-2.2.1.so libresolv.so.2
libdl.so.2 libstdc++-3-libc6.1-2-2.10.0.so
libjpeg.so.62 libstdc++-libc6.1-2.so.3
libjpeg.so.62.0.0 libstdc++.so.5
libm-2.2.2.so libstdc++.so.5.0.3
libm.so.6 libtermcap.so.2
libnss_dns-2.2.2.so libtermcap.so.2.0.8
libnss_dns.so.2 libutil-2.2.2.so
libnss_files-2.2.2.so libutil.so.1
libnss_files.so.2 modules
libpthread-0.9.so
# ./usr/hello
./usr/hello: No such file or directory
# /usr/hello
/usr/hello: error while loading shared libraries: libstdc++.so.5: cannot load shared object file: No such file or directory
#