/[gentoo]/xml/htdocs/doc/en/handbook/hb-install-finalise.xml
Gentoo

Diff of /xml/htdocs/doc/en/handbook/hb-install-finalise.xml

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

Revision 1.51 Revision 1.52
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>
12You're almost done. We'll just create one (or more) users for your 12You're almost done. We'll just create one (or more) users for your
13system. 13system.
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>
26Working as root on a Unix/Linux system is <e>dangerous</e> and should be avoided 26Working as root on a Unix/Linux system is <e>dangerous</e> and should be avoided
27as much as possible. Therefore it is <e>strongly</e> recommended to add a user 27as much as possible. Therefore it is <e>strongly</e> recommended to add a user
28for day-to-day use. 28for day-to-day use.
29</p> 29</p>
30 30
31<p> 31<p>
32The groups the user is member of define what activities the user can perform. 32The groups the user is member of define what activities the user can perform.
96to temporarily receive root privileges. Another way is to use the <c>sudo</c> 96to temporarily receive root privileges. Another way is to use the <c>sudo</c>
97package which is, if correctly configured, very secure. 97package 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>
110Now that you've finished installing Gentoo and rebooted, if everything has gone 110Now that you've finished installing Gentoo and rebooted, if everything has gone
111well, you can remove the downloaded stage3 tarball and Portage snapshot from 111well, you can remove the downloaded stage3 tarball from
112your hard disk. Remember that they were downloaded to your <path>/</path> 112your hard disk. Remember that they were downloaded to your <path>/</path>
113directory. 113directory.
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>

Legend:
Removed from v.1.51  
changed lines
  Added in v.1.52

  ViewVC Help
Powered by ViewVC 1.1.13