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