FBTAB(5) - File Formats Manual # FBTAB(5) - File Formats Manual
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.
...
Getty,
Sh,
Login.conf,
Login,
Rc.shutdown,
Rc,
Reboot,
Fbtab,
Kill,
Shutdown,
Securelevel,
Ttys,
Halt,
Crash,
Init INIT(8) - System Manager’s Manual # INIT(8) - System Manager’s Manual
NAME # init - process control initialization
SYNOPSIS # init [-fs]
DESCRIPTION # The init program is the last stage of the boot process. It normally executes the sequence of events described in rc(8) and begins multi-user operation.
The kernel may pass the following options to init, usually when requested by the boot(8) program:
-f
Activate fastboot mode. This is not currently supported by the OpenBSD kernel.
...
Setusercontext,
Telnet,
Login.conf,
Su,
Readpassphrase,
Chpass,
Passwd,
Fbtab,
Environ,
Utmp,
Login LOGIN(1) - General Commands Manual # LOGIN(1) - General Commands Manual
NAME # login - log into the computer
SYNOPSIS # login [-fp] [-h hostname] [-L local-addr] [-R remote-addr] [-u username] [user]
DESCRIPTION # The login utility logs users (and pseudo-users) into the computer system.
If no user is specified, or if a user is specified and authentication of the user fails, login prompts for a user name. Authentication of users is normally done via passwords, though external authentication mechanisms may be used (see login.
...