Day 1 Flashcards

1
Q

Shell

A

A program that provides the user a CLI to the kernel

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Process

A

A running program; an instance of a program in execution

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Daemon

A

A program that runs unobtrusively in the background, that waits for activation by a specific event or condition

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Lightweight Process

A

Similar to threads in windows a lightweight process shares most, if not all, of its logical address space and system resources with other processes.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

System Call Interface (SCI)

A

The fundamental interface between an application and the Linux kernel.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Library Function

A

A wrapper function for a system call of a Linux kernel.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

glibc

A

GNU C Library - an implementation of the standard C library

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

kernel

A

Loaded into memory at boot and is the core of the OS

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

kernel panic

A

Catastrophic crashes of the system

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Process management

A

Ensures the proper and timely execution of a process

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

VFS

A

Enables unix based systems to be able to coexist on the same system and interact (Implements file and file system related interfaces)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Network Subsystem

A

Provides an API to net work resources

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

Architecture Dependent Code or Board Support Package

A

Elements of the Linux kernel used by a particular architecture for normal operation and efficiency

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

Device Driver

A

Kernel specific code to interface with a device

How well did you know this?
1
Not at all
2
3
4
5
Perfectly