mkdir is the command to create a new directory, it stands for make directory

 

mkdir name 

e.g if we wanted to create a directory called notes:

  • mkdir notes will create notes inside the current working directory

or you could pass in a full path to a different destination:

  • mkdir /tmp/cash/notes