Question
How to add a cron task
Hi,
I need to add a cron task that is supposed to run every 10 minutes.
This is the code I was given by the developers of my software:
/usr/bin/wget --delete-after https://mysite.com/starter.php >/dev/null 2>&1
I’m not sure where to go after I log in to my server.
I’d appreciate if someone could give me a step by step instruction.
Thanks
Tom
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
×