Which of the following commands will allow the root user to create a new group for the sales department and assign this new group the GID of 1250?

Which of the following commands will allow the root user to create a new group for the sales department and assign this new group the GID of 1250?Category: Introduction to Linux IIAuthor "LinuxQuestions"Which of the following commands will allow the root user to create a new group for the sales department and assign this new group the GID of 1250?
Linux Questions Staff asked 1 year ago

Which of the following commands will allow the root user to create a new group for the sales department and assign this new group the GID of 1250?

  • Specific GID cannot be assigned
  • groupadd sales_group 1250
  • groupadd sales_group –g 1250
  • groupadd sales_group –n 1250

About the author