2014-12-16 06:03:15 -05:00
|
|
|
.Dd December 16, 2014
|
2015-01-31 08:20:02 -05:00
|
|
|
.Dt CRON 1
|
2015-01-31 14:37:03 -05:00
|
|
|
.Os sbase
|
2014-12-16 06:03:15 -05:00
|
|
|
.Sh NAME
|
|
|
|
.Nm cron
|
|
|
|
.Nd clock daemon
|
|
|
|
.Sh SYNOPSIS
|
2015-01-30 15:17:58 -05:00
|
|
|
.Nm
|
2014-12-16 06:03:15 -05:00
|
|
|
.Op Fl f Ar file
|
|
|
|
.Op Fl n
|
|
|
|
.Sh DESCRIPTION
|
|
|
|
.Nm
|
|
|
|
schedules commands to be run at specified dates and times.
|
|
|
|
.Sh OPTIONS
|
|
|
|
.Bl -tag -width Ds
|
|
|
|
.It Fl f Ar file
|
|
|
|
Use the specified
|
|
|
|
.Ar file
|
|
|
|
instead of the default
|
2015-02-06 09:43:23 -05:00
|
|
|
.Pa /etc/crontab .
|
2014-12-16 06:03:15 -05:00
|
|
|
.It Fl n
|
|
|
|
Do not daemonize.
|
|
|
|
.El
|