| 1 | <?xml version='1.0' encoding='UTF-8'?> |
1 | <?xml version='1.0' encoding='UTF-8'?> |
| 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/2.5 --> |
5 | <!-- See http://creativecommons.org/licenses/by-sa/2.5 --> |
| 6 | |
6 | |
| 7 | <!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-finalise.xml,v 1.51 2011/09/18 13:29:45 swift Exp $ --> |
7 | <!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-finalise.xml,v 1.52 2013/01/02 19:16:07 swift Exp $ --> |
| 8 | |
8 | |
| 9 | <sections> |
9 | <sections> |
| 10 | |
10 | |
| 11 | <abstract> |
11 | <abstract> |
| 12 | You're almost done. We'll just create one (or more) users for your |
12 | You're almost done. We'll just create one (or more) users for your |
| 13 | system. |
13 | system. |
| 14 | </abstract> |
14 | </abstract> |
| 15 | |
15 | |
| 16 | <version>10</version> |
16 | <version>11</version> |
| 17 | <date>2011-09-18</date> |
17 | <date>2013-01-02</date> |
| 18 | |
18 | |
| 19 | <section> |
19 | <section> |
| 20 | <title>User Administration</title> |
20 | <title>User Administration</title> |
| 21 | <subsection> |
21 | <subsection> |
| 22 | <title>Adding a User for Daily Use</title> |
22 | <title>Adding a User for Daily Use</title> |
| 23 | <body> |
23 | <body> |
| 24 | |
24 | |
| 25 | <p> |
25 | <p> |
| 26 | Working as root on a Unix/Linux system is <e>dangerous</e> and should be avoided |
26 | Working as root on a Unix/Linux system is <e>dangerous</e> and should be avoided |
| 27 | as much as possible. Therefore it is <e>strongly</e> recommended to add a user |
27 | as much as possible. Therefore it is <e>strongly</e> recommended to add a user |
| 28 | for day-to-day use. |
28 | for day-to-day use. |
| 29 | </p> |
29 | </p> |
| 30 | |
30 | |
| 31 | <p> |
31 | <p> |
| 32 | The groups the user is member of define what activities the user can perform. |
32 | The groups the user is member of define what activities the user can perform. |
| … | |
… | |
| 96 | to temporarily receive root privileges. Another way is to use the <c>sudo</c> |
96 | to temporarily receive root privileges. Another way is to use the <c>sudo</c> |
| 97 | package which is, if correctly configured, very secure. |
97 | package which is, if correctly configured, very secure. |
| 98 | </p> |
98 | </p> |
| 99 | |
99 | |
| 100 | </body> |
100 | </body> |
| 101 | </subsection> |
101 | </subsection> |
| 102 | </section> |
102 | </section> |
| 103 | <section> |
103 | <section> |
| 104 | <title>Disk Cleanup</title> |
104 | <title>Disk Cleanup</title> |
| 105 | <subsection> |
105 | <subsection> |
| 106 | <title>Removing tarballs</title> |
106 | <title>Removing tarballs</title> |
| 107 | <body> |
107 | <body> |
| 108 | |
108 | |
| 109 | <p> |
109 | <p> |
| 110 | Now that you've finished installing Gentoo and rebooted, if everything has gone |
110 | Now that you've finished installing Gentoo and rebooted, if everything has gone |
| 111 | well, you can remove the downloaded stage3 tarball and Portage snapshot from |
111 | well, you can remove the downloaded stage3 tarball from |
| 112 | your hard disk. Remember that they were downloaded to your <path>/</path> |
112 | your hard disk. Remember that they were downloaded to your <path>/</path> |
| 113 | directory. |
113 | directory. |
| 114 | </p> |
114 | </p> |
| 115 | |
115 | |
| 116 | <pre caption="Removing the stage3 tarball"> |
116 | <pre caption="Removing the stage3 tarball"> |
| 117 | # <i>rm /stage3-*.tar.bz2*</i> |
117 | # <i>rm /stage3-*.tar.bz2*</i> |
| 118 | </pre> |
118 | </pre> |
| 119 | |
119 | |
| 120 | <pre caption="Removing the Portage snapshot"> |
|
|
| 121 | # <i>rm /portage-latest.tar.bz2*</i> |
|
|
| 122 | </pre> |
|
|
| 123 | |
|
|
| 124 | </body> |
120 | </body> |
| 125 | </subsection> |
121 | </subsection> |
| 126 | </section> |
122 | </section> |
| 127 | </sections> |
123 | </sections> |