mkdir (make directory) is a Linux command used to create new foldersIn addition to creating a single folder, mkdir has several other use cases:It is important to use the -p flag when creating nested directories or multiple directories at onceProper permission settings are necessary to create new folders, and it is recommended to avoid using sudo unless necessary