updated solutions for practice scenerios

This commit is contained in:
Hugh Ratsch
2025-02-23 12:22:35 -06:00
parent 76f3d13f23
commit f79226e051
@@ -1,6 +1,6 @@
# RHCSA Practice Scenarios # RHCSA Practice Scenarios
## [x] Scenario 1: User and Permission Management ## Scenario 1: User and Permission Management
Task: Task:
1. Create a new user called 'analyst1' with home directory '/home/analyst1' 1. Create a new user called 'analyst1' with home directory '/home/analyst1'
2. Create a group called 'datateam' 2. Create a group called 'datateam'
@@ -9,7 +9,7 @@ Task:
5. Ensure members of 'datateam' can read/write, others can only read 5. Ensure members of 'datateam' can read/write, others can only read
6. Set password expiry for 'analyst1' to 90 days 6. Set password expiry for 'analyst1' to 90 days
## Scenario 2: Storage Management ## Scenario 2: Storage Management
Task: Task:
1. Create a new 2GB partition on /dev/sdb 1. Create a new 2GB partition on /dev/sdb
2. Create a physical volume from this partition 2. Create a physical volume from this partition