CISCO Chapter 3 Flashcards
Systems administrators do far more than manage servers; they are often called upon to assist users with _________ , _________ , and _________.
- configuration issues
- recommend new software
- update documentation among other tasks
Most Linux distributions allow users to download a “_________” installation package that can be loaded onto a USB key.
desktop
This is one of the first things aspiring system administrators should do
download a major distribution and load it onto an old PC
The Linux desktop should be familiar to anyone who has used a PC or Macintosh with icons to select different programs and a “settings” application to configure things like _________, _________, and _________
- user accounts
- WiFi networks
- input devices
After familiarizing oneself with the _________, or desktop, the next step is learning how to perform tasks from the command line.
Linux Graphical User Interface (GUI)
It is a simple text input system for entering anything from single-word commands to complicated scripts.Most operating systems have a _________ that provides a direct way of accessing and controlling the computer.
command line interface (CLI)
On systems that boot to a GUI, there are two common ways of accessing the command line:
- GUI-based terminal
- virtual terminal
is a program within the GUI environment that emulates a terminal window. It can be accessed through the menu system or search bar.
GUI terminal
Accessing the GUI terminal through the menu system.
click:
- Applications (menu bar)
- System tools
- Terminal
A _________ can be run at the same time as a GUI but requires the user to log in via the terminal before they can execute commands (as they would before accessing the GUI interface).
virtual terminal
Each Linux desktop distribution is slightly different, but the application terminal or _________ will open a terminal window from the GUI.
x-term
While there are subtle differences between the terms _________ and terminal window sessions, they are all the same from an administrators standpoint and require the same knowledge of commands to use
console
Ordinary _________ are starting programs, parsing scripts, and editing text files used for system or application configuration.
command line tasks
The _________ of the operating system is like an air traffic controller at an airport, and the applications are the airplanes under its control.
kernel
The _________ decides which program gets which blocks of memory, it starts and kills applications, and it handles displaying text or graphics on a monitor.
kernel
_________ make requests to the kernel and in return receive resources, such as memory, CPU, and disk space.
Applications
Applications make requests to the kernel and in return receive resources, such as _________, _________, and _________
- memory
- CPU
- disk space
If two applications request the same resource, the kernel decides which one gets it, and in some cases, _________ to save the rest of the system and prevent a crash.
kills off another application
The _________ also abstracts some complicated details away from the application. For example, the application doesn’t know if a block of disk storage is on a solid-state drive, a spinning metal hard disk, or even a network file share.
kernel
Applications need only follow the kernel’s _________ and therefore don’t have to worry about the implementation details.
Application Programming Interface (API)
Each_________ behaves as if it has a large block of memory on the system; the _________ maintains this illusion by remapping smaller blocks of memory, sharing blocks of memory with other applications, or even swapping out untouched blocks to disk
- application
* kernel
The kernel also handles the switching of applications, a process known as _________.
multitasking
A _________ has a small number of central processing units (CPUs) and a finite amount of memory.
computer system
The _________ takes care of unloading one task and loading a new one if there is more demand than resources available.
kernel