To create nested directories with mkdir
in terminal, you just need to pass the -p
flag before your parameter.
Example:
mkdir -p first/second/third
To create nested directories with mkdir
in terminal, you just need to pass the -p
flag before your parameter.
Example:
mkdir -p first/second/third
For further actions, you may consider blocking this person and/or reporting abuse
Sammy Barasa -
Devops Den -
Niharika Goulikar -
Tawhid -
Top comments (0)