Which command creates a new group named eastern_sales_division?

Prepare for the TestOut Labs Test. Interactive quizzes and flashcards with insights and tips for a comprehensive review. Ace your exam!

Multiple Choice

Which command creates a new group named eastern_sales_division?

Explanation:
Creating a new group in Linux is done with the groupadd command. This writes a new entry into the system’s group database for the specified name, allowing you to assign users to that group. Using groupadd eastern_sales_division creates the group exactly as requested, and you usually need superuser privileges to do this. The other options don’t fit because they don’t create a new group: groupmod modifies or renames existing groups, not add new ones; mkgroup isn’t a standard Linux command for group creation and wouldn’t reliably create a new group in common distributions. Even choosing a different name with groupadd would create that other group, but it wouldn’t create the specific eastern_sales_division group you’re aiming for.

Creating a new group in Linux is done with the groupadd command. This writes a new entry into the system’s group database for the specified name, allowing you to assign users to that group. Using groupadd eastern_sales_division creates the group exactly as requested, and you usually need superuser privileges to do this.

The other options don’t fit because they don’t create a new group: groupmod modifies or renames existing groups, not add new ones; mkgroup isn’t a standard Linux command for group creation and wouldn’t reliably create a new group in common distributions. Even choosing a different name with groupadd would create that other group, but it wouldn’t create the specific eastern_sales_division group you’re aiming for.

Subscribe

Get the latest from Examzify

You can unsubscribe at any time. Read our privacy policy