Introduction
In this challenge, you'll practice organizing cybersecurity tools within a Kali Linux environment by building a specific directory structure. The goal is to create nested directories, /tools/scanners
and /tools/exploiters
, directly under the root directory /
using a single mkdir
command with the -p
option.
This hands-on exercise requires you to utilize the mkdir
command with the -p
option to create the specified directory structure. Verification scripts are provided to ensure the successful creation of the tools
, scanners
, and exploiters
directories in the correct locations.