You can always use:
mkdir -p to create all the directories and their subdirectories in one line
For example
suppose you want to create a directory called "a" and the subdirectory "b"
Then type mkdir -p /directory_name/a/b
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.