cmd/groups: Difference between revisions

from HTYP, the free directory anyone can edit if they can prove to me that they're not a spambot
< cmd
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..."
 
mNo edit summary
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
<hide>
<hide>
[[page type::article]]
[[page type::reference]]
[[thing type::command]]
[[thing type::command]]
[[platform::GNU/Linux]]
[[platform::Linux]]
[[platform::GNU]]
</hide>
</hide>
==About==
==About==
The <code>'''groups'''</code> command returns a list of groups to which the given user belongs; defaults to the current user, if no user is specified.
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

<hide> page type::reference thing type::command platform::Linux platform::GNU </hide>

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).

  • Linux/groups: how user/group security works in Linux; list of related commands
  • GNU