Linux and Unix mkdir command help and examples
mkdir examples mkdir mydir Creates a new directory called mydir whose parent is the current directory. mkdir -m a=rwx mydir Create the mydir directory, and set its permissions such that all users may read, write, and execute the contents. mkdir -p /home/c...