Content
Data
license:
Version number: Quota utilities version 4.04. (in Debian 10)
Developer / owner:
Short description:
Manual page and help for the quota_nld Linux command.
Man page output
man quota_nld
RQUOTAD(8) System Manager's Manual RQUOTAD(8) NAME quota_nld - quota netlink message daemon SYNOPSIS quota_nld [[ -D | -C ][ -F ][ -b ]] DESCRIPTION quota_nld listens on netlink socket and processes received quota warnings. By default 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 -D and -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 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). OPTIONS -V, --version Show version of quota tools and exit. -h, --help Show a usage message and exit. -D, --no-dbus Do not forward quota warnings to DBUS. -C, --no-console Do not print quota warnings to the user's last-accessed terminal. -b, --print-below If quota warnings are printed to users' terminals, include messages about falling below their hard and soft limits. -F, --foreground Run daemon in foreground (may be useful for debugging purposes). SEE ALSO quota(1), netlink(7), dbus.freedesktop.org RQUOTAD(8)
Help output
sudo quota_nld --help
quota_nld: Usage: quota_nld [options] Options are: -h --help shows this text -V --version shows version information -C --no-console do not try to write messages to console -b --print-below write to console also information about getting below hard/soft limits -D --no-dbus do not try to write messages to DBUS -F --foreground run daemon in foreground
Related Content
- 4 views