Maintain crontab files for individual users
crontab [-u user] file
crontab [-u user] [-l | -r | -e] [-i]
Crontab is the program used to let users install, deinstall or list recurrent jobs in the legacy cron format.
Each user can have their own crontab, and though these are files in /var/spool/cron/crontabs, they are not intended to be edited directly.
These jobs are then automatically translated in systemd Timers & Units by systemd-crontab-generator.
/var/spool/cron/crontabs
Directory for users crontabs.
The -s flag (SELinux) is not supported.
/etc/cron.allow & /etc/cron.deny are not supported.
Alexandre Detiste <[email protected]>