Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
ZFS-PROJECT(8)		     System Manager's Manual		  ZFS-PROJECT(8)

NAME
     zfs-project -- manage projects in ZFS filesystem

SYNOPSIS
     zfs project [-d|-r] file|directorya|
     zfs project -C [-kr] file|directorya|
     zfs project -c [-0] [-d|-r] [-p id] file|directorya|
     zfs project [-p id] [-rs] file|directorya|

DESCRIPTION
     zfs project [-d|-r] file|directorya|
       List project identifier (ID) and inherit flag of files and directories.

       -d  Show the directory project ID and inherit flag, not its children.

       -r  List subdirectories recursively.

     zfs project -C [-kr] file|directorya|
       Clear project inherit flag and/or ID on the files and directories.

       -k  Keep the project ID unchanged.  If not specified, the project ID will
	   be reset to zero.

       -r  Clear subdirectories' flags recursively.

     zfs project -c [-0] [-d|-r] [-p id] file|directorya|
       Check  project  ID  and inherit flag on the files and directories: report
       entries without the project inherit flag, or with project  IDs  different
       from the target directory's project ID or the one specified with -p.

       -0     Delimit filenames with a NUL byte instead of newline, don't output
	      diagnoses.

       -d     Check the directory project ID and inherit flag, not its children.

       -p id  Compare to id instead of the target files and directories' project
	      IDs.

       -r     Check subdirectories recursively.

     zfs project -p id [-rs] file|directorya|
       Set project ID and/or inherit flag on the files and directories.

       -p id  Set the project ID to the given value.

       -r     Set on subdirectories recursively.

       -s     Set project inherit flag on the given files and directories.  This
	      is usually used for setting up tree quotas with -r.  In that case,
	      the  directory's	project  ID will be set for all its descendants,
	      unless specified explicitly with -p.

SEE ALSO
     zfs-projectspace(8)

FreeBSD ports 15.quarterly	  July 11, 2022 		  ZFS-PROJECT(8)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=zfs-project&sektion=8&manpath=FreeBSD+Ports+15.1.quarterly>

home | help