Tagged in

crontab

文章

crontab命令显示no crontab for root

crontab -l显示no crontab for root,解决办法: 在 root 用户下输入 crontab -e,按ESC,然后:wq回车。 再次输入crontab命令...