LPIC-101 400 note 103.5 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 Signal a program to continue running after logout Monitor active processes Select and sort processes for display Send signals to processes Terms and Utilities: & bg fg jobs …

LPIC-101 400 note 103.4 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 …

LPIC-101 400 note103.3 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 Copy multiple files and directories recursively Remove files and directories recursively Use simple and advanced wildcard specifications in commands Using find …

LPIC-101 400 note 103.2 Process text streams using filters

Weight: 3 Description: Candidates should 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 Terms and Utilities: cat cut expand fmt head join …

LPIC-101 400 note 103.1 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 Use and modify the shell environment including …

LPIC-101 400 note 102.5 Use RPM and YUM package management

Weight: 3 Description: Candidates should be able to perform package management using RPM and YUM tools. Key Knowledge Areas: Install, re-install, upgrade and remove packages using RPM and YUM Obtain information on RPM packages such as version, status, dependencies, integrity and signatures Determine what files a package provides, as well …

LPIC-101 400 note 102.4 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 Find packages containing specific files or libraries which may or may not be installed Obtain package information like version, content, dependencies, package integrity and …

LPIC-101 400 note 102.3 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 Identify the typical locations of system libraries Load shared libraries Terms and Utilities: ldd ldconfig /etc/ld.so.conf LD_LIBRARY_PATH ldd /usr/sbin# ldd /bin/ln so …

LPIC-101 400 note 102.2 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 Install and configure a boot loader such as GRUB Legacy Perform basic configuration changes for GRUB 2 Interact with the boot loader The following …

LPIC-101 400 note 102.1 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 Tailor the design to the intended use of the system Ensure the /boot partition conforms to the hardware architecture requirements …