diff options
author | Manuel Canales Esparcia <manuel@linuxfromscratch.org> | 2005-10-04 19:37:37 +0000 |
---|---|---|
committer | Manuel Canales Esparcia <manuel@linuxfromscratch.org> | 2005-10-04 19:37:37 +0000 |
commit | cad7b50152d6cb2838d04eee30bf9bc635923873 (patch) | |
tree | d6c35844261a1af4d04cf43f1b8bd18cdb1f1468 /chapter06 | |
parent | 71ba45f7790e3345a570a800255ab9707dd8e1fc (diff) |
Added one more nodump attribute.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@6958 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/pwdgroup.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/chapter06/pwdgroup.xml b/chapter06/pwdgroup.xml index 418da1982..bb08cbbc6 100644 --- a/chapter06/pwdgroup.xml +++ b/chapter06/pwdgroup.xml @@ -29,7 +29,7 @@ EOF</userinput></screen> <para>The actual password for <emphasis>root</emphasis> (the <quote>x</quote> used here is just a placeholder) will be set later.</para> -<para>Create the <filename>/etc/group</filename> file by running the following +<para>Create the <filename>/etc/group</filename> file by running the following command:</para> <screen><userinput>cat > /etc/group << "EOF" @@ -67,7 +67,7 @@ linkend="chapter-temporary-tools"/> and the files have been created, user name and group name resolution will now work.</para> -<screen><userinput>exec /tools/bin/bash --login +h</userinput></screen> +<screen role="nodump"><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 @@ -80,7 +80,7 @@ of this chapter.</para> <command>init</command> programs (and others) use a number of log files to record information such as who was logged into the system and when. However, these programs will not write to the log files if they -do not already exist. Initialize the log files and give them +do not already exist. Initialize the log files and give them proper permissions:</para> <screen><userinput>touch /var/run/utmp /var/log/{btmp,lastlog,wtmp} |