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.
...
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[,…]]
...
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.
...
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.
...
GROUP(8) - System Manager’s Manual # GROUP(8) - System Manager’s Manual
NAME # group - manage group information on the system
SYNOPSIS # group add [-ov] [-g gid] group
group del [-v] group
group info [-ev] group
group mod [-ov] [-g gid] [-n newname] group
DESCRIPTION # The group utility acts as a frontend to the groupadd(8), groupmod(8), groupinfo(8), and groupdel(8) commands.
For a full explanation of the options, see the relevant manual page.
...
GROUPADD(8) - System Manager’s Manual # GROUPADD(8) - System Manager’s Manual
NAME # groupadd - add a group to the system
SYNOPSIS # groupadd [-ov] [-g gid] group
DESCRIPTION # The groupadd utility adds a group to the system. The options are as follows:
-g gid
Gives the numeric group identifier to be used for the new group.
-o
Allows the new group to have a GID which is already in use for another group.
...
GROUPDEL(8) - System Manager’s Manual # GROUPDEL(8) - System Manager’s Manual
NAME # groupdel - remove a group from the system
SYNOPSIS # groupdel [-v] group
DESCRIPTION # The groupdel utility removes a group from the system. The options are as follows:
-v
Enables verbose mode - explain the commands as they are executed.
EXIT STATUS # The groupdel utility exits 0 on success, and >0 if an error occurs.
...
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.
...
GROUPMOD(8) - System Manager’s Manual # GROUPMOD(8) - System Manager’s Manual
NAME # groupmod - modify an existing group on the system
SYNOPSIS # groupmod [-ov] [-g gid] [-n newname] group
DESCRIPTION # The groupmod utility modifies an existing group. The options are as follows:
-g gid
Gives the numeric group identifier to be used for the new group.
-n newname
Gives the new name which the group shall have.
...