summaryrefslogtreecommitdiffstats
path: root/upstream/opensuse-leap-15-6/man8/quota_nld.8
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-leap-15-6/man8/quota_nld.8
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-leap-15-6/man8/quota_nld.8')
-rw-r--r--upstream/opensuse-leap-15-6/man8/quota_nld.861
1 files changed, 61 insertions, 0 deletions
diff --git a/upstream/opensuse-leap-15-6/man8/quota_nld.8 b/upstream/opensuse-leap-15-6/man8/quota_nld.8
new file mode 100644
index 00000000..9eb72140
--- /dev/null
+++ b/upstream/opensuse-leap-15-6/man8/quota_nld.8
@@ -0,0 +1,61 @@
+.TH RQUOTAD 8
+.SH NAME
+quota_nld \- quota netlink message daemon
+.SH SYNOPSIS
+.B quota_nld
+[[
+.B \-D
+|
+.B \-C
+][
+.B \-F
+][
+.B \-b
+]]
+.SH DESCRIPTION
+.BR quota_nld
+listens on netlink socket and processes received quota
+warnings. By default
+.BR quota_nld
+forwards warning messages to both the system's DBUS (so that the desktop
+manager can display a dialog) and the last-accessed terminal of the user to
+whom each warning is directed. Either of these destinations can be disabled
+with the
+.B \-D
+and
+.B \-C
+options, respectively.
+
+In the case of the user's terminal, quota messages about falling below
+the hard and soft limits are not sent unless the
+.B \-b
+option is specified. In the case of the DBUS, all quota messages are sent.
+
+Note, that you have to enable the kernel support for sending quota
+messages over netlink (in Filesystems->Quota menu).
+
+.SH OPTIONS
+.TP
+.B \-V, \-\-version
+Show version of quota tools and exit.
+.TP
+.B \-h, \-\-help
+Show a usage message and exit.
+.TP
+.B \-D, \-\-no-dbus
+Do not forward quota warnings to DBUS.
+.TP
+.B \-C, \-\-no-console
+Do not print quota warnings to the user's last-accessed terminal.
+.TP
+.B \-b, \-\-print-below
+If quota warnings are printed to users' terminals, include
+messages about falling below their hard and soft limits.
+.TP
+.B \-F, \-\-foreground
+Run daemon in foreground (may be useful for debugging purposes).
+
+.SH "SEE ALSO"
+.BR quota (1),
+.BR netlink (7),
+.BR dbus.freedesktop.org