CHGRP(1) - General Commands Manual # CHGRP(1) - General Commands Manual
NAME # chgrp - change group
SYNOPSIS # chgrp [-h] [-R [-H | -L | -P]] group file …
DESCRIPTION # chgrp sets the group ID of the specified files.
The options are as follows:
-H
If the -R option is specified, symbolic links on the command line are followed. Symbolic links encountered in the tree traversal are not followed.
...
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.
...
CHROOT(8) - System Manager’s Manual # CHROOT(8) - System Manager’s Manual
NAME # chroot - change root directory
SYNOPSIS # chroot [-g group[,group[,…]]] [-u user] newroot [command]
DESCRIPTION # The chroot command changes its root directory to the supplied directory newroot and executes command, if supplied, or an interactive copy of the user’s shell.
The chroot command is restricted to the superuser.
The options are as follows:
-g group[,group[,…]]
...
GETENT(1) - General Commands Manual # GETENT(1) - General Commands Manual
NAME # getent - get entries from administrative database
SYNOPSIS # getent database [key …]
DESCRIPTION # The getent program retrieves and displays entries from the administrative database specified by database. The order in which entries are looked up is defined by the specific database (for example, the lookup order for the “hosts” database is determined by resolv.conf(5)). The display format for a given database is as per the “traditional” file format for that database.
...
GROUP(5) - File Formats Manual # GROUP(5) - File Formats Manual
NAME # group - format of the group permissions file
DESCRIPTION # The file /etc/group consists of newline separated ASCII records, one per group, containing four colon (’:’) separated fields. These fields are as follows:
group
Name of the group. passwd
Group’s encrypted password.
gid
The group’s decimal ID.
member
Group members.
The group field is the group name used for granting file access to users who are members of the group.
...
GROUPINFO(8) - System Manager’s Manual # GROUPINFO(8) - System Manager’s Manual
NAME # groupinfo - display group information
SYNOPSIS # groupinfo [-e] group
DESCRIPTION # The groupinfo utility displays the name, group ID (GID), and members of the specified group.
The options are as follows:
-e
Do not display anything (quiet mode). This form of the command is useful for scripts which need to check whether a particular group name or GID is already in use on the system.
...
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.
...
LOGIN_PASSWD(8) - System Manager’s Manual # LOGIN_PASSWD(8) - System Manager’s Manual
NAME # login_passwd - provide standard password authentication type
SYNOPSIS # login_passwd [-s service] [-v wheel=yes|no] [-v lastchance=yes|no] user [class]
DESCRIPTION # The login_passwd utility is called by login(1), su(1), ftpd(8), and others to authenticate the user with passwd-style authentication.
The user argument is the login name of the user to be authenticated.
The service argument specifies which protocol to use with the invoking program.
...
LOGIN.CONF(5) - File Formats Manual # LOGIN.CONF(5) - File Formats Manual
NAME # login.conf - login class capability database
DESCRIPTION # The login.conf file describes the various attributes of login classes. A login class determines what styles of authentication are available as well as session resource limits and environment setup. While designed primarily for the login(1) program, it is also used by other programs, such as ftpd(8), to determine what means of authentication are available.
...