SETQUOTA(8) SETQUOTA(8) 名前 setquota - ディスク quota を設定する 書式 setquota [ -r ] [ -u | -g ] [ -F quotaformat ] name block-softlimit block-hardlimit inode-softlimit inode-hardlimit -a | filesystem... setquota [ -r ] [ -u | -g ] [ -F quotaformat ] [ -p protoname ] name -a | filesystem... setquota -t [ -u | -g ] [ -F quotaformat ] block-grace inode-grace -a | filesystem... setquota -T [ -u | -g ] [ -F quotaformat ] name block-grace inode-grace -a | filesystem... 説明 setquota はコマンドラインによる quota のエディタである。ファイルシステ ム・ユーザー名・グループ名・そのファイルシステムに対する新しい quota を コマンドラインから指定できる。 -r リモートサーバ上の rpc.rquotad を使って、リモートサーバの quota を編集する。 -F quotaformat 指定されたフォーマットで設定を行う (つまり、フォーマットの自動判 定 を行わない)。指定可能なフォーマット名は以下の通り: vfsold (バ ージョン 1 の quota), vfsv0 (バージョン 2 の quota), rpc (NFS 越 しの quota), xfs (XFS ファイルシステム上の quota)。 -u 指定した名前のユーザーについてユーザーの quota を設定する。これ がデフォルトである。 -g 指定した名前のグループについてグループの quota を設定する。 -p protoname ユーザーまたはグループ protoname の設定を使って、指定した名前 の ユーザーまたはグループの quota を設定する。 -t ユ ーザー・グループに対する猶予時間を設定する。時間 block-grace と inode-grace は秒で指定する。 -T ソフトリミットが実施された場合に、個々のユーザー・グループに対す る猶予時間を変更する。時間 block-grace と inode-grace は秒で指定 する。また時間に文字列 ’unset’ を指定することもできる。 -a /etc/mtab で quota が指定されている全てのファイルシステムにつ い て設定を行う。 quota を使わなくするには、対応するパラメータを 0 に設定すること。複数の ファイルシステムについて quota を設定する場合は、各ファイルシステム毎に このプログラムを起動すること。 スーパーユーザーのみが quota を編集できる。 ファイル aquota.user または aquota.group ファイルシステムのルートに置かれた quota ファイル ( バージョン 2 の quota, XFS 以外のファイルシステ ム) 。 quota.user または quota.group ファイルシステムのルートに置かれた quota ファイル ( バージョン 1 の quota, XFS 以外のファイルシステ ム) 。 /etc/mtab マウントされているファイルシステムのテーブル。 関連項目 edquota(8), quota(1), quotactl(2), quotacheck(8), quotaon(8), repquota(8) SETQUOTA(8)
SETQUOTA(8) SETQUOTA(8) NAME setquota - set disk quotas SYNOPSIS setquota [ -rm ] [ -u | -g ] [ -F quotaformat ] name block-softlimit block-hardlimit inode-softlimit inode-hardlimit -a | filesystem... setquota [ -rm ] [ -u | -g ] [ -F quotaformat ] [ -p protoname ] name -a | filesystem... setquota -b [ -rm ] [ -u | -g ] [ -F quotaformat ] -a | filesystem... setquota -t [ -u | -g ] [ -F quotaformat ] block-grace inode-grace -a | filesystem... setquota -T [ -u | -g ] [ -F quotaformat ] name block-grace inode-grace -a | filesystem... DESCRIPTION setquota is a command line quota editor. The filesystem, user/group name and new quotas for this filesystem can be specified on the command line. Note that if a number is given in the place of a user/group name it is treated as an UID/GID. -r, --remote Edit also remote quota use rpc.rquotad on remote server to set quota. This option is available only if quota tools were com- piled with enabled support for setting quotas over RPC. -m, --no-mixed-pathnames Currently, pathnames of NFSv4 mountpoints are sent without lead- ing slash in the path. rpc.rquotad uses this to recognize NFSv4 mounts and properly prepend pseudoroot of NFS filesystem to the path. If you specify this option, setquota will always send paths with a trailing slash. This can be useful for legacy rea- sons but be aware that quota over RPC will stop working if you are using new rpc.rquotad. -F, --format=quotaformat Perform setting for specified format (ie. don’t perform format autodetection). Possible format names are: vfsold Original quota format with 16-bit UIDs / GIDs, vfsv0 Quota format with 32-bit UIDs / GIDs, 64-bit space usage, 32-bit inode usage and limits, vfsv1 Quota format with 64-bit quota limits and usage, rpc (quota over NFS), xfs (quota on XFS filesystem) -u, --user Set user quotas for named user. This is the default. -g, --group Set group quotas for named group. -p, --prototype=protoname Use quota settings of user or group protoname to set the quota for the named user or group. --always-resolve Always try to translate user / group name to uid / gid even if the name is composed of digits only. -b, --batch Read information to set from stdin (input format is name block- softlimit block-hardlimit inode-softlimit inode-hardlimit ). Empty lines and lines starting with # are ignored. -c, --continue-batch If parsing of an input line in batch mode fails, continue with processing the next line. -t, --edit-period Set grace times for users/groups. Times block-grace and inode- grace are specified in seconds. -T, --edit-times Alter times for individual user/group when softlimit is enforced. Times block-grace and inode-grace are specified in seconds or can be string ’unset’. -a, --all Go through all filesystems with quota in /etc/mtab and perform setting. block-softlimit and block-hardlimit are interpreted as multiples of kibibyte (1024 bytes) blocks by default. Symbols K, M, G, and T can be appended to numeric value to express kibibytes, mebibytes, gibibytes, and tebibytes. inode-softlimit and inode-hardlimit are interpreted literally. Symbols k, m, g, and t can be appended to numeric value to express multiples of 10^3, 10^6, 10^9, and 10^12 inodes. To disable a quota, set the coresponding parameter to 0. To change quo- tas for several filesystems, invoke once for each filesystem. Only the super-user may edit quotas. FILES aquota.user or aquota.group quota file at the filesystem root (version 2 quota, non-XFS filesystems) quota.user or quota.group quota file at the filesystem root (version 1 quota, non-XFS filesystems) /etc/mtab mounted filesystem table SEE ALSO edquota(8), quota(1), quotactl(2), quotacheck(8), quotaon(8), repquota(8) SETQUOTA(8)
Copyright(C) linux-cmd.com All Rights Reserved. Author Takayuki Yukawa