| … | |
… | |
| 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-working-rcscripts.xml,v 1.13 2004/05/06 22:45:58 neysx Exp $ --> |
7 | <!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-working-rcscripts.xml,v 1.14 2004/07/26 09:39:39 swift Exp $ --> |
| 8 | |
8 | |
| 9 | <sections> |
9 | <sections> |
| 10 | <section> |
10 | <section> |
| 11 | <title>Runlevels</title> |
11 | <title>Runlevels</title> |
| 12 | <subsection> |
12 | <subsection> |
| … | |
… | |
| 34 | services you need in order to have a successfully booted system. |
34 | services you need in order to have a successfully booted system. |
| 35 | </p> |
35 | </p> |
| 36 | |
36 | |
| 37 | <p> |
37 | <p> |
| 38 | Finally, when all scripts are executed, <c>init</c> activates the terminals |
38 | Finally, when all scripts are executed, <c>init</c> activates the terminals |
| 39 | (in most cases just the virtual consoles which are hidden beneith <c>Alt-F1</c>, |
39 | (in most cases just the virtual consoles which are hidden beneath <c>Alt-F1</c>, |
| 40 | <c>Alt-F2</c>, etc.) attaching a special process called <c>agetty</c> to it. |
40 | <c>Alt-F2</c>, etc.) attaching a special process called <c>agetty</c> to it. |
| 41 | This process will then make sure you are able to log on through these terminals |
41 | This process will then make sure you are able to log on through these terminals |
| 42 | by running <c>login</c>. |
42 | by running <c>login</c>. |
| 43 | </p> |
43 | </p> |
| 44 | |
44 | |