how to create a directory test and its child subtest using a single command

  1. mkdir /test/subtest

  2. mkdir -P /test/subtest

  3. mkdir -p /test/subtest

  4. none of the above


Correct Option: B

Find more quizzes: