Device Selection Hdd Low Level Format Tool 4.40
mkdir: To create a new directory, use the command mkdir.The following command creates a directory named hello,which you can use to to store all of your files associated withthe Hello World assignment.C:\introcs> mkdir helloTo see that it actually worked, use the dir command.