From 13702d9f059b4b066b7a40a790e88b8e6adcb09d Mon Sep 17 00:00:00 2001 From: David Bryant Date: Fri, 28 Oct 2022 10:10:10 -0500 Subject: Cleaned up English idiom just a trifle. --- chapter04/addinguser.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/chapter04/addinguser.xml b/chapter04/addinguser.xml index 7903b5a84..2db1f756f 100644 --- a/chapter04/addinguser.xml +++ b/chapter04/addinguser.xml @@ -62,7 +62,7 @@ useradd -s /bin/bash -g lfs -m -k /dev/null lfs lfs - This is the actual name for the created user. + This is the name of the new user. @@ -71,7 +71,7 @@ useradd -s /bin/bash -g lfs -m -k /dev/null lfs If you want to log in as &lfs-user; or switch to &lfs-user; from a non-&root; user (as opposed to switching to user &lfs-user; when logged in as &root;, which does not require the &lfs-user; user to - have a password), you need to set a password of &lfs-user;. Issue the + have a password), you need to set a password for &lfs-user;. Issue the following command as the &root; user to set the password: passwd lfs -- cgit v1.2.3-54-g00ecf