create group with id Mar 22, 2019 • ulysses Here’s how to create a Linux group with a specific ID. Group name is nginx in this example. ID is 1000. groupadd nginx -g 1000