现象:shell脚本运行时提示 source: not found
这是因为 debian,ubuntu默认的shell时dash。
解决方法: 1,先删除 /bin/sh 的软连接
2,重新映射 /bin/sh
本文永久更新地址:http://www.linuxdiyf.com/linux/17614.html