<table>
<tr>
- <td> </td>
- <td> <em>Directories</em> </td>
- <td> <em>Non-directories</em> </td>
+ <th> </th>
+ <th> Directories </th>
+ <th> Non-directories </th>
</tr> <tr>
- <td> <code> r </code> </td>
+ <th> <code>r</code> </th>
<td> The permission to list the directory contents. More precisely,
this bit grants the permission to call <code>opendir(3)</code>
fail for other reasons, though.
</tr> <tr>
- <td> <code> w </code> </td>
+ <th> <code>w</code> </th>
<td> The permission to add or remove directory entries. That is,
to create new files or to remove existing files. Note that write
permissions. </td>
</tr> <tr>
- <td> <code> x </code> </td>
+ <th> <code>x</code> </th>
<td> The permission to <em>search</em> the directory. Searching
a directory means to access its entries, either by retrieving
<table>
<tr>
- <td> octal value </td>
- <td> symbolic representation </td>
- <td> meaning </td>
+ <th> Octal Value </th>
+ <th> Symbolic Representation </th>
+ <th> Meaning </th>
</tr> <tr>
<td> 0 </td>
<td> <code>---</code> </td>