Challenge 07 - Group and user management

June 3, 2022 ยท View on GitHub

< Previous Challenge - Home - Next Challenge >

Description

In this challenge you will learn about the creation of users and groups in a Linux environment.

  • Create the groups: marketing, finance, apps and production
  • Create the users below with the given characteristics:
    • login: anna, main group: marketing
    • login: mary, main group: finance
    • login: peter, main group: apps
    • login: rick, main group: production
  • Create passwords for all users

Success Criteria

  1. Make sure you create the groups as requested
  2. Validate if the users were created in the correct groups
  3. Confirm each user has a password

Learning Resources