The Joker's Trick

# Introduction In this challenge, you will apply your knowledge of Linux user account management. You'll create new user accounts, modify existing ones, and delete users. This challenge will test your understanding of the concepts learned in the "User Account Management" lab. ## Achievements You'll demonstrate your ability to use: - `useradd` - to create new users - `passwd` - to change user passwords - `usermod` - to modify user accounts - `userdel` - to delete user accounts

|60 : 00

Click the virtual machine below to start practicing