81 lines
1.9 KiB
Plaintext
81 lines
1.9 KiB
Plaintext
|
diff -purN at-3.1.8.orig/at.allow.5 at-3.1.8/at.allow.5
|
||
|
--- at.allow.5 1970-01-01 01:00:00.000000000 +0100
|
||
|
+++ at.allow.5 2003-11-24 12:25:51.000000000 +0100
|
||
|
@@ -0,0 +1,36 @@
|
||
|
+.Id $Id: at.allow.5,v 1.1 1997/09/28 20:00:28 ig25 Exp $
|
||
|
+.TH AT.ALLOW 5 "Sep 1997" "" "Linux Programmer's Manual"
|
||
|
+.SH NAME
|
||
|
+at.allow, at.deny \- determine who can submit jobs via at or batch
|
||
|
+.SH DESCRIPTION
|
||
|
+The
|
||
|
+.I /etc/at.allow
|
||
|
+and
|
||
|
+.I /etc/at.deny
|
||
|
+files determine which user can submit commands for later execution via
|
||
|
+.BR at (1)
|
||
|
+or
|
||
|
+.BR batch (1) .
|
||
|
+.PP
|
||
|
+The format of the files is a list of usernames, one on each line. Whitespace
|
||
|
+is not permitted.
|
||
|
+.PP
|
||
|
+The superuser may always use
|
||
|
+.BR at .
|
||
|
+.PP
|
||
|
+If the file
|
||
|
+.I /etc/at.allow
|
||
|
+exists, only usernames mentioned in it are allowed to use
|
||
|
+.BR at .
|
||
|
+.PP
|
||
|
+If
|
||
|
+.I /etc/at.allow
|
||
|
+does not exist,
|
||
|
+.I /etc/at.deny
|
||
|
+is checked.
|
||
|
+.SH "SEE ALSO"
|
||
|
+.BR at (1),
|
||
|
+.BR atrun (1),
|
||
|
+.BR cron (8),
|
||
|
+.BR crontab (1),
|
||
|
+.BR atd (8).
|
||
|
diff -purN at-3.1.8.orig/at.deny.5 at-3.1.8/at.deny.5
|
||
|
--- at.deny.5 1970-01-01 01:00:00.000000000 +0100
|
||
|
+++ at.deny.5 2003-11-24 12:25:51.000000000 +0100
|
||
|
@@ -0,0 +1,36 @@
|
||
|
+.Id $Id: at.allow.5,v 1.1 1997/09/28 20:00:28 ig25 Exp $
|
||
|
+.TH AT.ALLOW 5 "Sep 1997" "" "Linux Programmer's Manual"
|
||
|
+.SH NAME
|
||
|
+at.allow, at.deny \- determine who can submit jobs via at or batch
|
||
|
+.SH DESCRIPTION
|
||
|
+The
|
||
|
+.I /etc/at.allow
|
||
|
+and
|
||
|
+.I /etc/at.deny
|
||
|
+files determine which user can submit commands for later execution via
|
||
|
+.BR at (1)
|
||
|
+or
|
||
|
+.BR batch (1) .
|
||
|
+.PP
|
||
|
+The format of the files is a list of usernames, one on each line. Whitespace
|
||
|
+is not permitted.
|
||
|
+.PP
|
||
|
+The superuser may always use
|
||
|
+.BR at .
|
||
|
+.PP
|
||
|
+If the file
|
||
|
+.I /etc/at.allow
|
||
|
+exists, only usernames mentioned in it are allowed to use
|
||
|
+.BR at .
|
||
|
+.PP
|
||
|
+If
|
||
|
+.I /etc/at.allow
|
||
|
+does not exist,
|
||
|
+.I /etc/at.deny
|
||
|
+is checked.
|
||
|
+.SH "SEE ALSO"
|
||
|
+.BR at (1),
|
||
|
+.BR atrun (1),
|
||
|
+.BR cron (8),
|
||
|
+.BR crontab (1),
|
||
|
+.BR atd (8).
|