From 9922b2698cdc90aeab540a995d4e698d63121c4d Mon Sep 17 00:00:00 2001 From: Gerard Beekmans Date: Thu, 6 Feb 2003 00:01:40 +0000 Subject: tag + typo fixes git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2432 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/pwdgroup.xml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'chapter06/pwdgroup.xml') diff --git a/chapter06/pwdgroup.xml b/chapter06/pwdgroup.xml index 87dabb10c..caa57280f 100644 --- a/chapter06/pwdgroup.xml +++ b/chapter06/pwdgroup.xml @@ -2,8 +2,8 @@ Creating the passwd and group files -In order for root to be able to login and for the name "root" to be -recognized, there need to be relevant entries in the +In order for root to be able to login and for the +name "root" to be recognized, there need to be relevant entries in the /etc/passwd and /etc/group files. @@ -12,8 +12,8 @@ following command: echo "root:x:0:0:root:/root:/bin/bash" > /etc/passwd -The actual password for root (the "x" here is just a placeholder) will -be set later. +The actual password for root (the "x" here is +just a placeholder) will be set later. Create the /etc/group file by running the following command: @@ -35,7 +35,7 @@ audio:x:11: The created groups aren't part of any standard -- they are the groups that the MAKEDEV script in the next section uses. Besides the group "root", -the LSB () (recommends only a group +the LSB () recommends only a group "bin", with a GID of 1, be present. All other group names and GIDs can be chosen freely by the user, as well-written packages don't depend on GID numbers but use the group's name. -- cgit v1.2.3-54-g00ecf