The mkdir (make directory; Sobell, page 91) utility creates a directory. Use mkdir to create a directory named two as a subdirectory of your home direc- tory. Use file to make sure two exists and is a directory.

What will be an ideal response?

$ mkdir two
$ file two
two: directory

Computer Science & Information Technology

You might also like to view...

Lines that separate cells in a spreadsheet are called ________

Fill in the blank(s) with correct word

Computer Science & Information Technology

The ________ statement allows for an efficient way of using several methods or setting multiple properties on a single object

A) FileDialog B) Dim C) With D) If

Computer Science & Information Technology