Skip to content

Commit

Permalink
Add Manipulate Files to OLAE track
Browse files Browse the repository at this point in the history
  • Loading branch information
mlittlec committed Feb 5, 2024
1 parent 577f584 commit e3de096
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 0 deletions.
Binary file added content/posts/olam/post-18/featured.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
36 changes: 36 additions & 0 deletions content/posts/olam/post-18/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
---
title: "Manipulate Files"
date: 2024-02-05
draft: false
summary: "Learn to use Oracle Linux Automation Engine to manipulate files and directories on an Oracle Linux instance."
tags: ["olam","lab","tutorial","olae"]
showDate: true
---

## Links

:crescent_moon: [Lab](https://luna.oracle.com/lab/515f0a43-7478-48aa-88b8-daa2229b97c5)

:spiral_notepad: [Tutorial](https://docs.oracle.com/en/learn/olae-manipulate-files)

## Details

This tutorial shows how to create and delete files and directories on your remote hosts.

### Objectives

In this lab, you'll learn to:

- Create an empty file
- Create a file with content
- Create multiple files in a single task
- Set file permissions
- Create a directory
- Remove files and directories

### Prerequisites

- Install an Oracle Linux system with the following configuration:
- a non-root user with `sudo` permissions
- ssh keypair for the non-root user
- the ability to ssh from one host (control-node) to the other (host) using passwordless ssh login

0 comments on commit e3de096

Please sign in to comment.