Added a few comments here and there
[linux_from_scratch.git] / BOOK / chapter06 / create-password.xml
blob19e592e48ca99023153e762e8af2cb164114c256
1 <sect2>
2 <title>Setting the root password</title>
4 <para>Choose a password for user root and set it by running the following
5 command:</para>
7 <screen><userinput>passwd root</userinput></screen>
9 </sect2>