Multiple choice Create a directory mkdir <directory name> rmdir <directory name> touch <file name> rm <path> Reveal answer Fill a bubble to check yourself A Correct answer Explanation The mkdir command stands for make directory. It is the standard utility for creating new directories in a Unix-like filesystem.