Module 1 - Unit 4 - Management Interfaces Flashcards
What is the registry and how does it distinguishes Windows and Linux?
The registry is a database of configuration settings supporting the Windows Os. Linux uses individual text files to store settings.
What term is used to describe terminating a process that is not responding to user input?
This is often called killing the process
Why might you use the Services snap-in to manage background processes rather than Task Manager?
Task Manager allows you to start and stop services but the Services snap-in also allows you to configure service properties
The Task Scheduler allows you to run a process automatically in Windows. what is a widely used Linux Equivalent
cron is widely used to run tasks automatically in Linux
What part of the system memory setup is most user-configurable?
Use of virtual memory or a pagefile, where disk space is used to supplement system RAM
What two things are configured on a disk to make storage space on the disk available to the Windows OS?
The disk must contain at least one partition, typically allocated a drive letter, and the partition must be formatted with a suitable file system
What is a CLI?
A Command Line interface allows the user to interact with the OS using typed command or scripts rather than a GUI
What protection feature in Windows is designed to prevent a script or software from making unauthorized changes to the OS configuration?
User Access Control (UAC). UAC means that the user must input their credentials or click through an authorization prompt before the configuration change can be made
True or false? A standard user cannot change their own password
False–ordinary users can change their own password but cannot change anyone else’s
Management interface
A graphical or command-line tool used to perform some aspect of system configuration
Windows’ management interfaces
Control Panel / Windows Settings
Management Consoles
Windows Computer Management
Contains a number of different administrative snap-ins. Each snap-in configures the settings for a different OS sub-system, such as disk management or user management
Windows Registry Editor
Known as regedit. When you change a setting via a management interface, you are usually changing something stored in the Windows Registry configuration database. The Registry Editor is a means of directly editing this database
How to configure Linux ‘registry’
All configuration is performed by modifying text files
What is a computer process?
A process is the main unit governing a program and managing the memory resources allocated to it by the OS. A process may contain one or more threads, which are parts of the program scheduled for execution by the CPU