You need to create a simple hierarchy of directories: images/photos/summer/ottawa/. None of the directories on that path exists. What command will create all of the needed directories in one step?
-p options means no error if existing, make parent directories as needed. It will creates the directory images/photos/summer/Ottawa. Where images is the parent directory of photos, photos is the parent directory of summer etc.
Currently there are no comments in this discussion, be the first to comment!