Topic 101: System Architecture: 101.1 Determine and Configure Hardware Settings
Topic 101: System Architecture: 101.1 Determine and Configure Hardware Settings
Tools and utilities to list various hardware information (e.g. lsusb, lspci, etc.)
Tools and utilities to manipulate USB devices
Conceptual understanding of sysfs, udev, dbus
The following is a partial list of the used files, terms and utilities:
/sys/
/proc/
/dev/
modprobe
lsmod
lspci
lsusb
Description: Candidates should be able to guide the system through the booting process.
Provide common commands to the boot loader and options to the kernel at boot time
Demonstrate knowledge of the boot sequence from BIOS to boot completion
Understanding of SysVinit and systemd
Awareness of Upstart
Check boot events in the log files
dmesg
BIOS
bootloader
kernel
initramfs
init
SysVinit
systemd
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.
/etc/inittab
shutdown
init
/etc/init.d/
telinit
systemd
systemctl
/etc/systemd/
/usr/lib/systemd/
wall
Topic 102: Linux Installation and Package
Management
102.1 Design hard disk layout
Weight: 2
Description: Candidates should be able to design a disk partitioning scheme for a Linux system.
/ (root) filesystem
/var filesystem
/home filesystem
/boot filesystem
swap space
mount points
partitions
The following is a partial list of the used files, terms and utilities:
menu.lst, grub.cfg and grub.conf
grub-install
grub-mkconfig
MBR
Description: Candidates should be able to determine the shared libraries that executable programs
depend on and install them when necessary.
ldd
ldconfig
/etc/ld.so.conf
LD_LIBRARY_PATH
apt-cache
aptitude
Description: Candidates should be able to perform package management using RPM and YUM
tools.
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 as find which package a specific file comes
from
rpm
rpm2cpio
/etc/yum.conf
/etc/yum.repos.d/
yum
yumdownloader
Description: Candidates should be able to interact with shells and commands using the command
line. The objective assumes the Bash shell.
bash
echo
env
export
pwd
set
unset
man
uname
history
.bash_history
Send text files and output streams through text utility filters to modify the output using standard UNIX
commands found in the GNU textutils package
cat
cut
expand
fmt
head
join
less
nl
od
paste
pr
sed
sort
split
tail
tr
unexpand
uniq
wc
Description: Candidates should be able to use the basic Linux commands to manage files and
directories.
cp
find
mkdir
mv
ls
rm
rmdir
touch
tar
cpio
dd
file
gzip
gunzip
bzip2
xz
file globbing
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.
tee
xargs
nice
ps
renice
top
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. It
also includes using regular expression tools to perform searches through a filesystem or file content.
Key Knowledge Areas:
grep
egrep
fgrep
sed
regex(7)
Description: Candidates should be able to edit text files using vi. This objective includes vi
navigation, basic vi modes, inserting, editing, deleting, copying and finding text.
vi
/, ?
h,j,k,l
i, o, a
c, d, p, y, dd, yy
ZZ, :w!, :q!, :e!
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.
fdisk
gdisk
parted
mkfs
mkswap
Description: Candidates should be able to maintain a standard filesystem, as well as the extra data
associated with a journaling filesystem.
du
df
fsck
e2fsck
mke2fs
debugfs
dumpe2fs
tune2fs
XFS tools (such as xfs_metadump and xfs_info)
/etc/fstab
/media/
mount
umount
quota
edquota
repquota
quotaon
Description: Candidates should be able to control file access through the proper use of permissions
and ownerships.
chmod
umask
chown
chgrp
Description: Candidates should be able to create and manage hard and symbolic links to a file.
Create links
Identify hard and/or soft links
Copying versus linking files
Use links to support system administration tasks
ln
ls
104.7 Find system files and place files in the correct location
Weight: 2
find
locate
updatedb
whereis
which
type
/etc/updatedb.conf