Setting Cron Job in AWS EC2 instance
问题 I've created a cron job in AWS EC2 but it is not working. I followed below steps to create cron tab: Step 1: I logged in to AWS EC2 Instace step 2: sudo su step 2: crontab -e Step 3: Insert mode Step 4: I entered # M H DOM M DOW CMND 15 14 * * 3 /services/backup.sh >/tmp/error.log 2>&1 Step 5: :wq Cron tab is created but not running. Please can you any one help me , why it is not working? UPDATE : after lots of researching i found that i can give a log to the particular cron file so added >