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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
|
.\" $NetBSD: groups.7,v 1.8 2020/04/02 20:57:20 roy Exp $
.\"
.\" SPDX-License-Identifier: BSD-2-Clause
.\"
.\" Copyright (c) 2020 The NetBSD Foundation, Inc.
.\" All rights reserved.
.\"
.\" Redistribution and use in source and binary forms, with or without
.\" modification, are permitted provided that the following conditions
.\" are met:
.\" 1. Redistributions of source code must retain the above copyright
.\" notice, this list of conditions and the following disclaimer.
.\" 2. Redistributions in binary form must reproduce the above copyright
.\" notice, this list of conditions and the following disclaimer in the
.\" documentation and/or other materials provided with the distribution.
.\"
.\" THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
.\" ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
.\" TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
.\" PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS
.\" BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
.\" CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
.\" SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
.\" INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
.\" CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
.\" POSSIBILITY OF SUCH DAMAGE.
.\"
.Dd May 21, 2026
.Dt GROUPS 7
.Os
.Sh NAME
.Nm groups
.Nd standard group names
.Sh DESCRIPTION
A standard
.Fx
installation has the following user group names:
.Bl -tag -width "realtime"
.It Em wheel
Users authorized to elevate themselves to the super-user privileges of
the root user, meaning uid\~0.
Normally the
.Em wheel
group has gid\~0.
.Pp
Users who are not in the group
.Em wheel
are never allowed by
.Xr su 1
to gain root privileges.
.It Em daemon
Used by the set-group-id programs
.Xr lpr 1
and
.Xr rwho 1 .
.It Em kmem
Used by the set-group-id programs (like
.Xr ktrdump 8 )
that need to access kernel memory
.Po Pa /dev/mem
and
.Pa /dev/kmem
are in the group
.Em kmem
.Pc .
See
.Xr mem 4 .
.It Em sys
Historic group.
Unused in modern
.Fx .
.It Em tty
Used by the set-group-id programs
.Xr wall 1
and
.Xr write 1
to allow users to send messages to another tty even if they don't own
it (static tty device nodes
.Pa /dev/pts/*
are all in the group
.Em tty ) .
See
.Xr tty 4 .
.It Em operator
Users authorized to take backups of disk devices and shut down the
machine.
.Pp
The disk device nodes
(such as
.Pa /dev/ada0 )
are in the group
.Em operator
and group-readable so users in the group can read from disk devices,
for example with
.Xr dump 8 .
The tape device nodes
(such as
.Pa /dev/sa0 )
are in the group
.Em operator
and are both group-readable and group-writable so users in the group
can write to tape devices.
.Pp
The
.Xr shutdown 8
program is executable only by root and members of the
.Em operator
group.
.It Em mail
Used by mail agents (like
.Xr dma 8 ) .
.Pp
By default, root mail
.Pq Pa /var/mail/root
is in the
.Em mail
group.
.It Em bin
Historic group.
Unused in modern
.Fx .
.It Em news
Historic group.
Unused in modern
.Fx .
.It Em man
Historic group; used to be used for managing manual pages (see
.Xr man 1 ) .
.It Em games
Used by various set-group-id games to maintain high-scores files
and other common files in
.Pa /var/games .
The members of this group are also allowed to access
.Pa /dev/input/event*
device nodes (see
.Xr hgame 4 ) .
See also
.Xr intro 6 .
.It Em ftp
Used to be used by
.Xr sysinstall 8
(which is now replaced with
.Xr bsdinstall 8 )
for setting up anonymous FTP.
Unused in modern
.Fx .
.It Em staff
Staff users, in contrast to guest users (see
.Em guest
group).
Not used by
.Fx ;
available for the administrator's interpretation.
See
.Xr security 7
for some recommendations on managing accounts in
.Em staff
group.
.It Em sshd
Primary group for the
.Em sshd
pseudo-user used by the
.Xr sshd 8
secure shell daemon.
.It Em smmsp
Primary group for user
.Em smmsp ,
which is used by
.Xr sendmail 8
if no non-root users were configured for running it.
.Pp
The name of the group means "SendMail Message Submission Program".
.It Em mailnull
Used by electronic mail transport agent
.Xr sendmail 8
as group for its default user
.Em mailnull .
.It Em guest
Guest users, in contrast to staff users (see
.Em staff
group).
Not used by
.Fx ;
available for the administrator's interpretation.
.It Em audio
Used to access any device node created by
.Xr sound 4 ,
device drivers, and
.Xr virtual_oss 8 .
.It Em video
Used for access to
.Pa /dev/drm/*
devices, which are used for GPU hardware acceleration.
See
.Xr drm 7 .
.It Em realtime
Used by
.Xr mac_priority 4
to allow members of this group to run threads and processes with
realtime scheduling priority.
See also
.Xr rtprio 1 .
.It Em idletime
Used by
.Xr mac_priority 4
to allow members of this group to run processes with idle scheduling
priority.
See also
.Xr idprio 1 .
.It Em bind
Used to be used as primary group for the
.Em bind
pseudo-user used by
.Xr named 8
Internet domain name server, which has been removed from the base system in
.Fx 10.0 .
.It Em unbound
Primary group for the
.Em unbound
pseudo-user used by the
.Xr local-unbound 8
recursive DNS resolver.
.It Em proxy
Primary group for the
.Em proxy
pseudo-user used by the
.Xr ftp-proxy 8
proxy daemon with packet filters such as
.Xr pf 4 .
.It Em authpf
Used by the set-group-id program
.Xr authpf 8
to configure authenticated gateways.
.It Em _pflogd
Primary group for the
.Em _pflogd
pseudo-user used by the
.Xr pflogd 8
log daemon with the
.Xr pf 4
packet filter.
.It Em _dhcp
Primary group for the
.Em _dhcp
pseudo-user used by the
.Xr dhclient 8
DHCP Client.
.It Em dialer
Users authorized to make outgoing modem calls (see
.Xr cu 1
and
.Pa /dev/cuauN
devices).
.It Em network
Historic group.
Unused in modern
.Fx .
.It Em audit
Primary group for the
.Em auditdistd
pseudo-user used by
.Xr auditd 8
and
.Xr auditdistd 8
audit daemons.
.It Em www
Historic group for accessing World Wide Web.
Unused in modern
.Fx .
.It Em u2f
Used for users who need to access
.Pa /dev/u2f/*
devices (see
.Xr u2f 4 ) .
.It Em ntpd
Primary group for the
.Em ntpd
pseudo-user used by the
.Xr ntpd 8
network time protocol daemon.
.It Em _ypldap
Primary group for the
.Em _ypldap
pseudo-user used by
.Xr ypldap 8
daemon.
.It Em hast
Primary group for the
.Em hast
pseudo-user used by
Highly Available Storage daemon
.Xr hastd 8 .
.It Em tests
Primary group for the
.Em tests
pseudo-user used by
automatic tests that request to run unprivileged.
See
.Xr tests 7 .
.It Em nogroup
Pseudo-group (fake group).
It differs from group
.Em nobody
in way that
.Em nogroup
doesn't have a dedicated user for it.
For instance, this group is used for users
.Em tty
and
.Em kmem .
.It Em nobody
Primary group for the traditional
.Em nobody
pseudo-user.
Modern practice is to assign to each different daemon its own separate
pseudo-user account and group so that if one daemon is compromised it
does not compromise all the other daemons.
.Pp
See also group
.Em nogroup .
.El
.Sh FILES
.Bl -tag -width "/usr/src/etc/group" -compact
.It Pa /etc/group
Main group permissions file.
.It Pa /usr/src/etc/group
Group permissions file for the base system.
.It Pa /usr/ports/GIDs
A list of GIDs (group IDs) reserved for ports (see
.Xr ports 7 ) .
.El
.Pp
See
.Xr group 5
for the format of abovementioned files.
.Sh SEE ALSO
.Xr chgrp 1 ,
.Xr groups 1 ,
.Xr id 1 ,
.Xr newgrp 1 ,
.Xr group 5 ,
.Xr pw 8
.Sh HISTORY
The
.Nm
manual page appeared in
.Nx 10.0
and
.Fx 15.1 .
|