使用的系统版本 ubuntu 16.04
lsb_release -a 查看系统版本
查看cron 运行状态
service cron status;编辑定时任务文件vim testCrontab(文件内容 : */1 * * * * date>>/home/hhx/cron.log)添加文件到crontabcrontab testCrontab查看定时任务crontab -l删除定时任务crontab -r