Changeset 2078b85 in clfs-sysroot for BOOK/final-system
- Timestamp:
- Nov 24, 2006, 12:18:43 PM (18 years ago)
- Branches:
- master
- Children:
- 1d53724
- Parents:
- 4127a0b
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/final-system/common/shadow.xml
r4127a0b r2078b85 158 158 <para>To enable shadowed passwords, run the following command:</para> 159 159 160 <screen role="nodump"><userinput> pwconv</userinput></screen>160 <screen role="nodump"><userinput>${CLFS_TARGET}-pwconv</userinput></screen> 161 161 162 162 <para>To enable shadowed group passwords, run:</para> 163 163 164 <screen role="nodump"><userinput> grpconv</userinput></screen>164 <screen role="nodump"><userinput>${CLFS_TARGET}-grpconv</userinput></screen> 165 165 166 166 <para>To view or change the default settings for new user accounts that … … 178 178 class="username">root</systemitem> and set it by running:</para> 179 179 180 <screen role="nodump"><userinput> passwd root</userinput></screen>180 <screen role="nodump"><userinput>${CLFS_TARGET}-passwd root</userinput></screen> 181 181 182 182 </sect2>
Note:
See TracChangeset
for help on using the changeset viewer.