diff options
Diffstat (limited to 'chapter05/adding-user.xml')
-rw-r--r-- | chapter05/adding-user.xml | 5 |
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> |