Command Schedulers

7 Best Free and Open Source CLI Command Schedulers

The software utility cron also known as cron job is a time-based job scheduler in Unix-like computer operating systems.

Users who set up and maintain software environments use cron to schedule jobs (commands or shell scripts) to run periodically at fixed times, dates, or intervals.

This software typically automates system maintenance or administration such as automating backups, cleaning disk space and other system maintenance tasks. It’s general purpose too making it good for things like downloading files from the Internet and downloading email at regular intervals.

Cron is most suitable for scheduling repetitive tasks. Scheduling one-time tasks can be accomplished using the associated at utility. For commands that need to be executed repeatedly (e.g., hourly, daily, or weekly), you can use the crontab command. The crontab command creates a crontab file containing commands and instructions for the cron daemon to execute.

Cron is a command line utility, but it’s not the only CLI command scheduler available for Linux. We feature alternatives to cron. The ratings chart captures our recommendations. Only free and open source software is eligible for inclusion.

Ratings chart for the best free and open source CLI command schedulers

Let’s explore the CLI command schedulers at hand. Click the links in the table below to learn more about each program.

Alternatives to cron
cronieModern day version of cron and associated tools
fcronDesigned for systems which are not continuously running or regularly
systemdSuite of basic building blocks for a Linux system
mcron100% compatible replacement for Vixie cron
anacronDesigned for systems which are not continuously running
JobberRun commands to a schedule
bcronDesigned with secure operations in mind
CronicleMulti-server task scheduler and runner

This article has been revamped in line with our recent announcement.

Best Free and Open Source Software Explore our comprehensive directory of recommended free and open source software. Our carefully curated collection spans every major software category.

This directory is part of our ongoing series of informative articles for Linux enthusiasts. It features hundreds of detailed reviews, along with open source alternatives to proprietary solutions from major corporations such as Google, Microsoft, Apple, Adobe, IBM, Cisco, Oracle, and Autodesk.

You’ll also find interesting projects to try, hardware coverage, free programming books and tutorials, and much more.

Know a useful open source Linux program that we haven’t covered yet? Let us know by completing this form.
Subscribe
Notify of
guest
0 Comments
Oldest
Newest Most Voted
Inline Feedbacks
View all comments