aboutsummaryrefslogtreecommitdiff
path: root/ja/man/man1/quota.1
diff options
context:
space:
mode:
Diffstat (limited to 'ja/man/man1/quota.1')
-rw-r--r--ja/man/man1/quota.1141
1 files changed, 141 insertions, 0 deletions
diff --git a/ja/man/man1/quota.1 b/ja/man/man1/quota.1
new file mode 100644
index 0000000000..596f621c0b
--- /dev/null
+++ b/ja/man/man1/quota.1
@@ -0,0 +1,141 @@
+.\" Copyright (c) 1983, 1990, 1993
+.\" The Regents of the University of California. All rights reserved.
+.\"
+.\" This code is derived from software contributed to Berkeley by
+.\" Robert Elz at The University of Melbourne.
+.\"
+.\" Redistribution and use in source and binary forms, with or without
+.\" modification, are permitted provided that the following conditions
+.\" are met:
+.\" 1. Redistributions of source code must retain the above copyright
+.\" notice, this list of conditions and the following disclaimer.
+.\" 2. Redistributions in binary form must reproduce the above copyright
+.\" notice, this list of conditions and the following disclaimer in the
+.\" documentation and/or other materials provided with the distribution.
+.\" 3. All advertising materials mentioning features or use of this software
+.\" must display the following acknowledgement:
+.\" This product includes software developed by the University of
+.\" California, Berkeley and its contributors.
+.\" 4. Neither the name of the University nor the names of its contributors
+.\" may be used to endorse or promote products derived from this software
+.\" without specific prior written permission.
+.\"
+.\" THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
+.\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+.\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
+.\" ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
+.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
+.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
+.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
+.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
+.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
+.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
+.\" SUCH DAMAGE.
+.\"
+.\" @(#)quota.1 8.1 (Berkeley) 6/6/93
+.\" %Id: quota.1,v 1.3.2.1 1997/08/05 06:36:34 charnier Exp %
+.\" jpman %Id: quota.1,v 1.2 1997/05/17 16:06:48 horikawa Stab %
+.\"
+.Dd June 6, 1993
+.Dt QUOTA 1
+.Os BSD 4.2
+.Sh 名称
+.Nm quota
+.Nd ディスクの使用状況と割り当て制限を表示する
+.Sh 書式
+.Nm
+.Op Fl g
+.Op Fl u
+.Op Fl v | Fl q
+.Nm quota
+.Op Fl u
+.Op Fl v | Fl q
+.Ar user
+.Nm quota
+.Op Fl g
+.Op Fl v | Fl q
+.Ar group
+.Sh 解説
+.Nm
+は、ユーザのディスク使用量と割り当て制限を表示します。デフォルトで
+はユーザに対する割り当て制限に関する情報のみが表示されます。
+.Pp
+オプション
+.Pp
+.Bl -tag -width Ds
+.It Fl g
+ユーザが所属するグループに対するグループ割り当て制限を表示します。
+これに対し、
+.Fl u
+オプションはデフォルトの動作と同じです。
+.It Fl v
+.Nm
+は使用していないファイルシステムについても割り当て制限を表示します。
+.It Fl q
+使用量が割り当てを越えたファイルシステムに関する情報だけが含まれる簡潔
+なメッセージを表示します。
+.El
+.Pp
+.Fl g
+と
+.Fl u
+の両方を指定した場合は、(そのユーザの)ユーザ割り当て制限とグループ割
+り当て制限の両方が表示されます。
+.Pp
+スーパユーザに限り、
+.Fl u
+オプションとユーザ名を引数に指定して
+他のユーザの割り当て制限を見ることができます。
+スーパユーザ以外でも自分が所属するグループについては、
+.Fl g
+オプションと
+.Ar group
+引数を指定することで、自分が属するグループの割り当て制限だけは
+見ることができます。
+.Pp
+.Fl q
+オプションは
+.Fl v
+オプションより優先されます。
+.Pp
+.Nm
+はマウントされている全てのファイルシステムに関して報告しようとします。
+ファイルシステムが
+.Nm NFS
+を介してマウントされている場合、
+.Xr rpc.rquotad 8
+.Nm NFS
+サーバのデーモンと連絡しようとします。
+.Nm UFS
+ファイルシステムでは、
+.Nm
+は
+.Pa /etc/fstab
+にて有効にされている必要が有ります。
+.Nm
+が 0 以外の値を返して終了した場合、割り当て制限を越えているファイルシステムが
+あります。
+.Sh 関連ファイル
+.Bl -tag -width quota.group -compact
+.It Pa quota.user
+ファイルシステムのルートディレクトリに置かれたユーザの割り当て制限に関
+するデータ
+.It Pa quota.group
+ファイルシステムのルートディレクトリに置かれたグループの割り当て制限に
+関するデータ
+.It Pa /etc/fstab
+ファイルシステムの名前と位置
+.El
+.Sh 歴史
+.Nm
+コマンドは
+.Bx 4.2
+で登場しました。
+.Sh 関連項目
+.Xr quotactl 2 ,
+.Xr fstab 5 ,
+.Xr edquota 8 ,
+.Xr quotacheck 8 ,
+.Xr quotaon 8 ,
+.Xr repquota 8 ,
+.Xr rpc.rquotad 8