From cad7b50152d6cb2838d04eee30bf9bc635923873 Mon Sep 17 00:00:00 2001 From: Manuel Canales Esparcia Date: Tue, 4 Oct 2005 19:37:37 +0000 Subject: Added one more nodump attribute. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@6958 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/pwdgroup.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'chapter06') 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 The actual password for root (the x used here is just a placeholder) will be set later. -Create the /etc/group file by running the following +Create the /etc/group file by running the following command: 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. -exec /tools/bin/bash --login +h +exec /tools/bin/bash --login +h Note the use of the +h directive. This tells bash not to use its internal path hashing. Without this @@ -80,7 +80,7 @@ of this chapter. init 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: touch /var/run/utmp /var/log/{btmp,lastlog,wtmp} -- cgit v1.2.3-54-g00ecf