%general-entities; ]> Creating Essential Symlinks Some programs use hard-wired paths to programs which do not exist yet. In order to satisfy these programs, create a number of symbolic links which will be replaced by real files throughout the course of the next chapter after the software has been installed. ln -sv /tools/bin/{bash,cat,grep,pwd,stty} ${LFS}/bin ln -sv /tools/lib/libgcc_s.so{,.1} ${LFS}/usr/lib ln -sv bash ${LFS}/bin/sh