OSDN Git Service

Added all.
[clfsja/cross-lfs-ja.git] / src / chroot / common / pwdgroup.ch
1 %
2 % This is part of CLFSja package.
3 %
4 % This is a CTIE change file for the original XML source of the CLFSbook.
5 %
6 @x
7 <?xml version="1.0" encoding="ISO-8859-1"?>
8 @y
9 <?xml version="1.0" encoding="UTF-8"?>
10 @z
11
12 @x
13   <title>Creating the passwd and group Files</title>
14 @y
15   <title>passwd, group 各ファイルの生成</title>
16 @z
17
18 @x
19   <para>Create the <filename>/etc/passwd</filename> file by running the
20   following command:</para>
21 @y
22   <para>
23   以下のコマンドを実行して <filename>/etc/passwd</filename> ファイルを生成します。
24   </para>
25 @z
26
27 @x
28   <para os="b">The actual password for
29   <systemitem class="username">root</systemitem> (the <quote>x</quote>
30   used here is just a placeholder) will be set later.</para>
31 @y
32   <para os="b">
33   <systemitem class="username">root</systemitem> ユーザーに対する本当のパスワードは後に定めます。
34   (<quote>x</quote>は単に場所を設けるために設定しているものです。)
35   </para>
36 @z
37
38 @x
39   <para>Create the <filename>/etc/group</filename> file by running the
40   following command:</para>
41 @y
42   <para>
43   以下のコマンドを実行して <filename>/etc/group</filename> ファイルを生成します。
44   </para>
45 @z
46
47 @x
48   <para>To remove the <quote>I have no name!</quote> prompt, start a
49   new shell. Since a full Glibc was installed in <xref
50   linkend="chapter-cross-tools"/> and the <filename>/etc/passwd</filename>
51   and <filename>/etc/group</filename> files have been created, user name
52   and group name resolution will now work.</para>
53 @y
54   <para>
55   プロンプトの<quote>I have no name!</quote>を取り除くために新たなシェルを起動します。
56   <xref linkend="chapter-cross-tools"/>にて完全に Glibc をインストールし <filename>/etc/passwd</filename> ファイルと <filename>/etc/group</filename> ファイルを作ったので、ユーザー名とグループ名の名前解決が適切に動作します。
57   </para>
58 @z
59
60 @x
61   <para>Note the use of the <parameter>+h</parameter> directive. This tells
62   <command>bash</command> not to use its internal path hashing. Without this
63   directive, <command>bash</command> would remember the paths to binaries it
64   has executed. To ensure the use of the newly compiled binaries as soon as
65   they are installed, the <parameter>+h</parameter> directive will be used
66   for the duration of the next chapters.</para>
67 @y
68   <para>
69   ディレクティブ <parameter>+h</parameter> について触れておきます。
70   これは <command>bash</command> に対して実行パスの内部ハッシュ機能を利用しないよう指示するものです。
71   もしこのディレクティブを指定しなかった場合 <command>bash</command> は一度実行したファイルのパスを記憶します。
72   コンパイルしてインストールした実行ファイルはすぐに利用していくために、次章の作業では
73   <parameter>+h</parameter> ディレクティブを常に使っていくことにします。
74   </para>
75 @z