Sovi.AI - AI Math Tutor

Scan to solve math questions

QUESTION IMAGE

question 7 (mandatory) (1 point) ✔ saved listen what command would you …

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

Explanation:

Response
Question 7
Brief Explanations

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.

Brief Explanations

In Linux, pwd (print working directory) shows the current working directory, cd changes directories, ls lists contents, and mv moves/renames.

Answer:

D. cd

Question 8