diff options
author | Archaic <archaic@linuxfromscratch.org> | 2005-06-16 16:47:40 +0000 |
---|---|---|
committer | Archaic <archaic@linuxfromscratch.org> | 2005-06-16 16:47:40 +0000 |
commit | bc2136ecacbb2f5d6d888fdf1e0432f052a3e0f4 (patch) | |
tree | 0e38131e60a11b6b14bc34775a475f11dfce792a /chapter06/pwdgroup.xml | |
parent | 9c80e02769dc33c2b63d1630b87370ad79d590fc (diff) |
Several minor grammatical fixes. Thanks to Randy and Steve.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@6011 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/pwdgroup.xml')
-rw-r--r-- | chapter06/pwdgroup.xml | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/chapter06/pwdgroup.xml b/chapter06/pwdgroup.xml index 990fe976e..0a4e53f4e 100644 --- a/chapter06/pwdgroup.xml +++ b/chapter06/pwdgroup.xml @@ -15,8 +15,8 @@ <indexterm zone="ch-system-pwdgroup"><primary sortas="e-/var/log/wtmp">/var/log/wtmp</primary></indexterm> <para>In order for user <emphasis>root</emphasis> to be able to login -and for the name <quote>root</quote> to be recognized, there need to -be relevant entries in the <filename>/etc/passwd</filename> and +and for the name <quote>root</quote> to be recognized, there must be relevant +entries in the <filename>/etc/passwd</filename> and <filename>/etc/group</filename> files.</para> <para>Create the <filename>/etc/passwd</filename> file by running the following @@ -69,12 +69,12 @@ work.</para> <screen><userinput>exec /tools/bin/bash --login +h</userinput></screen> -<para>Note the use of the <parameter>+h</parameter> directive. This -tells <command>bash</command> not to use its internal path hashing. -Without this directive, <command>bash</command> would remember the -paths to binaries it has executed. In order to use the newly compiled -binaries as soon as they are installed, turn off this function for the -duration of this chapter.</para> +<para>Note the use of the <parameter>+h</parameter> directive. This tells +<command>bash</command> not to use its internal path hashing. Without this +directive, <command>bash</command> would remember the paths to binaries it has +executed. In ensure the use of the newly compiled binaries as soon as they are +installed, the <parameter>+h</parameter> directive will be used for the duration +of this chapter.</para> <para>The <command>login</command>, <command>agetty</command>, and <command>init</command> programs (and others) use a number of log |