Neal Murphy wrote: > On Thursday 24 June 2010 16:25:45 Franz L. Kuhlmann wrote: >> ... >> ### I think the /bin/sh symlink is ok, (didn't try it in new shell yet - >> how do I do that BTW???) > > Both of the following commands display the symlink's target: > ln -s /bin/sh > readlink /bin/sh
Or more conventionally: $ ls -l /bin/sh lrwxrwxrwx 1 root root 4 Aug 16 2009 /bin/sh -> bash -- Bruce -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page
