Sovi.AI - AI Math Tutor

Scan to solve math questions

QUESTION IMAGE

question 8 (mandatory) (1 point) listen which command is used to displa…

Question

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 9 (mandatory) (1 point) listen which of the following is a benefit of using a cli over a gui? automatically updates software more control over system operations always requires less memory easier for beginners

Explanation:

Response
Question 8
Brief Explanations
  • pwd stands for "print working directory", which is used to show the current working directory in Linux.
  • cd is for changing directories, ls lists files/directories, and mv moves/renames files. So the correct command is pwd.
Brief Explanations
  • A Command - Line Interface (CLI) gives users more control over system operations as they can directly input commands to perform precise tasks.
  • "Automatically updates software" is not a characteristic of CLI vs GUI. "Always requires less memory" is incorrect as it's not always the case. "Easier for beginners" is false as GUI is generally easier for beginners. So the correct option is "More control over system operations".

Answer:

A. pwd

Question 9