diff options
author | Ossama Othman <ossama.othman@intel.com> | 2013-11-25 15:00:02 -0800 |
---|---|---|
committer | Ossama Othman <ossama.othman@intel.com> | 2013-11-25 15:00:02 -0800 |
commit | 47ae1cde69cd6bf2c22e20902cefa3f0e25c8cb4 (patch) | |
tree | add9aa20a19f410a91522d4b95df3e93c57f8637 /quota.1 | |
parent | 8c82de96cd23e4823a2d29eb2de2295c0866b0c9 (diff) | |
download | quota-47ae1cde69cd6bf2c22e20902cefa3f0e25c8cb4.tar.gz quota-47ae1cde69cd6bf2c22e20902cefa3f0e25c8cb4.tar.bz2 quota-47ae1cde69cd6bf2c22e20902cefa3f0e25c8cb4.zip |
Change-Id: I2271f01ae7877d43dde2432a45b49b910ddb6f8f
Signed-off-by: Ossama Othman <ossama.othman@intel.com>
Diffstat (limited to 'quota.1')
-rw-r--r-- | quota.1 | 20 |
1 files changed, 17 insertions, 3 deletions
@@ -96,6 +96,10 @@ option will make .BR quota (1) try to choose units for showing limits, used space and used inodes. .TP +.B --always-resolve +Always try to translate user / group name to uid / gid even if the name +is composed of digits only. +.TP .B -p, --raw-grace When user is in grace period, report time in seconds since epoch when his grace time runs out (or has run out). Field is '0' when no grace time is in effect. @@ -111,13 +115,16 @@ report quotas only on local filesystems (ie. ignore NFS mounted filesystems). report quotas for all NFS filesystems even if they report to be on the same device. .TP +.B -f, --filesystem-list +report quotas only for filesystems specified on command line. +.TP .B -m, --no-mixed-pathnames Currently, pathnames of NFSv4 mountpoints are sent without leading slash in the path. .BR rpc.rquotad uses this to recognize NFSv4 mounts and properly prepend pseudoroot of NFS filesystem to the path. If you specify this option, -.BR setquota -will always send paths with a trailing slash. This can be useful for legacy reasons but +.BR quota +will always send paths with a leading slash. This can be useful for legacy reasons but be aware that quota over RPC will stop working if you are using new .BR rpc.rquotad . .TP @@ -138,6 +145,12 @@ Do not wrap the line if the device name is too long. This can be useful when par the output of .BR quota (1) by a script. +.TP +.B --show-mntpoint +Show also mount point as a filesystem identification. +.TP +.B --hide-device +Do not show device name in a filesystem identification. .LP Specifying both .B \-g @@ -187,4 +200,5 @@ default filesystems .BR quotaon (8), .BR quota_nld (8), .BR repquota (8), -.DR warnquota (8) +.BR warnquota (8), +.BR setquota (8) |