Groups

From HypertWiki
Revision as of 21:15, 9 June 2005 by Woozle (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Techniques: Linux: groups

Text

Name

groups - print the groups a user is in

Synopsis

groups [OPTION]... [USERNAME]...

Description

--help display this help and exit
--version output version information and exit
  • Behaves the same as "id -Gn". If no USERNAME, use current process.

Reporting Bugs

Report bugs to <bug-coreutils@gnu.org>.

See Also

The full documentation for groups is maintained as a Texinfo manual. If the info and groups programs are properly installed at your site, the command
info coreutils groups
should give you access to the complete manual.

Edit Log

  • 2005-06-09 Transcribed from Ubuntu manpage; header info: "groups 5.2.1 / March 2005". Minor revision to Description.