List of Users in a Group (getent)
Managing users & groups since long but have you ever looked/reviewed the list of users present in a Specific Group after adding them, so here is a single line command for my lazy sysadmins :)
$ getent group | awk -F: '{print $4}'
you may use this when doing a security audit.
- Read more about List of Users in a Group (getent)
- Log in to post comments
I recently shifted to Debian GNU/Linux (Lenny), and the first task included configuring my Internet Connection, i use BSNL EVDO Modem to connect to the internet which is not recognized my default in Debian so following is the process by which i configured my BSNL EVDO in Debian
Recent comments
find .