QUESTION IMAGE
Question
question 3 (mandatory) (1 point) listen in linux, which command is used to list files and directories in the current director pwd dir ls cd question 4 (mandatory) (1 point) listen how can you customize the gui in a windows operating system? by installing a different kernel by using command line utilities through the control panel and settings by editing configuration files
Response
Question 3
Brief Explanations
pwdprints the current working directory path, not list files/directories.diris a Windows command (or a less common Linux alias in some setups, but not the standard for listing in Linux).lsis the standard Linux command to list files and directories in the current (or specified) directory.cdis for changing directories, not listing.
Brief Explanations
- Installing a different kernel is for low - level OS changes (like in Linux for customization), not Windows GUI customization.
- Command line utilities in Windows are not the primary way to customize the GUI.
- In Windows, the Control Panel and Settings app provide options to customize the GUI (like themes, colors, taskbar settings, etc.).
- Editing configuration files is more of a Linux - like approach or for advanced Windows system files, not the standard GUI customization method.
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
C. ls