1RQUOTAD(8) System Manager's Manual RQUOTAD(8)
2
3
4
6 quota_nld - quota netlink message daemon
7
9 quota_nld [[ -D | -C ][ -F ][ -b ]]
10
12 quota_nld listens on netlink socket and processes received quota warn‐
13 ings. By default quota_nld forwards warning messages to both the sys‐
14 tem's DBUS (so that the desktop manager can display a dialog) and the
15 last-accessed terminal of the user to whom each warning is directed.
16 Either of these destinations can be disabled with the -D and -C
17 options, respectively.
18
19 In the case of the user's terminal, quota messages about falling below
20 the hard and soft limits are not sent unless the -b option is speci‐
21 fied. In the case of the DBUS, all quota messages are sent.
22
23 Note, that you have to enable the kernel support for sending quota mes‐
24 sages over netlink (in Filesystems->Quota menu).
25
26
28 -V, --version
29 Show version of quota tools and exit.
30
31 -h, --help
32 Show a usage message and exit.
33
34 -D, --no-dbus
35 Do not forward quota warnings to DBUS.
36
37 -C, --no-console
38 Do not print quota warnings to the user's last-accessed termi‐
39 nal.
40
41 -b, --print-below
42 If quota warnings are printed to users' terminals, include mes‐
43 sages about falling below their hard and soft limits.
44
45 -F, --foreground
46 Run daemon in foreground (may be useful for debugging purposes).
47
48
50 quota(1), netlink(7), dbus.freedesktop.org
51
52
53
54 RQUOTAD(8)