OSDN Git Service

(split) LDP: Update release pages based on LDP 3.54 release
[linuxjm/LDP_man-pages.git] / release / man2 / mkdir.2
index 135d499..2875285 100644 (file)
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
+.\"
+.\" Japanese Version Copyright (c) 1997 SUTO, Mitsuaki
+.\"         all rights reserved.
+.\" Translated Thu Jun 26 20:47:26 JST 1997
+.\"         by SUTO, Mitsuaki <suto@av.crl.sony.co.jp>
+.\" Updated & Modified Fri Jan 22 1999
+.\"         by NAKANO Takeo <nakano@apm.seikei.ac.jp>
+.\" Updated Fri Sep 13 JST 2000 by Kentaro Shirakata <argrath@ub32.org>
+.\" Updated Sun May 23 JST 2004 by Kentaro Shirakata <argrath@ub32.org>
+.\" Updated Thu Mar 24 JST 2005 by Kentaro Shirakata <argrath@ub32.org>
+.\" Updated Wed Jul 30 JST 2008 by Kentaro Shirakata <argrath@ub32.org>
+.\" Updated 2012-05-08, Akihiro MOTOKI <amotoki@gmail.com>
+.\" Updated 2013-05-01, Akihiro MOTOKI <amotoki@gmail.com>
+.\" Updated 2013-05-06, Akihiro MOTOKI <amotoki@gmail.com>
+.\"
 .TH MKDIR 2 2013\-01\-27 Linux "Linux Programmer's Manual"
 .SH 名前
 mkdir \- ディレクトリを作成する
@@ -30,11 +45,12 @@ mkdir \- ディレクトリを作成する
 による修正が加えられる。 したがって、作成されたディレクトリの許可属性は (\fImode\fP & ~\fIumask\fP & 0777)  となる。
 作成されたディレクトリのその他のモードビットはオペレーティングシステムに 依存する。Linux の場合は、以下の通りである。
 
-新しく作成されたディレクトリの所有者はプロセスの実効ユーザ ID に設定される。 新たに作成されたディレクトリが含まれる親ディレクトリに set
-group ID ビットがセットされていたり、ファイルシステムが BSD の グループセマンティクス (\fImount \-o bsdgroups\fP
-あるいは、同じ意味の \fImount \-o grpid\fP)  に従ってマウントされている場合には、
-新たに作成されたディレクトリのグループ所有権は親ディレクトリの ものが継承される (親ディレクトリと同じになる)。
-それ以外の場合は、グループ所有権はプロセスの実効グループ ID となる。
+The newly created directory will be owned by the effective user ID of the
+process.  If the directory containing the file has the set\-group\-ID bit set,
+or if the filesystem is mounted with BSD group semantics (\fImount \-o
+bsdgroups\fP or, synonymously \fImount \-o grpid\fP), the new directory will
+inherit the group ownership from its parent; otherwise it will be owned by
+the effective group ID of the process.
 
 もし親ディレクトリに set group ID ビットがセットされていれば新しく作成される ディレクトリにも set group ID
 ビットがセットされる。
@@ -47,7 +63,8 @@ group ID ビットがセットされていたり、ファイルシステムが B
 (\fBpath_resolution\fP(7)  も参照)。
 .TP 
 \fBEDQUOT\fP
-このファイルシステムの、ディスク・ブロックか inode のユーザクォータに達した。
+The user's quota of disk blocks or inodes on the filesystem has been
+exhausted.
 .TP 
 \fBEEXIST\fP
 \fIpathname\fP が既に存在している(ただしそれがディレクトリであるとは限らない)。 \fIpathname\fP がシンボリックリンクの場合も
@@ -81,10 +98,11 @@ group ID ビットがセットされていたり、ファイルシステムが B
 \fIpathname\fP のディレクトリ部分が実際にはディレクトリでない。
 .TP 
 \fBEPERM\fP
-\fIpathname\fP を含むファイルシステムがディレクトリの作成をサポートしていない。
+The filesystem containing \fIpathname\fP does not support the creation of
+directories.
 .TP 
 \fBEROFS\fP
-\fIpathname\fP が読み出し専用ファイルシステム上のファイルを指している。
+\fIpathname\fP refers to a file on a read\-only filesystem.
 .SH 準拠
 .\" SVr4 documents additional EIO, EMULTIHOP
 SVr4, BSD, POSIX.1\-2001.
@@ -99,6 +117,6 @@ NFS を実現しているプロトコルには多くの不備が存在し、 そ
 \fBmount\fP(2), \fBrmdir\fP(2), \fBstat\fP(2), \fBumask\fP(2), \fBunlink\fP(2),
 \fBpath_resolution\fP(7)
 .SH この文書について
-この man ページは Linux \fIman\-pages\fP プロジェクトのリリース 3.51 の一部
+この man ページは Linux \fIman\-pages\fP プロジェクトのリリース 3.54 の一部
 である。プロジェクトの説明とバグ報告に関する情報は
 http://www.kernel.org/doc/man\-pages/ に書かれている。