Modes on a filesystem are stored as two octets (a u_int16_t), not one.

PR:		28896
Submitted by:	shill@free.fr
This commit is contained in:
Dima Dorfman 2001-07-12 00:45:22 +00:00
parent fef76d5c8e
commit ccd8ab61d5
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=9853

View file

@ -1,7 +1,7 @@
<!--
The FreeBSD Documentation Project
$FreeBSD: doc/en_US.ISO8859-1/books/handbook/basics/chapter.sgml,v 1.24 2001/04/17 01:37:30 dd Exp $
$FreeBSD: doc/en_US.ISO8859-1/books/handbook/basics/chapter.sgml,v 1.25 2001/06/29 18:13:38 murray Exp $
-->
<chapter id="basics">
@ -35,7 +35,7 @@
<para>Because the system is capable of supporting multiple users,
everything the system manages has a set of permissions governing who
can read, write, and execute the resource. These permissions are
stored as an octet broken into three pieces, one for the owner of
stored as two octets broken into three pieces, one for the owner of
the file, one for the group that the file belongs to, and one for
everyone else. This numerical representation works like
this:</para>