将shell的错误输出重定向到标准输出,这样就可以记录脚本的出错信息。
例如: /root/test.sh >> test.log 2>&1
注意: linux先加载 /etc/rc.d/rc.local 后加载 /etc/profile
CopyRight © 2010-2021 脚本学堂 Jb200.com , All Rights Reserved.