Posts Tagged ‘crontab’

cron – daemon to execute scheduled commands (ISC Cron V4.1)
USAGE
cron [-l load_avg] [-n] [-p]

DESCRIPTION
Cron should be started from /etc/rc or /etc/rc.local. It will return
immediately, so you don’t need to start it [...]

Thursday, August 27th, 2009 at 02:40 | Comments Off
Categories: c

crontab – maintain crontab files for individual users (ISC Cron V4.1)
USAGE
crontab [-u user] file
crontab [-u user] [-l | -r | -e][-i]

DESCRIPTION
Crontab is the program used to install, deinstall or list the [...]

Wednesday, August 26th, 2009 at 23:57 | Comments Off
Categories: c
Tags: ,

atd – run jobs queued for later execution
USAGE
atd [-l load_avg] [-b batch_interval] [-d] [-s]

DESCRIPTION
atd runs jobs queued by at(1).

OPTIONS
-l Specifies a limiting load factor, over which batch jobs [...]

Wednesday, August 26th, 2009 at 02:26 | Comments Off
Categories: A
TOP