0:root@SERVER:/root # grep 300 /etc/group
ipsec:!:300:admgrp
0:root@SERVER:/root #
?? Several groups (ipsec/admgrp) can have the same groupID (300)?? how can this be? /AIX 6.1/
|
Yes, several groups can have the same gid (though it's probably only useful when groups are given passwords), several users can have the same uid, but your line above says that the
To have two groups with the same gid. |
|||
|
|
admgrpjust happens to be a somewhat inappropriately named user account? Trygrep admgrp /etc/passwdand see what comes back. – Michael Kjörling Feb 6 at 13:40