freebsd-dev/usr.bin/at/at.man

363 lines
7.4 KiB
Groff
Raw Normal View History

1999-08-28 01:08:13 +00:00
.\" $FreeBSD$
.Dd January 13, 2002
1995-04-12 02:42:39 +00:00
.Dt "AT" 1
.Os
1995-04-12 02:42:39 +00:00
.Sh NAME
.Nm at ,
.Nm batch ,
.Nm atq ,
.Nm atrm
1995-04-12 02:42:39 +00:00
.Nd queue, examine or delete jobs for later execution
.Sh SYNOPSIS
.Nm at
.Op Fl q Ar queue
.Op Fl f Ar file
.Op Fl mldbv
.Ar time
1995-08-21 12:34:18 +00:00
.Nm at
.Op Fl q Ar queue
.Op Fl f Ar file
.Op Fl mldbv
2002-03-15 15:26:57 +00:00
.Fl t
.Sm off
.Op Oo Ar CC Oc Ar YY
.Ar MM DD hh mm Op . Ar SS
.Sm on
.Nm at
1995-08-21 12:34:18 +00:00
.Fl c Ar job Op Ar job ...
.Nm at
.Fl l Op Ar job ...
.Nm at
.Fl l
.Fl q Ar queue
.Nm at
.Fl r Ar job Op Ar job ...
1995-08-21 12:34:18 +00:00
.Pp
1995-04-12 02:42:39 +00:00
.Nm atq
.Op Fl q Ar queue
.Op Fl v
.Pp
.Nm atrm
.Ar job
.Op Ar job ...
.Pp
.Nm batch
.Op Fl q Ar queue
.Op Fl f Ar file
.Op Fl mv
.Op Ar time
.Sh DESCRIPTION
2003-02-28 21:04:17 +00:00
The
.Nm at
1995-04-12 02:42:39 +00:00
and
.Nm batch
2003-02-28 21:04:17 +00:00
utilities
1995-04-12 02:42:39 +00:00
read commands from standard input or a specified file which are to
be executed at a later time, using
.Xr sh 1 .
.Bl -tag -width indent
.It Nm at
executes commands at a specified time;
.It Nm atq
lists the user's pending jobs, unless the user is the superuser; in that
case, everybody's jobs are listed;
.It Nm atrm
deletes jobs;
.It Nm batch
executes commands when system load levels permit; in other words, when the load average
drops below _LOADAVG_MX, or the value specified in the invocation of
.Nm atrun .
.El
.Pp
2003-02-28 21:04:17 +00:00
The
.Nm at
utility allows some moderately complex
1995-04-12 02:42:39 +00:00
.Ar time
specifications.
It accepts times of the form
1995-04-12 02:42:39 +00:00
.Ar HHMM
or
.Ar HH:MM
to run a job at a specific time of day.
(If that time is already past, the next day is assumed.)
As an alternative, the following keywords may be specified:
.Em midnight ,
.Em noon ,
1995-04-12 02:42:39 +00:00
or
.Em teatime
1995-04-12 02:42:39 +00:00
(4pm)
and time-of-day may be suffixed with
.Em AM
1995-04-12 02:42:39 +00:00
or
.Em PM
1995-04-12 02:42:39 +00:00
for running in the morning or the evening.
The day on which the job is to be run may also be specified
1995-04-12 02:42:39 +00:00
by giving a date in the form
.Ar \%month-name day
with an optional
.Ar year ,
or giving a date of the forms
.Ar DD.MM.YYYY ,
.Ar DD.MM.YY ,
.Ar MM/DD/YYYY ,
.Ar MM/DD/YY ,
.Ar MMDDYYYY , or
.Ar MMDDYY .
The specification of a date must follow the specification of
the time of day.
Time can also be specified as:
.Op Em now
.Em + Ar count \%time-units ,
1995-04-12 02:42:39 +00:00
where the time-units can be
.Em minutes ,
.Em hours ,
.Em days ,
.Em weeks ,
.Em months
1995-04-12 02:42:39 +00:00
or
.Em years
and
.Nm
may be told to run the job today by suffixing the time with
.Em today
1995-04-12 02:42:39 +00:00
and to run the job tomorrow by suffixing the time with
.Em tomorrow .
1995-04-12 02:42:39 +00:00
.Pp
For example, to run a job at 4pm three days from now, use
.Nm at Ar 4pm + 3 days ,
to run a job at 10:00am on July 31, use
.Nm at Ar 10am Jul 31
and to run a job at 1am tomorrow, use
.Nm at Ar 1am tomorrow .
1995-04-12 02:42:39 +00:00
.Pp
The
.Nm at
utility also supports the
.Tn POSIX
time format (see
.Fl t
option).
.Pp
1995-04-12 02:42:39 +00:00
For both
.Nm
1995-04-12 02:42:39 +00:00
and
.Nm batch ,
commands are read from standard input or the file specified
with the
.Fl f
option and executed.
The working directory, the environment (except for the variables
.Ev TERM ,
.Ev TERMCAP ,
.Ev DISPLAY
1995-04-12 02:42:39 +00:00
and
.Em _ )
1995-04-12 02:42:39 +00:00
and the
.Ar umask
are retained from the time of invocation.
An
.Nm
1995-04-12 02:42:39 +00:00
or
.Nm batch
command invoked from a
1995-04-12 02:42:39 +00:00
.Xr su 1
shell will retain the current userid.
The user will be mailed standard error and standard output from his
commands, if any.
Mail will be sent using the command
1995-04-12 02:42:39 +00:00
.Xr sendmail 8 .
If
.Nm
is executed from a
1995-04-12 02:42:39 +00:00
.Xr su 1
shell, the owner of the login shell will receive the mail.
.Pp
The superuser may use these commands in any case.
For other users, permission to use
.Nm
is determined by the files
1995-04-12 02:42:39 +00:00
.Pa _PERM_PATH/at.allow
and
.Pa _PERM_PATH/at.deny .
.Pp
If the file
.Pa _PERM_PATH/at.allow
exists, only usernames mentioned in it are allowed to use
.Nm .
In these two files, a user is considered to be listed only if the user
name has no blank or other characters before it on its line and a
newline character immediately after the name, even at the end of
the file.
Other lines are ignored and may be used for comments.
1995-04-12 02:42:39 +00:00
.Pp
If
.Pa _PERM_PATH/at.allow
does not exist,
.Pa _PERM_PATH/at.deny
is checked, every username not mentioned in it is then allowed
to use
.Nm .
1995-04-12 02:42:39 +00:00
.Pp
If neither exists, only the superuser is allowed use of
.Nm .
This is the default configuration.
.Sh IMPLEMENTATION NOTES
Note that
.Nm
is implemented through the
.Xr cron 8
daemon by calling
.Xr atrun 8
every five minutes.
This implies that the granularity of
.Nm
might not be optimal for every deployment.
2002-05-29 18:00:23 +00:00
If a finer granularity is needed, the system crontab at
.Pa /etc/crontab
needs to be changed.
1995-04-12 02:42:39 +00:00
.Sh OPTIONS
.Bl -tag -width indent
.It Fl q Ar queue
Use the specified queue.
1995-04-12 02:42:39 +00:00
A queue designation consists of a single letter; valid queue designations
range from
.Ar a
to
2000-03-26 14:29:45 +00:00
.Ar z
1995-04-12 02:42:39 +00:00
and
.Ar A
1995-04-12 02:42:39 +00:00
to
.Ar Z .
1995-04-12 02:42:39 +00:00
The
.Ar _DEFAULT_AT_QUEUE
1995-04-12 02:42:39 +00:00
queue is the default for
.Nm
1995-04-12 02:42:39 +00:00
and the
.Ar _DEFAULT_BATCH_QUEUE
1995-04-12 02:42:39 +00:00
queue for
.Nm batch .
Queues with higher letters run with increased niceness.
If a job is submitted to a queue designated with an uppercase letter, it
is treated as if it had been submitted to batch at that time.
If
.Nm atq
is given a specific queue, it will only show jobs pending in that queue.
.It Fl m
Send mail to the user when the job has completed even if there was no
output.
.It Fl f Ar file
Read the job from
1995-04-12 02:42:39 +00:00
.Ar file
rather than standard input.
.It Fl l
2002-05-29 18:00:23 +00:00
With no arguments, list all jobs for the invoking user.
If one or more
job numbers are given, list only those jobs.
1995-04-12 02:42:39 +00:00
.It Fl d
Is an alias for
2002-03-15 15:26:57 +00:00
.Nm atrm
(this option is deprecated; use
.Fl r
instead).
1995-04-12 02:42:39 +00:00
.It Fl b
Is an alias for
.Nm batch .
1995-04-12 02:42:39 +00:00
.It Fl v
For
.Nm atq ,
shows completed but not yet deleted jobs in the queue; otherwise
shows the time the job will be executed.
1995-08-21 12:34:18 +00:00
.It Fl c
Cat the jobs listed on the command line to standard output.
.It Fl r
2002-03-15 15:26:57 +00:00
Remove the specified jobs.
.It Fl t
2002-03-15 15:26:57 +00:00
Specify the job time using the \*[Px] time format.
The argument should be in the form
2002-03-15 15:26:57 +00:00
.Sm off
.Op Oo Ar CC Oc Ar YY
.Ar MM DD hh mm Op . Ar SS
.Sm on
where each pair of letters represents the following:
.Pp
2002-03-15 15:26:57 +00:00
.Bl -tag -width indent -compact -offset indent
.It Ar CC
The first two digits of the year (the century).
.It Ar YY
The second two digits of the year.
.It Ar MM
The month of the year, from 1 to 12.
.It Ar DD
the day of the month, from 1 to 31.
.It Ar hh
The hour of the day, from 0 to 23.
.It Ar mm
The minute of the hour, from 0 to 59.
.It Ar SS
The second of the minute, from 0 to 61.
.El
.Pp
If the
2002-03-15 15:26:57 +00:00
.Ar CC
and
2002-03-15 15:26:57 +00:00
.Ar YY
letter pairs are not specified, the values default to the current
year.
If the
2002-03-15 15:26:57 +00:00
.Ar SS
letter pair is not specified, the value defaults to 0.
2000-12-19 16:00:12 +00:00
.El
1995-04-12 02:42:39 +00:00
.Sh FILES
.Bl -tag -width _ATJOB_DIR/_LOCKFILE -compact
.It Pa _ATJOB_DIR
directory containing job files
1995-04-12 02:42:39 +00:00
.It Pa _ATSPOOL_DIR
directory containing output spool files
.It Pa /var/run/utx.active
login records
1995-04-12 02:42:39 +00:00
.It Pa _PERM_PATH/at.allow
allow permission control
1995-04-12 02:42:39 +00:00
.It Pa _PERM_PATH/at.deny
deny permission control
1995-04-12 02:42:39 +00:00
.It Pa _ATJOB_DIR/_LOCKFILE
job-creation lock file
.El
1995-04-12 02:42:39 +00:00
.Sh SEE ALSO
.Xr nice 1 ,
.Xr sh 1 ,
.Xr umask 2 ,
.Xr atrun 8 ,
.Xr cron 8 ,
.Xr sendmail 8
2005-01-18 13:43:56 +00:00
.Sh AUTHORS
.An -nosplit
2005-01-18 13:43:56 +00:00
At was mostly written by
.An Thomas Koenig Aq Mt ig25@rz.uni-karlsruhe.de .
2005-01-18 13:43:56 +00:00
The time parsing routines are by
.An David Parsons Aq Mt orc@pell.chi.il.us ,
2005-01-18 13:43:56 +00:00
with minor enhancements by
.An Joe Halpin Aq Mt joe.halpin@attbi.com .
1995-04-12 02:42:39 +00:00
.Sh BUGS
If the file
.Pa /var/run/utx.active
1995-04-12 02:42:39 +00:00
is not available or corrupted, or if the user is not logged on at the
time
.Nm
1995-04-12 02:42:39 +00:00
is invoked, the mail is sent to the userid found
in the environment variable
.Ev LOGNAME .
1995-04-12 02:42:39 +00:00
If that is undefined or empty, the current userid is assumed.
.Pp
2003-02-28 21:04:17 +00:00
The
.Nm at
1995-04-12 02:42:39 +00:00
and
.Nm batch
2003-02-28 21:04:17 +00:00
utilities
1995-04-12 02:42:39 +00:00
as presently implemented are not suitable when users are competing for
resources.
If this is the case, another batch system such as
2002-03-15 15:26:57 +00:00
.Em nqs
may be more suitable.
.Pp
Specifying a date past 2038 may not work on some systems.