Difference between revisions of "Groups"
Jump to navigation
Jump to search
m (→Name) |
m (fixed capitalization of Linux Shell Commands category) |
||
Line 1: | Line 1: | ||
[[Category:Linux | [[Category:Linux Shell Commands]] | ||
[[Techniques]]: [[Linux]]: [[groups]] | [[Techniques]]: [[Linux]]: [[groups]] | ||
==Text== | ==Text== |
Revision as of 16:21, 4 July 2005
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.