为懒人提供无限可能,生命不息,code不止
作者: whooyun发表于: 2018-12-29 01:38
写过很多次crontab 每次都是perfect 执行。
没想到这几天掉坑了,各种目录调整,权限检查,文件路径检查都没鬼用。
最后发现是centos系统参数问题,执行的时候必须source profile
1. sh脚本处理方法: 直接在脚本前面加上: source /etc/profile 2. python处理方法: crontab -e 里必须刷新profile source /etc/profile && python /opt/clearUserServerlog.py