Answer the question
In order to leave comments, you need to log in
How to run a scheduled command in Linux automatically (I need it every 15 minutes)?
How to run a scheduled command in Linux automatically (I need it every 15 minutes)?
Answer the question
In order to leave comments, you need to log in
First command: $ crontab -e
This will launch the cron configuration editor.
And add a line to this file: */15 * * * * /path/to/command
- where /path/to/command is the path to your command
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question