Multiple choice technology programming languages How do you create a new directory called "flower"? newdir flower mkdir flower crdir flower create flower Reveal answer Fill a bubble to check yourself B Correct answer Explanation The mkdir command is the standard Unix/Linux command for creating directories. Options like newdir, crdir, and create are not valid commands for directory creation in standard shells.