1234567891011121314151617 |
- <sect1 id="ch07-createdirs">
- <title>Creating directories</title>
- <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>
- <blockquote><literallayout>
- <userinput>cd /etc &&</userinput>
- <userinput>mkdir rc{0,1,2,3,4,5,6,S}.d init.d sysconfig
- &&</userinput>
- <userinput>cd init.d</userinput>
- </literallayout></blockquote>
- </sect1>
|