Difference between revisions of "cmd/groups"
< cmd
Jump to navigation
Jump to search
m (Woozle moved page GNU/groups to cmd/groups: reorganizing command pages) |
m |
||
Line 6: | Line 6: | ||
</hide> | </hide> | ||
==About== | ==About== | ||
− | The | + | The {{l/cmd|groups}} command returns a list of groups to which the given user belongs; defaults to the current user, if no user is specified. |
It doesn't really do anything else (aside from --help returning the manpage and --version showing the current version). | It doesn't really do anything else (aside from --help returning the manpage and --version showing the current version). |
Latest revision as of 22:56, 13 November 2022
About
The groups command returns a list of groups to which the given user belongs; defaults to the current user, if no user is specified.
It doesn't really do anything else (aside from --help returning the manpage and --version showing the current version).
Related
- Linux/groups: how user/group security works in Linux; list of related commands
- GNU