aboutsummaryrefslogtreecommitdiffstats
path: root/chapter05/adding-user.xml
diff options
context:
space:
mode:
authorTimothy Bauscher <timothy@linuxfromscratch.org>2003-01-09 00:39:48 +0000
committerTimothy Bauscher <timothy@linuxfromscratch.org>2003-01-09 00:39:48 +0000
commitf47f9cdaf3084e79bc3070e80217e6b4af98728e (patch)
tree1479662519cb0346ac93ff1fbb9ab066a2bf6c27 /chapter05/adding-user.xml
parent7359e673711fae3923ba5a0bb32b0a6b7b29a1c7 (diff)
Grammatic changes to Add User and Set Environment sections.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2293 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05/adding-user.xml')
-rw-r--r--chapter05/adding-user.xml5
1 files changed, 2 insertions, 3 deletions
diff --git a/chapter05/adding-user.xml b/chapter05/adding-user.xml
index f36d5578f..b1a740875 100644
--- a/chapter05/adding-user.xml
+++ b/chapter05/adding-user.xml
@@ -12,9 +12,8 @@ the following commands to add the new user:</para>
<para><screen><userinput>useradd -s /bin/bash -m lfs
passwd lfs</userinput></screen></para>
-<para>In order to grant the user <emphasis>lfs</emphasis> the proper permissions
-to the <filename>$LFS/static</filename> directory, issue the following
-command:</para>
+<para>In order to grant ownership of the <filename>$LFS/static</filename>
+directory to the user <emphasis>lfs</emphasis>, issue the command:</para>
<para><screen><userinput>chown -R lfs $LFS/static</userinput></screen></para>