Day 1 Flashcards
(102 cards)
How big is the Linux Kernel?
About 10Mb
What is the purpose of the Linux Kernel
It acts as the interface/bridge between the hardware (i.e Drivers and device memory) and software (I.e user space applications, the OS API and services).
What does the Linux kernel manage?
System resources.
Identify the main components of a Linux distribution (6 to define)
- Bootloader.
- Kernel.
- Init System.
- Daemons.
- Desktop Environment.
- Applications.
What does the Bootloader do?
Responsible for managing the initial boot process and loading the Operating System into memory.
Name the four main responsibilities of the Linux Kernel
- Memory management.
- Process management.
- Device drivers.
- System Calls and security management (security rings).
What is the “Init System”?
It’s the first process started by the Linux kernel on boot.
What are the three main responsibilities of the “Init System”?
- System Management (logins, running scripts at boot)
- Adopts all orphaned processes until shutdown complete.
- Manages daemon processes (headless/GUI-less processes that run in the background).
Define a Linux Daemon
A utility program which monitors OS sub-systems.
What does the xiend daemon do?
Performs daemon management.
What does the cron daemon do?
Schedules commands.
What does the ientd daemon do?
Handles networking.
What does the cups daemon do?
Handles printing.
What does the rpc.nfsd daemon do?
Manages file server operations.
What does the sshd daemon do?
Manages secure remote logins (SSH)
What does the dhcpd daemon do?
Manages DHCP configuration.
What does the httpd daemon do?
Manages web-server behaviour and processing.
What does the named daemon do?
Manages DNS.
Identify ACPO principle 1
Do not change data.
Identify ACPO principle 2
Only change data if you are sufficiently trained and competent enough to do so.
Identify ACPO principle 3
If data is changed, contemporaneously record the actions you took, when/where you took them and be prepared to justify them in court. They should be sufficient enough to be reproducible so the same result can be achieved.
Identify ACPO principle 4
OIC is responsible for investigation.
What does ISO 17025 define?
The requirements that must be met for a laboratory to be considered competent at calibration and testing.
Define the 5 stages of an investigation.
- Event/Allegation.
- Identification, search and seizure and preservation of data.
- Examination and interpretation of data.
- Production of any findings.
- Subsequent action/s.