3.6 Directory Navigation and Control
Syntax
mkdir [options] directory
Common Options
-p create the intermediate (parent) directories, as needed
-m mode access permissions (SVR4). (We'll look at modes later in this Chapter).
Examples
% mkdir /home/frank/data
or, if your present working directory is /home/frank the following would be equivalent:
% mkdir data