Changeset 000a8f8 for BOOK/final-preps/common/addinguser.xml
- Timestamp:
- May 29, 2014, 8:23:46 AM (10 years ago)
- Branches:
- clfs-3.0.0-systemd, master, systemd
- Children:
- e1c20d0
- Parents:
- 7cb9b1d
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/final-preps/common/addinguser.xml
r7cb9b1d r000a8f8 46 46 <term><parameter>-g clfs</parameter></term> 47 47 <listitem> 48 <para>This option adds user <systemitem class="username">clfs</systemitem> 49 to group <systemitem class="groupname">clfs</systemitem>.</para> 48 <para>This option adds the new user to the 49 <systemitem class="groupname">clfs</systemitem> group.</para> 50 </listitem> 51 </varlistentry> 52 53 <varlistentry> 54 <term><parameter>-d /home/clfs</parameter></term> 55 <listitem> 56 <para>This option sets the user's home directory, but does not create 57 it. We could have used <option>-m</option> to tell 58 <command>useradd</command> to create the directory as well, but this 59 would also copy whatever is in the host system's 60 <filename class="directory">/etc/skel</filename> directory into the new 61 user's home. We would prefer to have a clean user environment, so we 62 just create an empty directory after adding the user.</para> 50 63 </listitem> 51 64 </varlistentry>
Note:
See TracChangeset
for help on using the changeset viewer.