Modifying The Filesystem | Dataquest
My Code:
/home/dq$ mkdir brets
DQ’s solution is mkdir /home/dq/brets.
Mission is to create a directory within home directory
Am not sure about the placement of mkdir. As per the lesson, it should be “mkdir brets” and not the code starting with mkdir as per DQ.
Also i am unable to type DQ 's solution in the DQ console by typing mkdir first, the prompt is displayed after mkdir/dq.
However i can see that new directory ‘brets’ has been created: