# Introduction In this challenge, we will search for specific files in the `/etc` directory that contain the string "labex" in their content. The goal is to output the full path of each file that matches this criteria. By completing this challenge, you will demonstrate your knowledge of Linux file search, file content matching, and Linux pipelines.
Click the virtual machine below to start practicing