Difference between revisions of "Groups"
Jump to navigation
Jump to search
m (→Name) |
m (→Name) |
||
Line 3: | Line 3: | ||
==Text== | ==Text== | ||
===Name=== | ===Name=== | ||
'''groups''' - print the [[group|groups]] a user is in | '''groups''' - print the [[Linux:group|groups]] a user is in | ||
===Synopsis=== | ===Synopsis=== |
Revision as of 21:24, 9 June 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.