Home | History | Annotate | Download | only in porting

Lines Matching full:path

177       <td><code>device-added-&lt;path&gt;<br />
178 device-removed-&lt;path&gt;</code></td>
194 <td><code>exec &lt;path&gt; [ &lt;argument&gt; ]*</code></td>
195 <td>Fork and execute a program (<code>&lt;path&gt;</code>). This will block until the program completes execution. Try to avoid exec. Unlike the <code>builtin</code> commands, it runs the risk of getting init &quot;stuck&quot;.</td>
226 <td><code>insmod &lt;path&gt;</code></td>
227 <td>Install the module at <code>&lt;path&gt;</code>.</td>
230 <td><code>mkdir &lt;path&gt;</code></td>
231 <td>Make a directory at <code>&lt;path&gt;</code>.</td>
258 <td><code>symlink &lt;target&gt; &lt;path&gt;</code></td>
259 <td>Create a symbolic link at <code>&lt;path&gt;</code> with the value <code>&lt;target&gt;</code>.</td>
262 <td><code>write &lt;path&gt; &lt;string&gt; [ &lt;string&gt; ]*</code></td>
263 <td>Open the file at <code>&lt;path&gt;</code> and write one or more strings to it with write(2).</td>
291 export PATH /sbin:/system/sbin:/system/bin