Deleted Added
full compact
zfs.8 (243506) zfs.8 (243560)
1'\" te
2.\" Copyright (c) 2012, Martin Matuska <mm@FreeBSD.org>.
3.\" All Rights Reserved.
4.\"
5.\" The contents of this file are subject to the terms of the
6.\" Common Development and Distribution License (the "License").
7.\" You may not use this file except in compliance with the License.
8.\"

--- 11 unchanged lines hidden (view full) ---

20.\" Copyright (c) 2010, Sun Microsystems, Inc. All Rights Reserved.
21.\" Copyright (c) 2012 by Delphix. All rights reserved.
22.\" Copyright (c) 2012 Nexenta Systems, Inc. All Rights Reserved.
23.\" Copyright (c) 2012, Joyent, Inc. All rights reserved.
24.\" Copyright (c) 2011, Pawel Jakub Dawidek <pjd@FreeBSD.org>
25.\" Copyright (c) 2012, Glen Barber <gjb@FreeBSD.org>
26.\" Copyright (c) 2012, Bryan Drewery <bdrewery@FreeBSD.org>
27.\"
1'\" te
2.\" Copyright (c) 2012, Martin Matuska <mm@FreeBSD.org>.
3.\" All Rights Reserved.
4.\"
5.\" The contents of this file are subject to the terms of the
6.\" Common Development and Distribution License (the "License").
7.\" You may not use this file except in compliance with the License.
8.\"

--- 11 unchanged lines hidden (view full) ---

20.\" Copyright (c) 2010, Sun Microsystems, Inc. All Rights Reserved.
21.\" Copyright (c) 2012 by Delphix. All rights reserved.
22.\" Copyright (c) 2012 Nexenta Systems, Inc. All Rights Reserved.
23.\" Copyright (c) 2012, Joyent, Inc. All rights reserved.
24.\" Copyright (c) 2011, Pawel Jakub Dawidek <pjd@FreeBSD.org>
25.\" Copyright (c) 2012, Glen Barber <gjb@FreeBSD.org>
26.\" Copyright (c) 2012, Bryan Drewery <bdrewery@FreeBSD.org>
27.\"
28.\" $FreeBSD: head/cddl/contrib/opensolaris/cmd/zfs/zfs.8 243506 2012-11-25 11:26:36Z mm $
28.\" $FreeBSD: head/cddl/contrib/opensolaris/cmd/zfs/zfs.8 243560 2012-11-26 12:24:39Z mm $
29.\"
30.Dd September 5, 2012
31.Dt ZFS 8
32.Os
33.Sh NAME
34.Nm zfs
35.Nd configures ZFS file systems
36.Sh SYNOPSIS

--- 718 unchanged lines hidden (view full) ---

755When the property value is set to
756.Cm passthrough ,
757files are created with a mode determined by the inheritable
758.Tn ACE Ns s.
759If no inheritable
760.Tn ACE Ns s
761exist that affect the mode, then the mode is set in accordance to the requested
762mode from the application.
29.\"
30.Dd September 5, 2012
31.Dt ZFS 8
32.Os
33.Sh NAME
34.Nm zfs
35.Nd configures ZFS file systems
36.Sh SYNOPSIS

--- 718 unchanged lines hidden (view full) ---

755When the property value is set to
756.Cm passthrough ,
757files are created with a mode determined by the inheritable
758.Tn ACE Ns s.
759If no inheritable
760.Tn ACE Ns s
761exist that affect the mode, then the mode is set in accordance to the requested
762mode from the application.
763.It Sy aclmode Ns = Ns Cm discard | groupmask | passthrough
763.It Sy aclmode Ns = Ns Cm discard | groupmask | passthrough | restricted
764Controls how an
765.Tn ACL
766is modified during
767.Xr chmod 2 .
768A file system with an
769.Sy aclmode
770property of
771.Cm discard

--- 13 unchanged lines hidden (view full) ---

785.Sy aclmode
786property of
787.Cm passthrough
788indicates that no changes are made to the
789.Tn ACL
790other than creating or updating the necessary
791.Tn ACL
792entries to represent the new mode of the file or directory.
764Controls how an
765.Tn ACL
766is modified during
767.Xr chmod 2 .
768A file system with an
769.Sy aclmode
770property of
771.Cm discard

--- 13 unchanged lines hidden (view full) ---

785.Sy aclmode
786property of
787.Cm passthrough
788indicates that no changes are made to the
789.Tn ACL
790other than creating or updating the necessary
791.Tn ACL
792entries to represent the new mode of the file or directory.
793An
794.Sy aclmode
795property of
796.Cm restricted
797will cause the
798.Xr chmod 2
799operation to return an error when used on any file or directory which has
800a non-trivial
801.Tn ACL
802whose entries can not be represented by a mode.
803.Xr chmod 2
804is required to change the set user ID, set group ID, or sticky bits on a file
805or directory, as they do not have equivalent
806.Tn ACL
807entries.
808In order to use
809.Xr chmod 2
810on a file or directory with a non-trivial
811.Tn ACL
812when
813.Sy aclmode
814is set to
815.Cm restricted ,
816you must first remove all
817.Tn ACL
818entries which do not represent the current mode.
793.It Sy atime Ns = Ns Cm on | off
794Controls whether the access time for files is updated when they are read.
795Turning this property off avoids producing write traffic when reading files and
796can result in significant performance gains, though it might confuse mailers
797and other similar utilities. The default value is
798.Cm on .
799.It Sy canmount Ns = Ns Cm on | off | noauto
800If this property is set to

--- 2429 unchanged lines hidden ---
819.It Sy atime Ns = Ns Cm on | off
820Controls whether the access time for files is updated when they are read.
821Turning this property off avoids producing write traffic when reading files and
822can result in significant performance gains, though it might confuse mailers
823and other similar utilities. The default value is
824.Cm on .
825.It Sy canmount Ns = Ns Cm on | off | noauto
826If this property is set to

--- 2429 unchanged lines hidden ---