Skip to content

用户组

查看用户组

shell
cat /etc/group

查看当前登录用户的组内成员

shell
groups

# 查看www用户所在的组,以及组内成员
groups www
# 返回:
# www : www
最近更新