group membership

How do I find out the group name under Linux operating systems using bash shell prompt? How do I display group information for the specified USERNAME under Linux?

{ 1 comment }

Linux: Find Out The Groups A User Is In

by Vivek Gite on July 7, 2009 · 0 comments

How do I find out group membership for each user? How do I find out which users are in a group called sales?

{ 0 comments }

Q. User tom is a member of a group called sales and printer. I’d like to remove tom from a group called printer without editing any user configuration text files stored at /etc/ directory?

{ 17 comments }

Understanding /etc/group File

by nixcraft on February 25, 2006 · 16 comments

Can you explain me the format of /etc/group user group file under Linux / UNIX operating systems?

{ 16 comments }