Here’s how to create a Linux group with a specific ID. Group name is nginx in this example. ID is 1000.

<pre lang="bash">
groupadd nginx -g 1000