-1

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:

enter image description here

ManmeetP
  • 801
  • 7
  • 17
kaki
  • 103
  • 2
  • 9

1 Answers1

0

Run cron job every minute

The syntax is:

* * * * * /path/to/your/script > output
Vishnu T S
  • 3,476
  • 2
  • 23
  • 39