Linux doesn't show added group

126 views Asked by At

When I try to make my 'devexe' group it says it exists but when I try to see it via this command :

$ cut -d: -f1 /etc/passwd

it's not in the list.

1

There are 1 answers

1
Ipor Sircer On BEST ANSWER

Because groups are stored in /etc/group The correct command to list groups: getent group