summaryrefslogtreecommitdiffstats
path: root/upstream/fedora-40/man5/projects.5
diff options
context:
space:
mode:
Diffstat (limited to 'upstream/fedora-40/man5/projects.5')
-rw-r--r--upstream/fedora-40/man5/projects.531
1 files changed, 31 insertions, 0 deletions
diff --git a/upstream/fedora-40/man5/projects.5 b/upstream/fedora-40/man5/projects.5
new file mode 100644
index 00000000..68455403
--- /dev/null
+++ b/upstream/fedora-40/man5/projects.5
@@ -0,0 +1,31 @@
+.TH projects 5
+.SH NAME
+projects \- persistent project root definition
+.SH DESCRIPTION
+The
+.I /etc/projects
+file provides a mapping between numeric project identifiers and those directories
+which are the roots of the quota tree. Its format is simply:
+
+.nf
+.sp
+.in +5
+# comments are hash-prefixed
+# ...
+10:/export/cage
+42:/var/log
+.in -5
+.fi
+.PP
+The
+.I /etc/projects
+file is optional, instead
+.BR xfs_quota (8)
+can be used with the
+.B \-p
+argument to specify a project root directly for each operation.
+
+.SH SEE ALSO
+.BR xfs_quota (8),
+.BR xfsctl (3),
+.BR projid (5).