QUESTION IMAGE
Question
question 7 (mandatory) (1 point) ✔ saved
listen
what command would you use to change directories in a linux terminal?
○ cp
○ mv
○ ls
● cd
question 8 (mandatory) (1 point)
listen
which command is used to display the current working directory in a linux terminal?
○ pwd
○ cd
○ ls
○ mv
Question 7
In Linux, the cp command is for copying files/directories, mv is for moving/renaming, ls lists directory contents, and cd (change directory) is used to switch directories.
In Linux, pwd (print working directory) shows the current working directory, cd changes directories, ls lists contents, and mv moves/renames.
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
D. cd