I tried to set up the cron job any minute, I tried 3 different commands.
Any of them is not working.
Below is the error:
Asked
Active
Viewed 3,331 times
1 Answers
0
Run cron job every minute
The syntax is:
* * * * * /path/to/your/script > output

Vishnu T S
- 3,476
- 2
- 23
- 39
-
I need it to link. – kaki Nov 14 '17 at 09:00
-
Do you have anything in your output file? – Vishnu T S Nov 14 '17 at 09:03
-
Yes its not the real output file I create this file to insert data for debugging every cron task. – kaki Nov 14 '17 at 09:06
-
Did you check the permission of your scripts? If you dont have the permission try this and rerun your job "chmod 777 yourscript" – Vishnu T S Nov 14 '17 at 09:11