diff options
Diffstat (limited to 'chapter06/pwdgroup.xml')
-rw-r--r-- | chapter06/pwdgroup.xml | 10 |
1 files changed, 5 insertions, 5 deletions
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 @@ <title>Creating the passwd and group files</title> <?dbhtml filename="pwdgroup.html" dir="chapter06"?> -<para>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 +<para>In order for <emphasis>root</emphasis> to be able to login and for the +name "root" to be recognized, there need to be relevant entries in the <filename>/etc/passwd</filename> and <filename>/etc/group</filename> files.</para> @@ -12,8 +12,8 @@ following command:</para> <para><screen><userinput>echo "root:x:0:0:root:/root:/bin/bash" > /etc/passwd</userinput></screen></para> -<para>The actual password for root (the "x" here is just a placeholder) will -be set later.</para> +<para>The actual password for <emphasis>root</emphasis> (the "x" here is +just a placeholder) will be set later.</para> <para>Create the <filename>/etc/group</filename> file by running the following command:</para> @@ -35,7 +35,7 @@ audio:x:11: <para>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 (<ulink url="http://www.linuxbase.org"/>) (recommends only a group +the LSB (<ulink url="http://www.linuxbase.org"/>) 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.</para> |