Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

groups

v(uutils coreutils) 0.8.0
groups [OPTION]... [NOM_UTILISATEUR]...

Affiche les groupes d’appartenance pour chaque NOM_UTILISATEUR ou, s’il n’est pas précisé, pour le processus courant (ce qui peut différer si la base de données des groupes a changé).

Options

Examples

The examples have not been translated yet and are shown in English. You can help by translating them on tldr-pages.

Print group memberships for the current user:

groups

Print group memberships for a list of users:

groups {{username1 username2 ...}}

The examples are provided by the tldr-pages project under the CC BY 4.0 License.

Please note that, as uutils is a work in progress, some examples might fail.