Aix crontab报0481-079 Reached a symbol that is not expected
作者:
hbhe0316
#crontab -e
A line of the crontab file:
*/5 * * * * su - xxx -c "/home/xx/monitor.sh"
contains the following error:
0481-079 Reached a symbol that is not expected.
此错误为crontab里有不符合的符号,Aix操作系统上不支持/符号,只能使用枚举的方式修改为cronta -l以下:
0,5,10,15,20,25,30,35,40,45,50,55 * * * * su - xxx -c "/home/xx/monitor.sh"
版权声明:本文为博主原创文章,未经博主允许不得转载。
DB2
- 上一篇:oracle current_timestamp
- 下一篇:AIX系统用户锁住