You've already forked devops-exercises
mirror of
https://github.com/bregman-arie/devops-exercises.git
synced 2025-07-15 23:54:32 +02:00
* Update solution.md * Fix typo fixes the typo for linux exercise create_remove * fix typo
384 B
384 B
Create & Destroy
Objectives
- Create a file called
x
- Create a directory called
content
- Move
x
file to thecontent
directory - Create a file inside the
content
directory calledy
- Create the following directory structure in
content
directory:dir1/dir2/dir3
- Remove the content directory
Solution
Click here to view the solution.