Does Linux have an alternative to Windows Task Scheduler, another way like a script or an inbuilt function?
Asked
Active
Viewed 2.5k times
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
- 3
- 12
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

