Which of the following options for the mkdir command enables the user to set permissions for the directory as it is created?

A. -m
B. -v
C. -p
D. -h


Answer: A. -m

Computer Science & Information Technology

You might also like to view...

A thread uses________to monitor the state of an object or to be notified when an event occurs.

a) a condition variable. b) another thread. c) a semaphore. d) None of the above.

Computer Science & Information Technology

The read/write head on a magnetic hard drive is at both the top and bottom of each disk.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology

The initialization of a two-dimensional array is done in ____ order.

A. ascending B. descending C. row D. column

Computer Science & Information Technology

An interesting point in the B-tree traversal logic is that as we traverse the tree, using a variation of the inorder traversal, we must ____ each entry.

A. traverse B. analyze C. decompress D. deblock

Computer Science & Information Technology