OSDN Git Service

initial commit
[linuxjf/JF.git] / docs / LFS-BOOK / scripts / apds24.html
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
2     "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
3 <html xmlns="http://www.w3.org/1999/xhtml">
4   <head>
5     <meta http-equiv="Content-Type" content="application/xhtml+xml; charset=utf-8" />
6     <title>
7       D.24. /etc/sysconfig/createfiles
8     </title>
9     <link rel="stylesheet" href="../stylesheets/lfs.css" type="text/css" />
10     <meta name="generator" content="DocBook XSL Stylesheets V1.73.2" />
11     <link rel="stylesheet" href="../stylesheets/lfs-print.css" type=
12     "text/css" media="print" />
13   </head>
14   <body class="lfs" id="lfs-6.6">
15     <div class="navheader">
16       <h4>
17         Linux From Scratch - Version 6.6
18       </h4>
19       <h3>
20         付録 D. ブートスクリプトと sysconfig スクリプト version-20100124
21       </h3>
22       <ul>
23         <li class="prev">
24           <a accesskey="p" href="apds23.html" title=
25           "/etc/sysconfig/modules">前のページ</a>
26           <p>
27             /etc/sysconfig/modules
28           </p>
29         </li>
30         <li class="next">
31           <a accesskey="n" href="apds25.html" title=
32           "/etc/sysconfig/network-devices/ifup">次のページ</a>
33           <p>
34             /etc/sysconfig/network-devices/ifup
35           </p>
36         </li>
37         <li class="up">
38           <a accesskey="u" href="scripts.html" title=
39           "付録 D. ブートスクリプトと sysconfig スクリプト version-20100124">上に戻る</a>
40         </li>
41         <li class="home">
42           <a accesskey="h" href="../index.html" title=
43           "Linux From Scratch - Version 6.6">ホーム</a>
44         </li>
45       </ul>
46     </div>
47     <div class="wrap" lang="ja" xml:lang="ja">
48       <h1 class="sect1">
49         <a id="createfiles" name="createfiles"></a>D.24.
50         /etc/sysconfig/createfiles
51       </h1>
52       <pre class="screen">
53 ########################################################################
54 # Begin /etc/sysconfig/createfiles
55 #
56 # Description : Createfiles script config file
57 #
58 # Authors     :
59 #
60 # Version     : 00.00
61 #
62 # Notes       : The syntax of this file is as follows:
63 #         if type is equal to "file" or "dir"
64 #          &lt;filename&gt; &lt;type&gt; &lt;permissions&gt; &lt;user&gt; &lt;group&gt;
65 #         if type is equal to "dev"
66 #          &lt;filename&gt; &lt;type&gt; &lt;permissions&gt; &lt;user&gt; &lt;group&gt; &lt;devtype&gt; &lt;major&gt; &lt;minor&gt;
67 #
68 #         &lt;filename&gt; is the name of the file which is to be created
69 #         &lt;type&gt; is either file, dir, or dev.
70 #               file creates a new file
71 #               dir creates a new directory
72 #               dev creates a new device
73 #         &lt;devtype&gt; is either block, char or pipe
74 #               block creates a block device
75 #               char creates a character deivce
76 #               pipe creates a pipe, this will ignore the &lt;major&gt; and &lt;minor&gt; fields
77 #         &lt;major&gt; and &lt;minor&gt; are the major and minor numbers used for the device.
78 ########################################################################
79
80 # End /etc/sysconfig/createfiles
81 </pre>
82     </div>
83     <div class="navfooter">
84       <ul>
85         <li class="prev">
86           <a accesskey="p" href="apds23.html" title=
87           "/etc/sysconfig/modules">前のページ</a>
88           <p>
89             /etc/sysconfig/modules
90           </p>
91         </li>
92         <li class="next">
93           <a accesskey="n" href="apds25.html" title=
94           "/etc/sysconfig/network-devices/ifup">次のページ</a>
95           <p>
96             /etc/sysconfig/network-devices/ifup
97           </p>
98         </li>
99         <li class="up">
100           <a accesskey="u" href="scripts.html" title=
101           "付録 D. ブートスクリプトと sysconfig スクリプト version-20100124">上に戻る</a>
102         </li>
103         <li class="home">
104           <a accesskey="h" href="../index.html" title=
105           "Linux From Scratch - Version 6.6">ホーム</a>
106         </li>
107       </ul>
108     </div>
109   </body>
110 </html>