how to make a directory in unix code example
Example 1: linux create directory
$sudo mkdir -m777 newFileName
777 is the permissions given to the file
For more info:( https://www.pluralsight.com/blog/it-ops/linux-file-permissions )
Example 2: make directory in linux
mkdir [option] dir_name