make directory의 약자가 mkdir이에요.
mkdir 디렉토리명
mkdir parent/child 또는 mkdir ./child
touch 파일명
touch parent/child 또는 touch ./child
위 Command Line을 실습해 본 결과 아래와 같아요. 잘 출력된 모습을 확인 할 수 있네요.