site grpadd
Description
Allows site operators to add a new group to the server. The new group will be given a home directory equal to the default_home directory specified in your primary group. If this value is not valid, your default home directory will be used instead. Note that no other group settings will be changed and therefore you will have to manually update them after creating the group.
Syntax
site grpadd <group> [<backend>]
Detailed information on the options/arguments: <group>, <backend>
Limitations
- This command can only be used by site operators
Examples
site grpadd techsupport
This will add a new group named techsupport to the server. The new group will be assigned the same home directory as your current group.
site grpadd billing plaintext
This will add a new group named billing to the server under the plaintext backend. The new group will be assigned the same home directory as your current group.
