You've already forked devops-exercises
* Update solution.md * Fix typo fixes the typo for linux exercise create_remove * fix typo
Create & Destroy
Objectives
- Create a file called
x - Create a directory called
content - Move
xfile to thecontentdirectory - Create a file inside the
contentdirectory calledy - Create the following directory structure in
contentdirectory:dir1/dir2/dir3 - Remove the content directory
Solution
Click here to view the solution.