-- Leo's gemini proxy

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

-- Connected

-- Sending request

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

gpasswd


> Administer `/etc/group` and `/etc/gshadow`.

More information.


Define group administrators:

sudo gpasswd -A {user1,user2} {group}

Set the list of group members:

sudo gpasswd -M {user1,user2} {group}

Create a password for the named group:

gpasswd {group}

Add a user to the named group:

gpasswd -a {user} {group}

Remove a user from the named group:

gpasswd -d {user} {group}


> 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 18:02:58 2024