摘要: crontab 执行c++程序保存程序日志方法 */1 * * * * cd /home/`whoami`/client_test/ && bash run.sh >> /home/`whoami`/client_test/crontab.log 2>&1 2>&1 2表示标准错误,1表示标准输出 阅读全文
posted @ 2015-07-09 17:53 SandKing 阅读(5) 评论(0) 推荐(0)