Contents
Cal Poly Pomona

Controlling access to your files and directories

By default, all the files and folders in a userfile space in ZFS can be accessed only by the user, and the files and folders in a group file space can be accessed only by members of the group. There is one exception: the folder www and the files it contains can be read (but not written) by anyone in the world using a web browser.

User

Group

Why would I want to change this?

Most users won't need to change this. Web pages go in www, everything else outside of it. But there are cases where you might want to restrict or permit different access; here are some common examples:

These pages explain how to change your access controls.

Methods to avoid

ZFS uses NFS version 4 Access Control Lists (ACLs) for file and folder permissions. Some of you may be used to changing file and folder permissions on other systems, using other methods. Some of these should be avoided on ZFS, because they do an incomplete job and can cause trouble in the long run.

  Did you find what you were looking for?