2 .\" $FreeBSD: src/share/man/man5/fbtab.5,v 1.6.2.6 2001/12/17 11:30:14 ru Exp $
3 .\" $DragonFly: src/share/man/man5/fbtab.5,v 1.2 2003/06/17 04:37:00 dillon Exp $
10 .Nd change device protection upon login
14 file contains a number of lines specifying a device together with a list
15 of devices with associated protections.
18 and extend to the end of the line.
20 Blank lines or lines with only a comment are ignored.
22 All other lines consist of three fields delimited by
23 whitespace: a login device
25 an octal permission number (0600), and a colon
27 delimited list of device patterns
28 .Pq Pa /dev/console , /dev/dsp* .
29 All device patterns are absolute paths.
31 If the tty argument (relative path) matches a login device
32 name (absolute path), the permissions of the devices in the
33 colon-delimited list are set as specified in the second
34 field, and their ownership is changed to that of the UID
37 .Bl -tag -width ".Pa /etc/fbtab" -compact