Tag Archive '117-102'


Nov 24 2008

Pass4side lpi Exam 102: Detailed Objectives

Published by mac0002 under 117-102

Pass4side latest release exam lpi 117-102 Detailed Objectives

This is a required exam for LPI certification Level 1. It covers basic skills for the Linux Professional that are common across all distributions of Linux.

IMPORTANT INFORMATION: These are the current 102 objectives, which are valid effective 2006-01-01. The 102 exams which are delivered through test centers all over the world, will reflect these updated objectives for English in early 2006 and all other languages by late 2006/early 2007. Candidates should be prepared to take exams based upon these objectives after 1Q2006.

Each objective is assigned a weighting value. The weights range roughly from 1 to 10 and indicate the relative importance of each objective. Objectives with higher weights will be covered in the exam with more questions.

Maintainer: Dimitrios “Taki” Bogiatzoules, Product Developer
Last modification: 2005-12-31
Topic 105: Kernel

1.105.1 Manage/Query kernel and kernel modules at runtime
Comment this objective!
Weight: 4

Description: Candidates should be able to manage and/or query a kernel and kernel loadable modules.

Key knowledge area(s):
Use command-line utilities to get information about the currently running kernel and kernel modules.
Manually load and unload kernel modules.
Determine when modules can be unloaded.
Determine what parameters a module accepts.
Configure the system to load modules by names other than their file name.

The following is a partial list of the used files, terms and utilities:
/lib/modules/kernel-version/modules.dep
/etc/modules.conf
/etc/modprobe.conf
depmod
insmod
lsmod
rmmod
modinfo
modprobe
uname

1.105.2 Reconfigure, build and install a custom kernel and kernel modules
Comment this objective!
Weight: 3

Description: Candidates should be able to customize, build and install a kernel and kernel loadable modules from source.

Key knowledge area(s):
Customize the current kernel configuration.
Build a new kernel and appropriate kernel modules.
Install a new kernel and any modules.
Ensure that the boot manager can locate the new kernel and associated files.

The following is a partial list of the used files, terms and utilities:
/usr/src/linux/*
/usr/src/linux/.config
/lib/modules/kernel-version/*
/boot/*
make
make targets: all, config, menuconfig, xconfig, gconfig oldconfig, modules, install, modules_install, depmod, rpm-pkg, binrpm-pkg, deb-pkg
Topic 106: Boot, Initialization, Shutdown and Runlevels

1.106.1 Boot the system
Comment this objective!
Weight: 3

Description: Candidates should be able to guide the system through the booting process.

Key knowledge area(s):
Give commands to the boot loader and options to the kernel at boot time.
Check boot events in the log files.

The following is a partial list of the used files, terms and utilities:
/var/log/messages
/etc/modules.conf
/etc/modprobe.conf
dmesg
LILO
GRUB

1.106.2 Change runlevels and shutdown or reboot system
Comment this objective!
Weight: 3

Description: Candidates should be able to manage the runlevel of the system. This objective includes changing to single user mode, shutdown or rebooting the system. Candidates should be able to alert users before switching runlevel and properly terminate processes. This objective also includes setting the default runlevel.

Key knowledge area(s):
Set the default runlevel.
Change between run levels including single user mode.
Shutdown and reboot from the command line.
Alert users before switching runlevels or other major system event.
Properly terminate processes.

No responses yet