mirror of
https://github.com/bregman-arie/devops-exercises.git
synced 2026-02-05 16:19:10 +00:00
* Update solution.md * Fix typo fixes the typo for linux exercise create_remove * fix typo
Copy Time
Objectives
- Create an empty file called
xin/tmp - Copy the
xfile you created to your home directory - Create a copy of
xfile calledy - Create a directory called
filesand movexandythere - Copy the directory "files" and name the copy
copy_of_files - Rename
copy_of_filesdirectory tofiles2 - Remove
filesandfiles2directories
Solution
Click here to view the solution.