QUESTION IMAGE
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
Response
Question 8
Brief Explanations
pwdstands for "print working directory", which is used to show the current working directory in Linux.cdis for changing directories,lslists files/directories, andmvmoves/renames files. So the correct command ispwd.
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".
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
A. pwd