Forrest logo
back to context overview

groupmod

List of commands for groupmod:

  • groupmod:tldr:59b0d groupmod: Change the group id.
    $ sudo groupmod --gid ${new_id} ${group_name}
    try on your machine
    explain this command
  • groupmod:tldr:68fa9 groupmod: Change the group name.
    $ sudo groupmod --new-name ${new_group} ${group_name}
    try on your machine
    explain this command
back to context overview