By Kabeer Khan on Monday, 10 August 2015
Category: Apps DBA

How to list down Linux Groups Names?

Issue

I would like to list down all the Linux Group Names in Oracle Linux. What commond should I use?

Resolution

Use the following command on terminal to list down Linux Group Names:

cut -d: -f1 /etc/group

Environment

+ Oracle Linux 5.7

Leave Comments