The world’s largest and most recognized Linux certification
LPI LPIC-1 Exam Summary:
Exam Name | LPIC-1 Linux Administrator |
Exam Code | 101-500 |
Exam Price | $200 (USD) |
Duration | 90 mins |
Number of Questions | 60 |
Passing Score | 500 / 800 |
Sample Questions | LPI LPIC-1 Sample Questions |
Practice Exam | LPI 101-500 Certification Practice Exam |
LPI 101-500 Exam Syllabus Topics:
Topic | Details |
System Architecture | |
Determine and configure hardware settings |
Weight: 2 Description: Candidates should be able to determine and configure fundamental system hardware Key Knowledge Areas: ◉ Enable and disable integrated peripherals. The following is a partial list of the used files, terms and utilities: ◉ /sys/ |
Boot the system |
Weight: 3 Description: Candidates should be able to guide the system through the booting process. Key Knowledge Areas: ◉ Provide common commands to the boot loader and options to the kernel at boot time. The following is a partial list of the used files, terms and utilities: ◉ dmesg |
Change runlevels / boot targets and shutdown or reboot system |
Weight: 3 Description: Candidates should be able to manage the SysVinit runlevel or systemd boot target 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 runlevels / boot targets and properly terminate processes. This objective also includes setting the default SysVinit runlevel or systemd boot target. It also includes awareness of Upstart as an alternative to SysVinit or systemd. Key Knowledge Areas: ◉ Set the default runlevel or boot target. The following is a partial list of the used files, terms and utilities: ◉ /etc/inittab |
Linux Installation and Package Management | |
Design hard disk layout |
Weight: 2 Description: Candidates should be able to design a disk partitioning scheme for a Linux system. Key Knowledge Areas: ◉ Allocate filesystems and swap space to separate partitions or disks. The following is a partial list of the used files, terms and utilities: ◉ / (root) filesystem |
Install a boot manager |
Weight: 2 Description: Candidates should be able to select, install and configure a boot manager. Key Knowledge Areas: ◉ Providing alternative boot locations and backup boot options. The following is a partial list of the used files, terms and utilities: ◉ menu.lst, grub.cfg and grub.conf |
Manage shared libraries |
Weight: 1 Description: Candidates should be able to determine the shared libraries that executable programs depend on and install them when necessary. Key Knowledge Areas: ◉ Identify shared libraries. The following is a partial list of the used files, terms and utilities: ◉ ldd |
Use Debian package management |
Weight: 3 Description: Candidates should be able to perform package management using the Debian package tools. Key Knowledge Areas: ◉ Install, upgrade and uninstall Debian binary packages. The following is a partial list of the used files, terms and utilities: ◉ /etc/apt/sources.list |
Use RPM and YUM package management |
Weight: 3 Description: Candidates should be able to perform package management using RPM, YUM and Zypper. Key Knowledge Areas: ◉ Install, re-install, upgrade and remove packages using RPM, YUM and Zypper. The following is a partial list of the used files, terms and utilities: ◉ rpm |
Linux as a virtualization guest |
Weight: 1 Description: Candidates should understand the implications of virtualization and cloud computing on a Linux guest system. Key Knowledge Areas: ◉ Understand the general concept of virtual machines and containers. The following is a partial list of the used files, terms and utilities: ◉ Virtual machine |
GNU and Unix Commands | |
Work on the command line |
Weight: 4 Description: Candidates should be able to interact with shells and commands using the command line. The objective assumes the Bash shell. Key Knowledge Areas: ◉ Use single shell commands and one line command sequences to perform basic tasks on the command line. The following is a partial list of the used files, terms and utilities: ◉ bash |
Process text streams using filters |
Weight: 2 Description: Candidates should be able to apply filters to text streams. Key Knowledge Areas: Send text files and output streams through text utility filters to modify the output using standard UNIX commands found in the GNU textutils package. The following is a partial list of the used files, terms and utilities: ◉ bzcat |
Perform basic file management |
Weight: 4 Description: Candidates should be able to use the basic Linux commands to manage files and directories. Key Knowledge Areas: ◉ Copy, move and remove files and directories individually. The following is a partial list of the used files, terms and utilities: ◉ cp |
Use streams, pipes and redirects |
Weight: 4 Description: Candidates should be able to redirect streams and connect them in order to efficiently process textual data. Tasks include redirecting standard input, standard output and standard error, piping the output of one command to the input of another command, using the output of one command as arguments to another command and sending output to both stdout and a file. Key Knowledge Areas: ◉ Redirecting standard input, standard output and standard error. The following is a partial list of the used files, terms and utilities: ◉ tee |
Create, monitor and kill processes |
Weight: 4 Description: Candidates should be able to perform basic process management. Key Knowledge Areas: ◉ Run jobs in the foreground and background. The following is a partial list of the used files, terms and utilities: ◉ & |
Modify process execution priorities |
Weight: 2 Description: Candidates should should be able to manage process execution priorities. Key Knowledge Areas: ◉ Know the default priority of a job that is created. The following is a partial list of the used files, terms and utilities: ◉ nice |
Search text files using regular expressions |
Weight: 3 Description: Candidates should be able to manipulate files and text data using regular expressions. This objective includes creating simple regular expressions containing several notational elements as well as understanding the differences between basic and extended regular expressions. It also includes using regular expression tools to perform searches through a filesystem or file content. Key Knowledge Areas: ◉ Create simple regular expressions containing several notational elements. The following is a partial list of the used files, terms and utilities: ◉ grep |
Basic file editing |
Weight: 3 Description: Candidates should be able to edit text files using vi. This objective includes vi navigation, vi modes, inserting, editing, deleting, copying and finding text. It also includes awareness of other common editors and setting the default editor. Key Knowledge Areas: ◉ Navigate a document using vi. Terms and Utilities: ◉ vi |
Devices, Linux Filesystems, Filesystem Hierarchy Standard | |
Create partitions and filesystems |
Weight: 2 Description: Candidates should be able to configure disk partitions and then create filesystems on media such as hard disks. This includes the handling of swap partitions. Key Knowledge Areas: ◉ Manage MBR and GPT partition tables Basic feature knowledge of Btrfs, including multi-device filesystems, compression and subvolumes. The following is a partial list of the used files, terms and utilities: ◉ fdisk |
Maintain the integrity of filesystems |
Weight: 2 Description: Candidates should be able to maintain a standard filesystem, as well as the extra data associated with a journaling filesystem. Key Knowledge Areas: ◉ Verify the integrity of filesystems. The following is a partial list of the used files, terms and utilities: ◉ du |
Control mounting and unmounting of filesystems |
Weight: 3 Description: Candidates should be able to configure the mounting of a filesystem. Key Knowledge Areas: ◉ Manually mount and unmount filesystems. The following is a partial list of the used files, terms and utilities: ◉ /etc/fstab |
Removed | |
Manage file permissions and ownership |
Weight: 3 Description: Candidates should be able to control file access through the proper use of permissions and ownerships. Key Knowledge Areas: ◉ Manage access permissions on regular and special files as well as directories. The following is a partial list of the used files, terms and utilities: ◉ chmod |
Create and change hard and symbolic links |
Weight: 2 Description: Candidates should be able to create and manage hard and symbolic links to a file. Key Knowledge Areas: ◉ Create links. The following is a partial list of the used files, terms and utilities: ◉ ln |
Find system files and place files in the correct location |
Weight: 2 Description: Candidates should be thoroughly familiar with the Filesystem Hierarchy Standard (FHS), including typical file locations and directory classifications. Key Knowledge Areas: ◉ Understand the correct locations of files under the FHS. The following is a partial list of the used files, terms and utilities: ◉ find |
0 comments:
Post a Comment