有的程序使用硬路径,为了满足这些程序的需要,我们创建 /bin/bash 和 /bin/sh 的符号链接,都指向静态的 bash 程序。
命令如下:
ln -s /static/bin/bash /bin/bash && ln -s bash /bin/sh