From 26c6a527c134d9f795eef5a6bf1941064e94d3cd Mon Sep 17 00:00:00 2001 From: Hugh Ratsch Date: Fri, 21 Feb 2025 08:50:23 -0600 Subject: [PATCH] updated notes --- src/solutions/user-management.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/solutions/user-management.md b/src/solutions/user-management.md index 831265a..c601f2d 100644 --- a/src/solutions/user-management.md +++ b/src/solutions/user-management.md @@ -109,6 +109,6 @@ Commands used to verify the solution works correctly - Importance of setting password expiry ## Additional Notes -> [!NOTE] +> [NOTE] > This scenario is a good example of how to create a user with a specific home directory, add them to a group, create a directory owned by the group with SGID set, and set password expiry.