mirror of
https://github.com/bregman-arie/devops-exercises.git
synced 2026-02-04 23:59:11 +00:00
382 B
382 B
Create & Destroy
Objectives
- Create a file called
x - Create a directory called
content - Move
xfile to thecontentdirectory - Create a file insidethe
contentdirectory calledy - Create the following directory structure in
contentdirectory:dir1/dir2/dir3 - Remove the content directory
Solution
Click here to view the solution.