Click here to Skip to main content
15,890,579 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have installed all the dependencies in cron. My scripts are working properly, and also I have tested cron which I think works properly as well. However, I would like to set up a task to run a script file. Here is where I need help, please can anyone provide me some help? Here is cron code: My file is under etc/cron.d

VB
SHELL=/bin/sh
PATH=/usr/bin:usr/sbin:
*/1 * * * * root testingemail.sh
Posted
Comments
Sergey Alexandrovich Kryukov 26-Jun-14 14:04pm    
Why? Why not using, say, Windows Scheduler?
—SA
Alexander24 26-Jun-14 14:28pm    
I was required to use Cron

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900