You've already forked devops-exercises
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.