mkdir membuat semua subdirektori

# run mkdir with -p 
$ mkdir -p /path/with/subfolder
Ali Bigdeli