Create a Directory in Bash
This lesson will enable you to create directories through command line interface.
We'll cover the following...
mkdir
Definition:
mkdir
is one of the most important directory manipulation commands. It’s short for ‘make directory’ and as the name suggests, it is ...