Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 2 Jun 2007 16:43:23 +0200
From:      Sereno Ternullo <serenoternullo@virgilio.it>
To:        freebsd-questions@freebsd.org
Subject:   About /bin/csh
Message-ID:  <200706021643.24029.serenoternullo@virgilio.it>

next in thread | raw e-mail | index | archive | help
Hi folks, 
i noticed that the root's default shell, /bin/csh is not statically linked:

[sereno@FreeBSD ~]$ ldd /bin/csh
/bin/csh:
        libncurses.so.6 => /lib/libncurses.so.6 (0x280bd000)
        libcrypt.so.3 => /lib/libcrypt.so.3 (0x280fc000)
        libc.so.6 => /lib/libc.so.6 (0x28114000)

What might happen if something goes wrong with ncurses, crypt and c libs ? 
Might I login into my system ?



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200706021643.24029.serenoternullo>