| … | |
… | |
| 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-ppc64-medium.xml,v 1.7 2004/11/02 10:55:17 swift Exp $ --> |
7 | <!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-ppc64-medium.xml,v 1.8 2004/11/02 11:44:39 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> |
| … | |
… | |
| 668 | its password. We use <c>useradd</c> and <c>passwd</c> for these tasks. |
668 | its password. We use <c>useradd</c> and <c>passwd</c> for these tasks. |
| 669 | In the next example, we create a user called "john". |
669 | In the next example, we create a user called "john". |
| 670 | </p> |
670 | </p> |
| 671 | |
671 | |
| 672 | <pre caption="Creating a user account"> |
672 | <pre caption="Creating a user account"> |
| 673 | # <i>useradd john</i> |
673 | # <i>useradd -m -G users john</i> |
| 674 | # <i>passwd john</i> |
674 | # <i>passwd john</i> |
| 675 | New password: <comment>(Enter john's password)</comment> |
675 | New password: <comment>(Enter john's password)</comment> |
| 676 | Re-enter password: <comment>(Re-enter john's password)</comment> |
676 | Re-enter password: <comment>(Re-enter john's password)</comment> |
| 677 | </pre> |
677 | </pre> |
| 678 | |
678 | |