Crontab is not working on Amazon EC2 server

前端 未结 5 604
渐次进展
渐次进展 2020-12-21 14:52

Crontab is not working on Amazon EC2 Linux Server.

I have saved below codes in /etc/crontab file

crontab
# For details see man 4 crontabs 
# Example          


        
5条回答
  •  悲哀的现实
    2020-12-21 15:25

    You should use crontab -e to create cron for the logged user, so that you don't need to inform the username. See here: https://stackoverflow.com/a/16986464/1777152

提交回复
热议问题