Skip to content

addgroup

Adds a user to a group.

Terminal window
addgroup [USER] [GROUP]
  • USER — specify the user you want to add a group to
  • GROUP — specify what group you want to add to the user
Terminal window
addgroup volk root

Result:
Added volk to the root group.