summaryrefslogtreecommitdiffstats
path: root/upstream/opensuse-tumbleweed/man5/at.allow.5
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-15 19:43:11 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-15 19:43:11 +0000
commitfc22b3d6507c6745911b9dfcc68f1e665ae13dbc (patch)
treece1e3bce06471410239a6f41282e328770aa404a /upstream/opensuse-tumbleweed/man5/at.allow.5
parentInitial commit. (diff)
downloadmanpages-l10n-fc22b3d6507c6745911b9dfcc68f1e665ae13dbc.tar.xz
manpages-l10n-fc22b3d6507c6745911b9dfcc68f1e665ae13dbc.zip
Adding upstream version 4.22.0.upstream/4.22.0
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'upstream/opensuse-tumbleweed/man5/at.allow.5')
-rw-r--r--upstream/opensuse-tumbleweed/man5/at.allow.540
1 files changed, 40 insertions, 0 deletions
diff --git a/upstream/opensuse-tumbleweed/man5/at.allow.5 b/upstream/opensuse-tumbleweed/man5/at.allow.5
new file mode 100644
index 00000000..ece2f507
--- /dev/null
+++ b/upstream/opensuse-tumbleweed/man5/at.allow.5
@@ -0,0 +1,40 @@
+.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
+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, every username not mentioned in it is then allowed
+to use
+.BR at .
+.PP
+An empty
+.I /etc/at.deny
+means that every user may use
+.BR at .
+.PP
+If neither exists, only the superuser is allowed to use at.
+.SH "SEE ALSO"
+.BR at (1),
+.BR cron (8),
+.BR crontab (1),
+.BR atd (8).