Create Group With ID March 22, 2019 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 1000groupadd nginx -g 1000