REPQUOTA(8) REPQUOTA(8) 名前 repquota - ファイルシステムの quota のまとめを表示する 書式 /usr/sbin/repquota [ -vsiug ] [ -c | -C ] [ -t | -n ] [ -F format-name ] filesystem... /usr/sbin/repquota [ -avtsiug ] [ -c | -C ] [ -t | -n ] [ -F format- name ] 説明 repquota は指定したファイルシステムのディスク使用状況と quota のまとめ を表示する。各ユーザーの現在のファイル数と使用容量 (キロバイト単位) が 、 edquota(8) により設定された各 quota とともに表示される。 (オプション -n が指定されない限り) repquota は全てのユーザーとグループの ID を名 前 に 変換しなければならないので、全ての情報を表示するのに時間が掛るかもし れない。できるだけ速く変換するため repquota は (/etc/nsswitch.conf を読 む ことにより) エントリが標準的な平文のテキストファイルまたはデータベー スに格納されているかを確かめ、 1024 個の名前をまとめて変換するか 1 つの 名 前毎に変換する。この自動検出は -c または -C オプションで上書きできる 。 オプション -a /etc/mtab において読み書きの許可と quota が指定されている全て の ファイルシステムについて表示する。 -v 使用量ゼロのものも含めて、すべての quota を表示する。 quota ファ イルの情報についても、より詳細に表示する。 -c エントリをキャッシュし、全てのユーザーをスキャンして、ユー ザ ー ID・グループ ID を大きくまとめて名前に変換して表示する (これがデ フォルトである)。 /etc/passwd ファイルを使う場合は、優れた動作を する (速くなる)。 -C 各エントリ毎に変換する。ユーザーがデータベースに格納されている場 合は速くなる。 -t 9 文字より長いユーザー名・グループ名を切り詰める。長い名前がある 場合に表示がきれいになる。 -n ユーザー ID・グループ ID から名前に変換しない。これにより表示の 速度をかなり上げることができる。 -s 使用容量・使用 inode・使用限度を、デフォルトの単位ではなく、より 適切な単位で表示する。 -i automount によってマウントされたマウントポイントを無視する。 -F format-name 指 定されたフォーマットで quota を表示する (つまり、フォーマット の自動判定を行わない)。指定可能なフォーマット名は以 下 の 通 り: vfsold ( バージョン 1 の quota), vfsv0 (バージョン 2 の quota), xfs (XFS ファイルシステム上の quota)。 -g グループの quota を表示する。 -u ユーザーの quota を表示する。これがデフォルトである。 スーパーユーザーのみが、他人の quota を見ることができる。 ファイル aquota.user または aquota.group ファイルシステムのルートに置かれた quota ファイル ( バ ージョン 2 の quota, XFS 以外のファイルシステム) 。 quota.user または quota.group ファイルシステムのルートに置かれた quota ファイル ( バ ージョン 1 の quota, XFS 以外のファイルシステム) 。 /etc/mtab デフォルトのファイルシステム。 /etc/passwd デフォルトのユーザーのセット。 /etc/group デフォルトのグループのセット。 関連項目 quota(1), quotactl(2), edquota(8), quotacheck(8), quotaon(8) 4th Berkeley Distribution REPQUOTA(8)
REPQUOTA(8) REPQUOTA(8) NAME repquota - summarize quotas for a filesystem SYNOPSIS /usr/sbin/repquota [ -vspiug ] [ -c | -C ] [ -t | -n ] [ -F format-name ] filesystem... /usr/sbin/repquota [ -avtpsiug ] [ -c | -C ] [ -t | -n ] [ -F format- name ] DESCRIPTION repquota prints a summary of the disc usage and quotas for the speci- fied file systems. For each user the current number of files and amount of space (in kilobytes) is printed, along with any quotas cre- ated with edquota(8). As repquota has to translate ids of all users/groups to names (unless option -n was specified) it may take a while to print all the information. To make translating as fast as pos- sible repquota tries to detect (by reading /etc/nsswitch.conf) whether entries are stored in standard plain text file or in database and either translates chunks of 1024 names or each name individually. You can override this autodetection by -c or -C options. OPTIONS -a, --all Report on all filesystems indicated in /etc/mtab to be read- write with quotas. -v, --verbose Report all quotas, even if there is no usage. Be also more ver- bose about quotafile information. -c, --batch-translation Cache entries to report and translate uids/gids to names in big chunks by scanning all users (default). This is good (fast) behaviour when using /etc/passwd file. -C, --no-batch-translation Translate individual entries. This is faster when you have users stored in database. -t, --truncate-names Truncate user/group names longer than 9 characters. This results in nicer output when there are such names. -n, --no-names Don’t resolve UIDs/GIDs to names. This can speedup printing a lot. -s, --human-readable Try to report used space, number of used inodes and limits in more appropriate units than the default ones. -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. This is especially useful when parsing output by a script. -i, --no-autofs Ignore mountpoints mounted by automounter. -F, --format=format-name Report quota 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, xfs (quota on XFS filesystem) -g, --group Report quotas for groups. -u, --user Report quotas for users. This is the default. Only the super-user may view quotas which are not their own. 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 default filesystems /etc/passwd default set of users /etc/group default set of groups SEE ALSO quota(1), quotactl(2), edquota(8), quotacheck(8), quotaon(8), quota_nld(8), setquota(8), warnquota(8) 4th Berkeley Distribution REPQUOTA(8)
コロナウイルスの日ごとの感染者数・死者数をグラフ化してみました。どの国が増加傾向にあり、どの国が終息に向かっているかを視覚化しています。
Copyright(C) linux-cmd.com All Rights Reserved. Author Takayuki Yukawa