Applying Read-Only Access to a ZFS File
The following example shows how to apply read-only access to a ZFS file.
$ chmod S+cR file.2 $ echo this >>file.2 -bash: file.2: Insufficient privileges
The following example shows how to apply read-only access to a ZFS file.
$ chmod S+cR file.2 $ echo this >>file.2 -bash: file.2: Insufficient privileges