# Introduction In this challenge, we will be copying files larger than 10K from the `/etc` directory of the LabEx experimental environment to the `/tmp` directory. The objective is to preserve the directory structure and ensure that only files larger than 10K are copied. This task requires basic knowledge of Linux file and directory operations, as well as file search operations.
Click the virtual machine below to start practicing