Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 924 Bytes

Challenge-07.md

File metadata and controls

26 lines (18 loc) · 924 Bytes

Challenge 07 - Group and user management

< 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