AC(8) - System Manager’s Manual # AC(8) - System Manager’s Manual
NAME # ac - connect time accounting
SYNOPSIS # ac [-dp] [-t tty] [-w wtmp] [user …]
DESCRIPTION # If the file /var/log/wtmp exists, a record of individual login and logout times are written to it by login(1) and init(8), respectively. ac examines these records and writes the accumulated connect time for all logins to the standard output.
...
CHPASS(1) - General Commands Manual # CHPASS(1) - General Commands Manual
NAME # chpass, chfn, chsh - add or change user database information
SYNOPSIS # chpass [-s newshell] [user]
chpass -a list
DESCRIPTION # chpass allows editing of the user database information associated with user, or, by default, the current user. The information is formatted and supplied to an editor for changes.
Only the information that the user is allowed to change is displayed.
...
Printenv,
Env,
Execle,
Sh,
Login,
System,
Getenv,
Termcap,
Ex,
Tzset,
Execve,
Csh,
Environ ENVIRON(7) - Miscellaneous Information Manual # ENVIRON(7) - Miscellaneous Information Manual
NAME # environ - user environment
SYNOPSIS # extern char **environ;
DESCRIPTION # An array of strings called the “environment” is made available by execve(2) when a process begins. By convention these strings have the form name=value. The following variables are recognized by various commands:
BLOCKSIZE
The size of the block units used by several commands, most notably df(1), du(1), and ls(1).
...
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.
...
Who,
Syslogd,
Login.conf,
Login,
Chroot,
Proxy,
Sysctl,
Shells,
Inetd,
Pwd_mkdb,
Motd,
Services,
Ftp,
Ctime,
Group,
Skey,
Ftpd FTPD(8) - System Manager’s Manual # FTPD(8) - System Manager’s Manual
NAME # ftpd - Internet File Transfer Protocol server
SYNOPSIS # ftpd [-46ADdlMnPSUW] [-m minuid] [-T maxtimeout] [-t timeout] [-u mask]
DESCRIPTION # ftpd is the Internet File Transfer Protocol server process. The server uses the TCP protocol and listens at the port specified in the “ftp” service specification; see services(5).
The options are as follows:
-4
When -D is specified, forces ftpd to use IPv4 addresses only.
...
GETTY(8) - System Manager’s Manual # GETTY(8) - System Manager’s Manual
NAME # getty - set terminal mode
SYNOPSIS # getty [type [tty]]
DESCRIPTION # The getty program is called by init(8) to open and initialize the tty line, read a login name, and invoke login(1).
The argument tty is the special device file in /dev to open for the terminal (for example, ttyh0). If there is no argument or the argument is ‘-’, the tty line is assumed to be open as file descriptor 0.
...
GETTYTAB(5) - File Formats Manual # GETTYTAB(5) - File Formats Manual
NAME # gettytab - terminal configuration database
DESCRIPTION # The gettytab file is a simplified version of the termcap(5) database used to describe terminal lines. The initial terminal login process getty(8) accesses the gettytab file each time it starts, allowing simpler reconfiguration of terminal characteristics. Each entry in the database is used to describe one class of terminals.
...
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.
...
LOGIN_CHPASS(8) - System Manager’s Manual # LOGIN_CHPASS(8) - System Manager’s Manual
NAME # login_chpass - change password authentication type
SYNOPSIS # login_chpass [-s service] user [class]
DESCRIPTION # The login_chpass utility is typically called from login(1). It is functionally the same as calling the program: “passwd user”. This will use the login_lchpass(8) utility to change the user’s local password.
Only the login service is supported. See login.conf(5). The class argument is not used.
...
LOGIN_LCHPASS(8) - System Manager’s Manual # LOGIN_LCHPASS(8) - System Manager’s Manual
NAME # login_lchpass - change local password authentication type
SYNOPSIS # login_lchpass [-s service] user [class]
DESCRIPTION # The login_lchpass utility is typically called from login(1). It is functionally the same as calling the program: “passwd user”.
Only the login service is supported. See login.conf(5). The class argument is not used.
SEE ALSO # login(1), passwd(1), login.conf(5)
OpenBSD 7.
...