Exercise: mkdir
¶
Create a directory
/tmp/firstname.lastname
Change your current working directory to
/tmp/firstname.lastname
Inside
/tmp/firstname.lastname
Create a subdirectory
parent
(using a relative path)Inside
parent
, create a subdirectorychild
If possible, create
parent/child
with a single command!