Can mkdir create multiple directories?

Yes, the mkdir command can create multiple directories at once by listing their names separated by spaces. For example:

mkdir directory1 directory2 directory3

This command will create directory1, directory2, and directory3 simultaneously.

0 Comments

no data
Be the first to share your comment!