How to create multiple directory levels in one command

I’m about to go to move files to my NAS, and I want to create subdirectories named Hercule, Systems, and Documents, and the Hercule directory has severals subdirectories named Saison01 to Saison13. How can I create these directories and subdirectories with one command? Answer: Use the “-p” option of the Unix/Linux mkdir command. The answer … Read moreHow to create multiple directory levels in one command