summaryrefslogtreecommitdiffstats
path: root/upstream/debian-unstable/man5/projid.5
blob: c8ef71eb85d6f6dc9d513807f2a2af7a25493ca4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
.TH projid 5
.SH NAME
projid \- the project name mapping file
.SH DESCRIPTION
The
.I /etc/projid
file provides a mapping between numeric project identifiers and a
simple human readable name (similar relationship to the one that
exists between usernames and uids).
Its format is simply:
.nf
.sp
.in +5
# comments are hash-prefixed
# ...
cage:10
logfiles:42

.in -5
.fi
.PP

This file is optional, if a project identifier cannot be mapped to
a name, it will be parsed and displayed as a numeric value.

.SH SEE ALSO
.BR xfs_quota (8),
.BR xfsctl (3),
.BR projects (5).