-- Leo's gemini proxy

-- Connecting to freeshell.de:1965...

-- Connected

-- Sending request

-- Meta line: 20 text/gemini;lang=en-GB

groupmod


> Modify existing user groups in the system.

> See also: `groups`, `groupadd`, `groupdel`.

More information.


Change the group name:

sudo groupmod --new-name {new_group} {group_name}

Change the group id:

sudo groupmod --gid {new_id} {group_name}


> Copyright © 2014—present the tldr-pages team and contributors.

> This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).

CC-BY



-- Response ended

-- Page fetched on Fri May 17 17:54:06 2024