OSDN Git Service

GNU_coreutils: Add ja.po and snapshot versions of translated pages.
[linuxjm/coreutils.git] / release / man1 / mknod.1
1 .\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.35.
2 .\"*******************************************************************
3 .\"
4 .\" This file was generated with po4a. Translate the source file.
5 .\"
6 .\"*******************************************************************
7 .TH MKNOD 1 "April 2010" "GNU coreutils 8.5" ユーザーコマンド
8 .SH 名前
9 mknod \- make block or character special files
10 .SH 書式
11 \fBmknod\fP [\fIOPTION\fP]... \fINAME TYPE \fP[\fIMAJOR MINOR\fP]
12 .SH 説明
13 .\" Add any additional description here
14 .PP
15 Create the special file NAME of the given TYPE.
16 .PP
17 Mandatory arguments to long options are mandatory for short options too.
18 .TP 
19 \fB\-m\fP, \fB\-\-mode\fP=\fIMODE\fP
20 set file permission bits to MODE, not a=rw \- umask
21 .TP 
22 \fB\-Z\fP, \fB\-\-context\fP=\fICTX\fP
23 set the SELinux security context of NAME to CTX
24 .TP 
25 \fB\-\-help\fP
26 この使い方を表示して終了する
27 .TP 
28 \fB\-\-version\fP
29 バージョン情報を表示して終了する
30 .PP
31 Both MAJOR and MINOR must be specified when TYPE is b, c, or u, and they
32 must be omitted when TYPE is p.  If MAJOR or MINOR begins with 0x or 0X, it
33 is interpreted as hexadecimal; otherwise, if it begins with 0, as octal;
34 otherwise, as decimal.  TYPE may be:
35 .TP 
36 b
37 create a block (buffered) special file
38 .TP 
39 c, u
40 create a character (unbuffered) special file
41 .TP 
42 p
43 create a FIFO
44 .PP
45 NOTE: your shell may have its own version of mknod, which usually supersedes
46 the version described here.  Please refer to your shell's documentation for
47 details about the options it supports.
48 .SH 作者
49 David MacKenzie が作成した。
50 .SH バグ報告
51 mknod のバグは bug\-coreutils@gnu.org に報告してください。
52 .br
53 GNU coreutils のホームページは <http://www.gnu.org/software/coreutils/> です。
54 .br
55 GNU ソフトウェアを使用するための一般的なヘルプ <http://www.gnu.org/gethelp/> にある。
56 .br
57 mknod の翻訳のバグは <http://translationproject.org/team/> に報告してください。
58 .SH 著作権
59 Copyright \(co 2010 Free Software Foundation, Inc.  License GPLv3+: GNU GPL
60 version 3 or later <http://gnu.org/licenses/gpl.html>.
61 .br
62 This is free software: you are free to change and redistribute it.  There is
63 NO WARRANTY, to the extent permitted by law.
64 .SH 関連項目
65 mknod(2)
66 .PP
67 \fBmknod\fP の完全なマニュアルは Texinfo マニュアルとして用意されている。
68 \fBinfo\fP と \fBmknod\fP のプログラムがお使いの環境に適切にインストールされているならば、
69 コマンド
70 .IP
71 \fBinfo coreutils \(aqmknod invocation\(aq\fP
72 .PP
73 を実行すると、完全なマニュアルを読むことができるはずである。