LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   groups command not working.. (https://www.linuxquestions.org/questions/linux-newbie-8/groups-command-not-working-192242/)

samills70 06-11-2004 04:35 AM

groups command not working..
 
Hi everyone,

I am trying to figure out why the groups command doesn't show the groups I have created, it would seem only the system groups are listed...

PS I am using redhat 9

Any help would be greatly apprecitated.

samills70 06-11-2004 04:42 AM

silly me...
 
Okay I see that it will only list the groups that the currently logged in user is joined to. Is there any way to see a list of all the groups configured on the server?

Looking_Lost 06-11-2004 05:22 AM

cat /etc/group

or

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

?


All times are GMT -5. The time now is 09:03 AM.