groupmod

Linux · Users and permissions · available in the simulator

What it does

Modify a group definition on the system.

Options and parameters

  • -n NUEVO

    Change the group name.

  • -g GID

    Change the GID.

Usage examples

  • sudo groupmod -n nuevo viejo
  • sudo groupmod -g 1500 devs
Practise groupmod

Related commands