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 /setquota.8 | |
parent | 8c82de96cd23e4823a2d29eb2de2295c0866b0c9 (diff) | |
download | quota-upstream.tar.gz quota-upstream.tar.bz2 quota-upstream.zip |
Change-Id: I2271f01ae7877d43dde2432a45b49b910ddb6f8f
Signed-off-by: Ossama Othman <ossama.othman@intel.com>
Diffstat (limited to 'setquota.8')
-rw-r--r-- | setquota.8 | 12 |
1 files changed, 6 insertions, 6 deletions
@@ -67,8 +67,6 @@ setquota \- set disk quotas .B setquota .B \-t [ -.B \-m -] [ .B \-u | .B \-g @@ -86,8 +84,6 @@ setquota \- set disk quotas .B setquota .B \-T [ -.B \-m -] [ .B \-u | .B \-g @@ -126,7 +122,7 @@ Currently, pathnames of NFSv4 mountpoints are sent without leading slash in the 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 +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 @@ -155,6 +151,10 @@ Use quota settings of user or group .I protoname to set the quota for the named user or group. .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 -b, --batch Read information to set from stdin (input format is .I name block-softlimit block-hardlimit inode-softlimit inode-hardlimit @@ -182,7 +182,7 @@ Go through all filesystems with quota in .B /etc/mtab and perform setting. .PP -To disable a quota, set the coresponding parameter to 0. To change quotas +To disable a quota, set the corresponding parameter to 0. To change quotas for several filesystems, invoke once for each filesystem. .PP Only the super-user may edit quotas. |