Create a directory with mkdir from broad

Solution 1:

You should execute the command mkdir ~/My_directory_name which will create the directory in your home from any place.
Of course that you can do it for any other directory and not only to home - mkdir <path>/<new_dir_name> Where the <path> is absolute or relative path to the directory where you want <new_dir_name> to be created.