|
Lines 156-162
Link Here
|
| 156 |
character or block device, a socket, or any other special |
156 |
character or block device, a socket, or any other special |
| 157 |
pseudo-file device. The next three characters, designated as |
157 |
pseudo-file device. The next three characters, designated as |
| 158 |
<literal>rw-</literal> gives the permissions for the owner of the |
158 |
<literal>rw-</literal> gives the permissions for the owner of the |
| 159 |
file. The next three characters, <literal>r--</literal> gives the |
159 |
file. The next three characters, <literal>r--</literal>, gives the |
| 160 |
permissions for the group that the file belongs to. The final three |
160 |
permissions for the group that the file belongs to. The final three |
| 161 |
characters, <literal>r--</literal>, gives the permissions for the |
161 |
characters, <literal>r--</literal>, gives the permissions for the |
| 162 |
rest of the world. A dash means that the permission is turned off. |
162 |
rest of the world. A dash means that the permission is turned off. |
|
Lines 188-194
Link Here
|
| 188 |
<emphasis>and</emphasis> execute permissions to the directory |
188 |
<emphasis>and</emphasis> execute permissions to the directory |
| 189 |
containing the file.</para> |
189 |
containing the file.</para> |
| 190 |
|
190 |
|
| 191 |
<para>There are more to permissions, but they are primarily used in |
191 |
<para>There are more permissions, but they are primarily used in |
| 192 |
special circumstances such as setuid binaries and sticky |
192 |
special circumstances such as setuid binaries and sticky |
| 193 |
directories. If you want more information on file permissions and |
193 |
directories. If you want more information on file permissions and |
| 194 |
how to set them, be sure to look at the &man.chmod.1; man |
194 |
how to set them, be sure to look at the &man.chmod.1; man |