mkdir is the command to create a new directory, it stands for make directory
mkdir
mkdir name
e.g if we wanted to create a directory called notes:
mkdir notes
or you could pass in a full path to a different destination:
mkdir /tmp/cash/notes