9
rated 0 times
[
9]
[
0]
/ answers: 1 / hits: 23982
/ 2 Years ago, thu, may 27, 2021, 3:42:55
Does Linux have an alternative to Windows Task Scheduler, another way like a script or an inbuilt function?
More From » startup
Does Linux have an alternative to Windows Task Scheduler, another way like a script or an inbuilt function?
cron
is the Linux command-line scheduler. Use crontab -e
to create (or edit) your cron jobs.
See Cron HowTo and crontab (5) for details.