Create a new group with the specific GID in Linux

GID must be unique:

groupadd -g 2500 username
or:
groupadd --gid 2500 username