| … | |
… | |
| 2 | <!DOCTYPE sections SYSTEM "/dtd/book.dtd"> |
2 | <!DOCTYPE sections SYSTEM "/dtd/book.dtd"> |
| 3 | |
3 | |
| 4 | <!-- The content of this document is licensed under the CC-BY-SA license --> |
4 | <!-- The content of this document is licensed under the CC-BY-SA license --> |
| 5 | <!-- See http://creativecommons.org/licenses/by-sa/1.0 --> |
5 | <!-- See http://creativecommons.org/licenses/by-sa/1.0 --> |
| 6 | |
6 | |
| 7 | <!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-ppc-medium.xml,v 1.4 2004/04/15 07:06:36 swift Exp $ --> |
7 | <!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-ppc-medium.xml,v 1.5 2004/04/15 11:59:45 swift Exp $ --> |
| 8 | |
8 | |
| 9 | <sections> |
9 | <sections> |
| 10 | <section> |
10 | <section> |
| 11 | <title>Hardware Requirements</title> |
11 | <title>Hardware Requirements</title> |
| 12 | <subsection> |
12 | <subsection> |
| … | |
… | |
| 608 | New password: <comment>(Enter your new password)</comment> |
608 | New password: <comment>(Enter your new password)</comment> |
| 609 | Re-enter password: <comment>(Re-enter your password)</comment> |
609 | Re-enter password: <comment>(Re-enter your password)</comment> |
| 610 | </pre> |
610 | </pre> |
| 611 | |
611 | |
| 612 | <p> |
612 | <p> |
| 613 | To create a user account, we first enter his/her credentials, followed by |
613 | To create a user account, we first enter their credentials, followed by |
| 614 | its password. We use <c>useradd</c> and <c>passwd</c> for these tasks. |
614 | its password. We use <c>useradd</c> and <c>passwd</c> for these tasks. |
| 615 | In the next example, we create a user called "john". |
615 | In the next example, we create a user called "john". |
| 616 | </p> |
616 | </p> |
| 617 | |
617 | |
| 618 | <pre caption="Creating a user account"> |
618 | <pre caption="Creating a user account"> |