diff options
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 |