devops-exercises/topics/linux/exercises/create_remove
abregman e6a80309e0 Add Terraform and Linux questions and exercises
Also updated the script that counts questions to actually update
the number in README.md
2022-10-30 22:08:05 +02:00
..
README.md Add Terraform and Linux questions and exercises 2022-10-30 22:08:05 +02:00
solution.md Add Terraform and Linux questions and exercises 2022-10-30 22:08:05 +02:00

Create & Destroy

Objectives

  1. Create a file called x
  2. Create a directory called content
  3. Move x file to the content directory
  4. Create a file insidethe content directory called y
  5. Create the following directory structure in content directory: dir1/dir2/dir3
  6. Remove the content directory

Solution

Click here to view the solution.