fcron

Fcron

fcron is a periodic command scheduler which aims to be a replacement for the standard UNIX cron utility. It adds support for users and groups to control access and runs jobs in a dedicated environment to avoid interference.
cron scheduler utility

fcron: Periodic Command Scheduler

A replacement for standard UNIX cron utility, fcron adds support for users and groups control access and runs jobs in a dedicated environment to avoid interference.

What is Fcron?

fcron is an open source job scheduler and alternative to the standard cron utility on Linux and UNIX-like operating systems. It provides similar functionality to cron for scheduling tasks, jobs, and scripts to run periodically at certain times or dates.

Some key features of fcron include:

  • Support for users and groups - Jobs can run as specific users or groups to control access and permissions.
  • Dedicated environment - Jobs run in their own environments to avoid interference between cron jobs or with the rest of the system.
  • Configurable times - Flexible schedule options like standard cron plus additional formats like every 30 seconds.
  • Monitoring - Logging of cron job activity for auditing and tracking execution.
  • Web interface - An included web app allows managing jobs and viewing logs.

Overall, fcron aims to enhance cron's capabilities with user management, better security through isolation, more powerful scheduling, and logging/monitoring. It gives users more control over scheduled tasks. The dedicated environment helps avoid cron conflicts. For users needing features beyond standard cron, fcron serves as a robust drop-in replacement.

Fcron Features

Features

  1. Runs jobs at specified intervals
  2. Supports users and groups for access control
  3. Runs jobs in isolated environments to avoid interference
  4. Replacement for standard UNIX cron utility

Pricing

  • Open Source

Pros

More flexible user and group based access control than cron

Avoids cron jobs interfering with each other

Open source and free

Cons

Less widespread adoption than cron

Requires some learning curve for new users

Not installed by default on most systems


The Best Fcron Alternatives

Top Os & Utilities and Task Scheduling and other similar apps like Fcron

Here are some alternatives to Fcron:

Suggest an alternative ❐

Incron icon

Incron

incron is an open-source Linux utility that enables monitoring filesystem events and executing actions based on defined rules. It works by integrating with the Linux inotify interface to receive notifications of events happening in the filesystem like file changes, deletions, creations, etc.Some key features and uses of incron include:Automating tasks...
Incron image
Anacron icon

Anacron

Anacron is a computer program that performs periodic command scheduling, even in the event of a system reboot. It is typically used to execute jobs that require running on a regular basis, but may not run if the system is powered off at the scheduled time.Anacron works by checking the...
Anacron image
Mcron icon

Mcron

mcron is an open-source tool that provides cron-like job scheduling capabilities for MongoDB. It allows users to schedule various MongoDB tasks, scripts, and aggregations to run at specified intervals or times.Some key features and benefits of mcron include:Lightweight and easy to configure. mcron has a simple JSON-based configuration format.No need...
Mcron image