Group Hunting PDF Print
Written by Frank Sfalanga   
Monday, 07 December 2009

I use this whenever I need to scroll through all the existing groups on a server.  It's handy if a particular group happens to have hundreds of members and screen real estate is miniscule

# cat /etc/group | cut -d : -f 1 | less

 

 
< Prev   Next >