crontab – How it works?
Introduction – cron is a daemon to execute scheduled commands (Vixie Cron). cron daemon has following options… cron [-f] [-l] [-L loglevel] Options -f Stay in foreground mode, don’t daemonize. -l Enable LSB compliant names for /etc/cron.d files -L loglevel Sets the loglevel for cron. The standard logging level (1) will log the start of …