QUESTION IMAGE
Question
question 5 (mandatory) (1 point) saved listen which command in linux is used to create a new directory? cp mkdir rm touch
Brief Explanations
- The
cpcommand in Linux is used to copy files or directories. - The
mkdircommand is specifically used to create a new directory. - The
rmcommand is used to remove (delete) files or directories. - The
touchcommand is used to create empty files or update the timestamp of existing files.
So the correct command to create a new directory is mkdir.
Snap & solve any problem in the app
Get step-by-step solutions on Sovi AI
Photo-based solutions with guided steps
Explore more problems and detailed explanations
B. mkdir (assuming the options are labeled as A. cp, B. mkdir, C. rm, D. touch)