Difference between revisions of "cmd/groups"
< cmd
Jump to navigation
Jump to search
(Created page with "<hide> page type::article thing type::command platform::GNU/Linux </hide> ==About== The <code>'''groups'''</code> command returns a list of groups to which the giv...") |
(No difference)
|
Revision as of 12:59, 6 January 2018
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