Initial commit to Gerrit
[profile/ivi/quota.git] / quota_nld.8
1 .TH RQUOTAD 8
2 .SH NAME
3 quota_nld \- quota netlink message daemon
4 .SH SYNOPSIS
5 .B quota_nld
6 [[
7 .B \-D
8 |
9 .B \-C
10 ][
11 .B \-F
12 ][
13 .B \-b
14 ]]
15 .SH DESCRIPTION
16 .BR quota_nld
17 listens on netlink socket and processes received quota
18 warnings. By default
19 .BR quota_nld
20 forwards warning messages to both the system's DBUS (so that the desktop
21 manager can display a dialog) and the last-accessed terminal of the user to
22 whom each warning is directed. Either of these destinations can be disabled
23 with the
24 .B \-D
25 and
26 .B \-C
27 options, respectively.
28
29 In the case of the user's terminal, quota messages about falling below
30 the hard and soft limits are not sent unless the
31 .B \-b
32 option is specified. In the case of the DBUS, all quota messages are sent.
33
34 Note, that you have to enable the kernel support for sending quota
35 messages over netlink (in Filesystems->Quota menu).
36
37 .SH OPTIONS
38 .TP
39 .B \-V, \-\-version
40 Show version of quota tools and exit.
41 .TP
42 .B \-h, \-\-help
43 Show a usage message and exit.
44 .TP
45 .B \-D, \-\-no-dbus
46 Do not forward quota warnings to DBUS.
47 .TP
48 .B \-C, \-\-no-console
49 Do not print quota warnings to the user's last-accessed terminal.
50 .TP
51 .B \-b, \-\-print-below
52 If quota warnings are printed to users' terminals, include
53 messages about falling below their hard and soft limits.
54 .TP
55 .B \-F, \-\-foreground
56 Run daemon in foreground (may be useful for debugging purposes).
57
58 .SH "SEE ALSO"
59 .BR quota (1),
60 .BR netlink (7),
61 .BR dbus.freedesktop.org