<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>www.it-pruefungen.de Exam übungstest Testfragen &#187; 101-400 zertifizierungen</title>
	<atom:link href="http://microsoftpruefung.de/tag/101-400-zertifizierungen/feed/" rel="self" type="application/rss+xml" />
	<link>http://microsoftpruefung.de</link>
	<description>IT-Prüfungen Braindumps deutsch</description>
	<lastBuildDate>Tue, 26 May 2026 07:24:07 +0000</lastBuildDate>
	<language>de-DE</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.4.2</generator>
		<item>
		<title>101-400 Prüfungsvorbereitung, 101-400 Studienmaterial</title>
		<link>http://microsoftpruefung.de/2018/07/30/101-400-pruefungsvorbereitung-101-400-studienmaterial/</link>
		<comments>http://microsoftpruefung.de/2018/07/30/101-400-pruefungsvorbereitung-101-400-studienmaterial/#comments</comments>
		<pubDate>Mon, 30 Jul 2018 06:59:27 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Allgemein]]></category>
		<category><![CDATA[101-400 Prüfungsfragen]]></category>
		<category><![CDATA[101-400 zertifizierungen]]></category>

		<guid isPermaLink="false">http://microsoftpruefung.de/?p=8</guid>
		<description><![CDATA[Lpi LPIC Level1 101-400 Prüfungsvorbereitung, 101-400 Studienmaterial LPI Level 1 Exam 101, Junior Level Linux Certification, Part 1 of 2 www.it-pruefungen.de Exam Objectives Version: Version 4.0 Exam Codes: 101-400 or LX0-103 (these exams are identical; passing either exam will count &#8230; <a href="http://microsoftpruefung.de/2018/07/30/101-400-pruefungsvorbereitung-101-400-studienmaterial/">Weiterlesen <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Lpi LPIC Level1 <a href="https://www.it-pruefungen.de/101-400.htm">101-400 Prüfungsvorbereitung, 101-400 Studienmaterial</a> LPI Level 1 Exam 101, Junior Level Linux Certification, Part 1 of 2 www.it-pruefungen.de</p>
<p>Exam Objectives Version: Version 4.0</p>
<p>Exam Codes: 101-400 or LX0-103 (these exams are identical; passing either exam will count as the 101 exam toward your LPIC-1)</p>
<p>About Objective Weights: Each objective is assigned a weighting value. The weights indicate the relative importance of each objective on the exam. Objectives with higher weights will be covered in the exam with more questions.</p>
<p>Topic 101: System Architecture</p>
<p>101.1 Determine and configure hardware settings</p>
<p>Weight: 2</p>
<p>Description: Candidates should be able to determine and configure fundamental system hardware.</p>
<p>Key Knowledge Areas:</p>
<p>Tools and utilities to list various hardware information (e.g. lsusb, lspci, etc.)<br />
Tools and utilities to manipulate USB devices<br />
Conceptual understanding of sysfs, udev, dbus<br />
The following is a partial list of the used files, terms and utilities:</p>
<p>/sys/<br />
/proc/<br />
/dev/<br />
modprobe<br />
lsmod<br />
lspci<br />
lsusb</p>
<p>101.2 Boot the system</p>
<p>Weight: 3</p>
<p>Description: Candidates should be able to guide the system through the booting process.</p>
<p>Key Knowledge Areas:</p>
<p>Provide common commands to the boot loader and options to the kernel at boot time<br />
Demonstrate knowledge of the boot sequence from BIOS to boot completion<br />
Understanding of SysVinit and systemd<br />
Awareness of Upstart<br />
Check boot events in the log files<br />
Terms and Utilities:</p>
<p>dmesg<br />
BIOS<br />
bootloader<br />
kernel<br />
initramfs<br />
init<br />
SysVinit<br />
systemd</p>
<p>101.3 Change runlevels / boot targets and shutdown or reboot system</p>
<p>Weight: 3</p>
<p>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.</p>
<p>Key Knowledge Areas:</p>
<p>Set the default runlevel or boot target<br />
Change between runlevels / boot targets including single user mode<br />
Shutdown and reboot from the command line<br />
Alert users before switching runlevels / boot targets or other major system events<br />
Properly terminate processes<br />
Terms and Utilities:</p>
<p>/etc/inittab<br />
shutdown<br />
init<br />
/etc/init.d/<br />
telinit<br />
systemd<br />
systemctl<br />
/etc/systemd/<br />
/usr/lib/systemd/<br />
wall<br />
Topic 102: Linux Installation and Package Management</p>
<p>102.1 Design hard disk layout</p>
<p>Weight: 2</p>
<p>Description: Candidates should be able to design a disk partitioning scheme for a Linux system.</p>
<p>Key Knowledge Areas:</p>
<p>Allocate filesystems and swap space to separate partitions or disks<br />
Tailor the design to the intended use of the system<br />
Ensure the /boot partition conforms to the hardware architecture requirements for booting<br />
Knowledge of basic features of LVM<br />
Terms and Utilities:</p>
<p>/ (root) filesystem<br />
/var filesystem<br />
/home filesystem<br />
/boot filesystem<br />
swap space<br />
mount points<br />
partitions</p>
<p>102.2 Install a boot manager</p>
<p>Weight: 2</p>
<p>Description: Candidates should be able to select, install and configure a boot manager.</p>
<p>Key Knowledge Areas:</p>
<p>Providing alternative boot locations and backup boot options<br />
Install and configure a boot loader such as GRUB Legacy<br />
Perform basic configuration changes for GRUB 2<br />
Interact with the boot loader<br />
The following is a partial list of the used files, terms and utilities:</p>
<p>menu.lst, grub.cfg and grub.conf<br />
grub-install<br />
grub-mkconfig<br />
MBR</p>
<p><strong>101-400 Prüfungen, 101-400 zertifizierungen LPI Level 1 Exam 101, Junior Level Linux Certification, Part 1 of 2 https://www.it-pruefungen.de/101-400.htm</strong></p>
<p>102.3 Manage shared libraries</p>
<p>Weight: 1</p>
<p>Description: Candidates should be able to determine the shared libraries that executable programs depend on and install them when necessary.</p>
<p>Key Knowledge Areas:</p>
<p>Identify shared libraries<br />
Identify the typical locations of system libraries<br />
Load shared libraries<br />
Terms and Utilities:</p>
<p>ldd<br />
ldconfig<br />
/etc/ld.so.conf<br />
LD_LIBRARY_PATH</p>
<p>102.4 Use Debian package management</p>
<p>Weight: 3</p>
<p>Description: Candidates should be able to perform package management using the Debian package tools.</p>
<p>Key Knowledge Areas:</p>
<p>Install, upgrade and uninstall Debian binary packages<br />
Find packages containing specific files or libraries which may or may not be installed<br />
Obtain package information like version, content, dependencies, package integrity and installation status (whether or not the package is installed)<br />
Terms and Utilities:</p>
<p>/etc/apt/sources.list<br />
dpkg<br />
dpkg-reconfigure<br />
apt-get<br />
apt-cache<br />
aptitude</p>
<p>102.5 Use RPM and YUM package management</p>
<p>Weight: 3</p>
<p>Description: Candidates should be able to perform package management using RPM and YUM tools.</p>
<p>Key Knowledge Areas:</p>
<p>Install, re-install, upgrade and remove packages using RPM and YUM<br />
Obtain information on RPM packages such as version, status, dependencies, integrity and signatures<br />
Determine what files a package provides, as well as find which package a specific file comes from<br />
Terms and Utilities:</p>
<p>rpm<br />
rpm2cpio<br />
/etc/yum.conf<br />
/etc/yum.repos.d/<br />
yum<br />
yumdownloader</p>
<p>Topic 103: GNU and Unix Commands</p>
<p>103.1 Work on the command line</p>
<p>Weight: 4</p>
<p>Description: Candidates should be able to interact with shells and commands using the command line. The objective assumes the Bash shell.</p>
<p>Key Knowledge Areas:</p>
<p>Use single shell commands and one line command sequences to perform basic tasks on the command line<br />
Use and modify the shell environment including defining, referencing and exporting environment variables<br />
Use and edit command history<br />
Invoke commands inside and outside the defined path<br />
Terms and Utilities:</p>
<p>bash<br />
echo<br />
env<br />
export<br />
pwd<br />
set<br />
unset<br />
man<br />
uname<br />
history<br />
.bash_history</p>
<p>103.2 Process text streams using filters</p>
<p>Weight: 3</p>
<p>Description: Candidates should be able to apply filters to text streams.</p>
<p>Key Knowledge Areas:</p>
<p>Send text files and output streams through text utility filters to modify the output using standard UNIX commands found in the GNU textutils package</p>
<p>Terms and Utilities:</p>
<p>cat<br />
cut<br />
expand<br />
fmt<br />
head<br />
join<br />
less<br />
nl<br />
od<br />
paste<br />
pr<br />
sed<br />
sort<br />
split<br />
tail<br />
tr<br />
unexpand<br />
uniq<br />
wc</p>
<p>103.3 Perform basic file management</p>
<p>Weight: 4</p>
<p>Description: Candidates should be able to use the basic Linux commands to manage files and directories.</p>
<p>Key Knowledge Areas:</p>
<p>Copy, move and remove files and directories individually<br />
Copy multiple files and directories recursively<br />
Remove files and directories recursively<br />
Use simple and advanced wildcard specifications in commands<br />
Using find to locate and act on files based on type, size, or time<br />
Usage of tar, cpio and dd<br />
Terms and Utilities:</p>
<p>cp<br />
find<br />
mkdir<br />
mv<br />
ls<br />
rm<br />
rmdir<br />
touch<br />
tar<br />
cpio<br />
dd<br />
file<br />
gzip<br />
gunzip<br />
bzip2<br />
xz<br />
file globbing</p>
<p>103.4 Use streams, pipes and redirects</p>
<p>Weight: 4</p>
<p>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.</p>
<p>Key Knowledge Areas:</p>
<p>Redirecting standard input, standard output and standard error<br />
Pipe the output of one command to the input of another command<br />
Use the output of one command as arguments to another command<br />
Send output to both stdout and a file<br />
Terms and Utilities:</p>
<p>tee<br />
xargs</p>
<p>103.5 Create, monitor and kill processes</p>
<p>Weight: 4</p>
<p>Description: Candidates should be able to perform basic process management.</p>
<p>Key Knowledge Areas:</p>
<p>Run jobs in the foreground and background<br />
Signal a program to continue running after logout<br />
Monitor active processes<br />
Select and sort processes for display<br />
Send signals to processes<br />
Terms and Utilities:</p>
<p>&amp;<br />
bg<br />
fg<br />
jobs<br />
kill<br />
nohup<br />
ps<br />
top<br />
free<br />
uptime<br />
pgrep<br />
pkill<br />
killall<br />
screen</p>
<p>103.6 Modify process execution priorities</p>
<p>Weight: 2</p>
<p>Description: Candidates should should be able to manage process execution priorities.</p>
<p>Key Knowledge Areas:</p>
<p>Know the default priority of a job that is created<br />
Run a program with higher or lower priority than the default<br />
Change the priority of a running process<br />
Terms and Utilities:</p>
<p>nice<br />
ps<br />
renice<br />
top</p>
<p>103.7 Search text files using regular expressions</p>
<p>Weight: 2</p>
<p>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.</p>
<p>Key Knowledge Areas:</p>
<p>Create simple regular expressions containing several notational elements<br />
Use regular expression tools to perform searches through a filesystem or file content<br />
Terms and Utilities:</p>
<p>grep<br />
egrep<br />
fgrep<br />
sed<br />
regex(7)</p>
<p>103.8 Perform basic file editing operations using vi</p>
<p>Weight: 3</p>
<p>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.</p>
<p>Key Knowledge Areas:</p>
<p>Navigate a document using vi<br />
Use basic vi modes<br />
Insert, edit, delete, copy and find text<br />
Terms and Utilities:</p>
<p>vi<br />
/, ?<br />
h,j,k,l<br />
i, o, a<br />
c, d, p, y, dd, yy<br />
ZZ, :w!, :q!, :e!</p>
<p><a href="https://www.it-pruefungen.de/101-400.htm">101-400</a> Prüfungsfragen LPI Level 1 Exam 101, Junior Level Linux Certification, Part 1 of 2 www.it-pruefungen.de</p>
]]></content:encoded>
			<wfw:commentRss>http://microsoftpruefung.de/2018/07/30/101-400-pruefungsvorbereitung-101-400-studienmaterial/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
