Closed joakim077 closed 2 weeks ago
The changes involve updates to the README.md
and solution.md
files for Day 5, focusing on advanced Linux shell scripting and user management. A new task related to user management was added, emphasizing user IDs and group management. Existing tasks were renumbered, and additional instructions were provided for creating user groups and managing permissions. The updates aim to enhance clarity and instructional content regarding Linux user and group management.
File | Change Summary |
---|---|
2024/day05/README.md | Added new Task 4 on user management, expanded Task 5 on group management, and renumbered Task 5 to Task 6. |
2024/day05/solution.md | Added new Task 5 on user management, focusing on groups and the sudo group, including editing the sudoers file. |
🐇 In the land of scripts and commands,
New tasks arise, like soft, gentle sands.
User and group, a dance so bright,
With sudo's power, we take flight!
Share our progress, let stories unfold,
In the world of Linux, brave and bold! 🌟
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?
I realized that the images I removed in the previous commit were actually the same as the ones I added in this one. That was a mistake on my part. I'll be more careful about double-checking my changes going forward.
Added about command adduser added tasks related to creating group and adding users to group added about sudo group and sudoers file
Summary by CodeRabbit
New Features
useradd
andadduser
commands.Documentation