1.第一次编写计划任务,你输入crontab -l 会报错:no crontab for root这个解决方法:输入crontab -e2,第一次编写计划任务的时候你要输入select -editor ,然后选择4,你就可以输入crontab -e进行编写计划任务。