M
M
mr_blond972015-07-08 01:29:21
linux
mr_blond97, 2015-07-08 01:29:21

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

2 answer(s)
S
Stanislav Fateev, 2015-07-08
@mr_blond97

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

R
Rsa97, 2015-07-08
@Rsa97

cron

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question