Sovi.AI - AI Math Tutor

Scan to solve math questions

QUESTION IMAGE

question 5 (mandatory) (1 point) saved listen which command in linux is…

Question

question 5 (mandatory) (1 point) saved listen which command in linux is used to create a new directory? cp mkdir rm touch

Explanation:

Brief Explanations
  • The cp command in Linux is used to copy files or directories.
  • The mkdir command is specifically used to create a new directory.
  • The rm command is used to remove (delete) files or directories.
  • The touch command is used to create empty files or update the timestamp of existing files.

So the correct command to create a new directory is mkdir.

Answer:

B. mkdir (assuming the options are labeled as A. cp, B. mkdir, C. rm, D. touch)