CRONTAB(1) | crontab | CRONTAB(1) |
crontab - maintain crontab files for individual users
crontab [-u user] file
crontab [-u user] [-l | -r | -e | -s] [-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.
SELinux is not supported.
systemctl edit cron-<schedule>.[timer|service]
Konstantin Stepanov <me@kstep.me>
Alexandre Detiste <alexandre@detiste.be> for this manpage & setgid
helper
2014-12-10 | systemd-cron 1.15.19 |