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