How to list all users in a Linux group?

后端 未结 20 1211
春和景丽
春和景丽 2020-12-07 06:51

How do I list all members of a group in Linux (and possibly other unices)?

20条回答
  •  Happy的楠姐
    2020-12-07 07:39

    getent group ;
    

    It is portable across both Linux and Solaris, and it works with local group/password files, NIS, and LDAP configurations.

提交回复
热议问题