Final Flashcards
What is the shell?
interface that accepts and translates user input so that the kernel can process it.
What are Daemons?
Programs that run in the background independently of the user
Called services in Windows
What are applications?
Programs that require an OS to run
Give users a specific function, such as word-processing programs, media players, etc
What is the Kernel?
Core of the OS.
Manages hardware, such as disk drives and memory.
Allows public access to the source code.
What is the Resource Manager?
Manages processes and memory.
Can perform multiple processes at the same time.
What is a “Process”?
program the kernel launches into memory for the purpose of performing specific tasks.
What is RAM? (Random Access Memory)
Storage space where a computer reads and writes data.
Considered “volatile” storage – data is stored there but is erased when the computer shuts down.
What linux desktop environments are available in openSUSE?
K Desktop Environment (KDE)
GNU Network Object Model Environment (GNOME)
What is the top level of the linux file system?
Root
Indicated by / symbol.
What are device files?
Special file stored in the /dev directory.
Represents a hardware device on the system.
What are directory files?
Like a folder in Windows.
Can contain files and other directories.
Features of Linux
What does the multiuser feature allow?
enables multiple users to log on to a single computer at the same time
Features of Linux
What does multitasking mean?
multiple processes can run simultaneously
Features of Linux
What is Preemptive multitasking?
schedule decides when a process stops and another process starts.
Features of Linux
What is Network Connectivity?
uses Transmission Control Protocol/Internet Protocol (TCP/IP) – internationally accept set of rules for connecting computers to the Internet and most other networks.
Features of Linux
What security features does Linux offer?
Login and password authentication.
File ownership and permissions.
Firewall for protecting network resources from users outside the network.
What shells are available in Linux?
Bourne, C, Korn, BASH
Which shell is the original UNIX shell and has no history function?
Bourne Shell
Which shell has an interface that is similar to C
Has a history function, but its incompatible with Bourne
C Shell
This shell was developed to combine the best of the C and Bourne shell.
It has a history function and allows users to edit the history file while viewing it
Korn
This shell is the default shell in most Linux distributions. Has a history function that can be used to remember commands entered in previous sessions, as well as the current session.
BASH
What directory are the shells stored in?
/bin directory
all files and subdirectories are placed under the this directory in a treelike structure.
root
specifies requirements and guidelines for file and directory placement in UNIX-like operating systems
Filesystem Hierarchy Standard (FHS)
This directory contains static configuration files, which are also unshareable files, meaning they’re local to the machine
/etc
This directory contains the linux kernel and static files needed to boot the computer
/boot