Skip to content

Commit

Permalink
Merge pull request #387 from bgraef/main
Browse files Browse the repository at this point in the history
update ol intro shell and cmd tutorial post
  • Loading branch information
bgraef authored Jul 15, 2024
2 parents 4ea3de7 + 48fd9f7 commit 0c183e0
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions content/posts/ol/intro/post-18/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
---
Expand All @@ -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

0 comments on commit 0c183e0

Please sign in to comment.