Changeset 29214ff in clfs-embedded for BOOK/final-preps
- Timestamp:
- Jul 3, 2013, 4:53:50 PM (11 years ago)
- Branches:
- master
- Children:
- 7efa496
- Parents:
- b355162
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/final-preps/addinguser.xml
rb355162 r29214ff 18 18 class="username">clfs</systemitem> as a member of a new group (also named 19 19 <systemitem class="groupname">clfs</systemitem>) and use this user during 20 the installation process. As <systemitem class="username">root</systemitem>, 21 issue the following commands to add the new user:</para> 20 the installation process.</para> 22 21 23 <screen><userinput> groupadd clfs24 useradd -s /bin/bash -g clfs -m -k /dev/null clfs</userinput></screen>22 <screen><userinput>sudo groupadd clfs 23 sudo useradd -s /bin/bash -g clfs -m -k /dev/null clfs</userinput></screen> 25 24 26 25 <variablelist> … … 76 75 a password:</para> 77 76 78 <screen><userinput> passwd clfs</userinput></screen>77 <screen><userinput>sudo passwd clfs</userinput></screen> 79 78 80 79 <para>Grant <systemitem class="username">clfs</systemitem> full access to … … 82 81 class="username">clfs</systemitem> the directory's owner:</para> 83 82 84 <screen><userinput> chown -Rv clfs ${CLFS}</userinput></screen>83 <screen><userinput>sudo chown -Rv clfs ${CLFS}</userinput></screen> 85 84 86 85 <para>Next, login as user <systemitem class="username">clfs</systemitem>.
Note:
See TracChangeset
for help on using the changeset viewer.