diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2020-06-09 21:26:11 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2020-06-09 21:26:11 +0000 |
commit | ee714d385e3f3b943e3fa4407847cfdeb8a435f7 (patch) | |
tree | 9575737785124f3b3884ca1a04f1c3cd7a41009a /chapter04/addinguser.xml | |
parent | b99b7d3a6e77c4728dcf9903f71f2e3fdd95daca (diff) |
Text update to cross2 Chapter 4.
git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/cross2@11913 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter04/addinguser.xml')
-rw-r--r-- | chapter04/addinguser.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/chapter04/addinguser.xml b/chapter04/addinguser.xml index 24cdb3aab..7ee10bef0 100644 --- a/chapter04/addinguser.xml +++ b/chapter04/addinguser.xml @@ -11,8 +11,8 @@ <title>Adding the LFS User</title> <para>When logged in as user <systemitem class="username">root</systemitem>, - making a single mistake can damage or destroy a system. Therefore, we - recommend building the packages in the next chapter as an unprivileged user. + making a single mistake can damage or destroy a system. Therefore, + the packages in the next two chapters are built as an unprivileged user. You could use your own user name, but to make it easier to set up a clean working environment, create a new user called <systemitem class="username">lfs</systemitem> as a member of a new group (also named @@ -62,7 +62,7 @@ useradd -s /bin/bash -g lfs -m -k /dev/null lfs</userinput></screen> <varlistentry> <term><parameter>lfs</parameter></term> <listitem> - <para>This is the actual name for the created group and user.</para> + <para>This is the actual name for the created user.</para> </listitem> </varlistentry> @@ -95,7 +95,7 @@ useradd -s /bin/bash -g lfs -m -k /dev/null lfs</userinput></screen> <para>Next, login as user <systemitem class="username">lfs</systemitem>. This can be done via a virtual console, through a display manager, or with - the following substitute user command:</para> + the following substitute/switch user command:</para> <screen role="nodump"><userinput>su - lfs</userinput></screen> |