*** UNIX MANUAL PAGE BROWSER ***

A Nergahak database for man pages research.

Navigation

Directory Browser

1Browse 4.4BSD4.4BSD
1Browse Digital UNIXDigital UNIX 4.0e
1Browse FreeBSDFreeBSD 14.3
1Browse MINIXMINIX 3.4.0rc6-d5e4fc0
1Browse NetBSDNetBSD 10.1
1Browse OpenBSDOpenBSD 7.7
1Browse UNIX v7Version 7 UNIX
1Browse UNIX v10Version 10 UNIX

Manual Page Search

Manual Page Result

0 Command: fbtab | Section: 5 | Source: OpenBSD | File: fbtab.5
FBTAB(5) FreeBSD File Formats Manual FBTAB(5) NAME fbtab - change device protection upon login DESCRIPTION The fbtab file contains lines which specify how the permissions and ownership of various system files should be changed based on the user's login device name. Comments start with a `#' and extend to the end of the line. Blank lines or lines with only a comment are ignored. All other lines consist of three fields delimited by whitespace. Login Device The device you have logged in on (e.g., "/dev/ttyv0"). File Permission An octal permission number (0600), as used by chmod(2). Other devices The final field is a colon (`:') delimited list of device paths (e.g., "/dev/console:/dev/fd0a:/dev/wskbd*"). Device paths may include shell-style globbing patterns (see glob(7)), potentially matching multiple devices. The fbtab file is used by login(1) to chown(2) the specified files to the user who has performed a login. Additionally, chmod(2) is used to set the devices to the specified permission. When a user logs out, init(8) is responsible for performing the inverse operation, which results in the files once again belonging to root. FILES /etc/fbtab SEE ALSO login(1), login_fbtab(3), glob(7), init(8) AUTHORS Guido van Rooij FreeBSD 14.1-RELEASE-p8 April 21, 2022 FreeBSD 14.1-RELEASE-p8

Navigation Options