2001-01-24 00:31:17 +00:00
|
|
|
<sect1 id="ch07-createdirs">
|
|
|
|
<title>Creating directories</title>
|
2001-09-26 01:35:10 +01:00
|
|
|
<?dbhtml filename="createdirs.html" dir="chapter07"?>
|
2001-01-24 00:31:17 +00:00
|
|
|
|
2001-07-22 20:45:10 +01:00
|
|
|
<para>We need to start by creating a few extra directories that are used by
|
|
|
|
the boot scripts. These directories are created by running:</para>
|
2001-01-24 00:31:17 +00:00
|
|
|
|
2001-07-22 20:45:10 +01:00
|
|
|
<para><screen><userinput>cd /etc &&</userinput>
|
2001-08-14 18:45:54 +01:00
|
|
|
<userinput>mkdir rc{0,1,2,3,4,5,6,S}.d init.d sysconfig &&</userinput>
|
2001-07-22 20:45:10 +01:00
|
|
|
<userinput>cd init.d</userinput></screen></para>
|
2001-01-24 00:31:17 +00:00
|
|
|
|
|
|
|
</sect1>
|
|
|
|
|