Make multiple directories with one command in Linux Posted on 5 October 2020 by kosmas Reply emailFacebookTwitterLinkedin Use the following to create multiple directories with one command in Linux. mkdir -p main_folder/{one,two,three,four} 1 mkdir -p main_folder/{one,two,three,four}