Does Linux have an alternative to Windows Task Scheduler, another way like a script or an inbuilt function?
Asked
Active
Viewed 2.5k times
10
-
6Our version existed way before Windows Task Scheduler ;) – Rinzwind Nov 18 '13 at 15:33
4 Answers
9
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.

Pat J
- 218
-
2...or, if your machine isn't up 24/7, look into anacron as @Volodya suggests. – Pat J Nov 18 '13 at 15:35
6
Scheduled tasks
It is the Task Scheduler in Gnome.
In other way it is a GUI for Cron.
Can be installed with Software Center.
If use Terminal for installation:
sudo apt-get install gnome-schedule