From 73f69c66f5f06f1adf6ba5dfdbd11d03e319013d Mon Sep 17 00:00:00 2001 From: William Graef Date: Fri, 23 Aug 2024 10:36:56 -0400 Subject: [PATCH] update user and group post --- content/posts/ol/admin/post-15/index.md | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/content/posts/ol/admin/post-15/index.md b/content/posts/ol/admin/post-15/index.md index e1cfc98d..67ea610b 100644 --- a/content/posts/ol/admin/post-15/index.md +++ b/content/posts/ol/admin/post-15/index.md @@ -15,19 +15,22 @@ showDate: true ## Details -These guides provide step-by-step procedures to perform user and group administration on Oracle Linux. You will create users and groups, implement user private groups, and grant user elevated privileges. +When administering a Linux system, you will eventually need to create users and groups, whether for a particular software installation or to perform a specific task. As for groups, it's a great way to control directory access. ### Objectives -In this lab, you'll: +In this tutorial, you will learn how to: - - Create a new user and explore user's home directory - - Create a new group and add user to group + - Create a new user and explore the user's home directory + - Create a new group and add a user to the group - Utilize the user private group scheme and implement write access to a directory - Administer the `sudo` command for granting **root** privileges -### What Do You Need? +### Prerequisites - - A system with Oracle Linux installed +- Minimum of a single Oracle Linux system +- Each system should have Oracle Linux installed and configured with: + - A non-root user account with sudo access + - Access to the Internet