# Introduction In this challenge, we will be tasked with collecting files from the specified time period. The objective is to copy all files under the `/etc` directory that were last updated in 2022 to the `/tmp` directory while preserving the directory structure. We need to ensure that only files with a last update time in 2022 are present in the `/tmp/etc` directory after the copying process.
Click the virtual machine below to start practicing