diff options
author | Gerard Beekmans <gerard@linuxfromscratch.org> | 2002-01-31 23:17:30 +0000 |
---|---|---|
committer | Gerard Beekmans <gerard@linuxfromscratch.org> | 2002-01-31 23:17:30 +0000 |
commit | c0f6d26e1f7bbf3787ec3684c1430cb442dfa8fc (patch) | |
tree | 87f6d162e3e5386b30ea46bcb4118cef55db0e62 | |
parent | a8c18f252179f2e86c9bbb4b32918af9a76d08ea (diff) |
added && at the enf of the adduser command
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1521 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r-- | chapter05/installasuser.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter05/installasuser.xml b/chapter05/installasuser.xml index c459f72e6..18f8fe4d7 100644 --- a/chapter05/installasuser.xml +++ b/chapter05/installasuser.xml @@ -13,7 +13,7 @@ is as clean as possible, we'll create a new user lfs that can be used while building the static installation. Issuing the following commands as root will create a new user "lfs":</para> -<para><screen><userinput>useradd -s /bin/bash -m lfs +<para><screen><userinput>useradd -s /bin/bash -m lfs && passwd lfs</userinput></screen></para> <para>Now it's time to change the permissions on your LFS partitions |