当前位置: 代码迷 >> Oracle管理 >> crontab,该怎么解决
  详细解决方案

crontab,该怎么解决

热度:497   发布时间:2016-04-24 04:49:47.0
crontab
求解释。。
在unix 服务器上 配置了一个定时任务,我输入crontab -l 
30 3 * * * /home/dc_ftp/shell_job/lottery_dc_file.sh
 然后 我进入shell_job 这个目录 输入crontab shell_job 这个命令
再次crontab -l 
查看不到我配置的定时任务了。。何解??

------解决方案--------------------
直接用crontab -e去编辑任务
EDITOR=vi;export EDITOR
crontab -e