mkdir is unable to create direcotry
mkdir path/to/dir The syntax of the command is incorrect.
mkdir is unable to create direcotry
mkdir path/to/dir The syntax of the command is incorrect.
Use back slashes, like this: mkdir path\to\dir
mkdir "/path/to/dir"
–
Foretoken Write folder name with command.
For example we want to create folder with name of "dummy_folder" then we have to command mkdir dummy_folder
© 2022 - 2024 — McMap. All rights reserved.