Posts Tagged ‘cron’

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

at – execute commands at a later time
USAGE at [-V] [-q queue] [-f file] [-mldbv] TIME at [-V] [-q queue] [-f file] [-mldbv] -t time_arg at -c job [job...] atq [-V] [...]

Tuesday, August 25th, 2009 at 22:41 | Comments Off
Categories: A
Tags: , , , , ,
TOP