Show pagesourceOld revisionsBacklinksBack to top Share via Share via... Twitter LinkedIn Facebook Pinterest Telegram WhatsApp Yammer RedditRecent ChangesSend via e-MailPrintPermalink × Table of Contents Crontab (cron manager) Introduction Maintainer Installation Usage Bugs Is this Nethserver module helpful to you? Please consider donating to the author Thank you kindly! 2019/03/04 11:32 · HF Crontab (cron manager) Available NS6 and NS7 Introduction The software utility Cron is a time-based job scheduler in Unix-like computer operating systems. People 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. It typically automates system maintenance or administration—though its general-purpose nature makes it useful for things like downloading files from the Internet and downloading email at regular intervals Cron is driven by a crontab (cron table) file, a configuration file that specifies shell commands to run periodically on a given schedule. Maintainer Stephane de Labrusse at stephdl@de-labrusse.fr Installation First you need to install my repository, see how to do it then install the rpm yum install nethserver-crontabmanager --enablerepo=stephdl Usage - ns6 you have a panel 'Crontab Manager' in the Management category, with two available modes 'simplified' and 'advanced'. - ns7 You can delegate the crontab to a group, in that case the user of the cron is forced to the user who has made the cron with his privileges. The user `root` or the members of the group `domain admins` are full admin with all privileges. Due to validators in Command line, it is possible that some command line cannot be used, in that case you can create a script somewhere in your home and call it with its path. Bugs Please raise Issues on github module stephdl crontab.txt Last modified: 2020/12/10 10:32by Stephane de Labrusse