group id for root

Hi expert,

original :
# id
uid=0(root) gid=1(other)

after some event:

# id
uid=0(root) gid=1

how to put it back gid=1(other)

thanks.

make sure there is a group in /etc/group with a GID of 1 and name of 'other'

It's there.

other::1,thirdparty

and it's formated wrong.
use

other::1:thirdparty

thanks seg. you are the man!