Lines Matching full:path
177 <td><code>device-added-<path><br />
178 device-removed-<path></code></td>
194 <td><code>exec <path> [ <argument> ]*</code></td>
195 <td>Fork and execute a program (<code><path></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 "stuck".</td>
226 <td><code>insmod <path></code></td>
227 <td>Install the module at <code><path></code>.</td>
230 <td><code>mkdir <path></code></td>
231 <td>Make a directory at <code><path></code>.</td>
258 <td><code>symlink <target> <path></code></td>
259 <td>Create a symbolic link at <code><path></code> with the value <code><target></code>.</td>
262 <td><code>write <path> <string> [ <string> ]*</code></td>
263 <td>Open the file at <code><path></code> and write one or more strings to it with write(2).</td>
291 export PATH /sbin:/system/sbin:/system/bin