Go to main content

手册页部分 1:用户命令

退出打印视图

更新时间: 2022年7月27日 星期三
 
 

groups(1)

名称

groups - print group membership of user

用法概要

groups [user]...

描述

The command groups prints on standard output the groups to which you or the optionally specified users belong. Each user belongs to a group specified in the passwd(5) database and possibly to other groups as specified in the group(5) database. Note that the passwd database specifies the numerical ID (gid) of the group. The groups command converts gid to the group name in the output, if it can find a matching group name in the group database.

示例

The output takes the following form:

example% groups tester01 tester02
tester01 : staff sysadmin
tester02 : staff
example%

属性

See attributes(7) for descriptions of the following attributes:

ATTRIBUTE TYPE
ATTRIBUTE VALUE
Availability
system/core-os

另请参见

group(5), nsswitch.conf(5), passwd(5), attributes(7)