Find users in a linux group Posted on 20 June 2018 by kosmas Reply emailFacebookTwitterLinkedinProblem You would like to find the users in a group in linux. Solution You can have a list with the users by using getent (getentries): Shell getent group <groupname> 1 getent group <groupname>