| … | |
… | |
| 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-sparc-medium.xml,v 1.3 2004/04/15 07:06:36 swift Exp $ --> |
7 | <!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-sparc-medium.xml,v 1.4 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> |
| … | |
… | |
| 526 | New password: <comment>(Enter your new password)</comment> |
526 | New password: <comment>(Enter your new password)</comment> |
| 527 | Re-enter password: <comment>(Re-enter your password)</comment> |
527 | Re-enter password: <comment>(Re-enter your password)</comment> |
| 528 | </pre> |
528 | </pre> |
| 529 | |
529 | |
| 530 | <p> |
530 | <p> |
| 531 | To create a user account, we first enter his/her credentials, followed by |
531 | To create a user account, we first enter their credentials, followed by |
| 532 | its password. We use <c>useradd</c> and <c>passwd</c> for these tasks. |
532 | its password. We use <c>useradd</c> and <c>passwd</c> for these tasks. |
| 533 | In the next example, we create a user called "john". |
533 | In the next example, we create a user called "john". |
| 534 | </p> |
534 | </p> |
| 535 | |
535 | |
| 536 | <pre caption="Creating a user account"> |
536 | <pre caption="Creating a user account"> |