From 48fd9f7b1b408f0df5433266acfd6c1691e18413 Mon Sep 17 00:00:00 2001 From: William Graef Date: Mon, 15 Jul 2024 17:45:06 -0400 Subject: [PATCH] update ol intro shell and cmd tutorial post --- content/posts/ol/intro/post-18/index.md | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/content/posts/ol/intro/post-18/index.md b/content/posts/ol/intro/post-18/index.md index fae5945a..c8398e76 100644 --- a/content/posts/ol/intro/post-18/index.md +++ b/content/posts/ol/intro/post-18/index.md @@ -2,7 +2,7 @@ title: "Running CLI Tasks" date: 2022-02-14 draft: false -summary: "Learn to run introductory tasks to administer Oracle Linux." +summary: "Learn to use the Oracle Linux shell and command line to perform a series of introductory tasks to administer the system." tags: ["ol","lab","tutorial","ol-intro"] showDate: true --- @@ -15,19 +15,21 @@ showDate: true ## Details -These guides explore introductory tasks for using Oracle Linux. +This tutorial explores introductory tasks for administring Oracle Linux from the command line using the Bash shell. ### Objectives -In this lab, you'll: +In this tutorial, you'll: - - Execute commands using a shell and the command line. + - Run commands using a shell and the command line. - Work with files and directories. - Edit files with vim. - Learn about file permissions. - Monitor system processes. -### 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