<?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; 102-400 Examensfragen</title>
	<atom:link href="http://microsoftpruefung.de/tag/102-400-examensfragen/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>IT-Prüfungen 102-400 DEUTSCH</title>
		<link>http://microsoftpruefung.de/2018/07/30/it-pruefungen-102-400-deutsch/</link>
		<comments>http://microsoftpruefung.de/2018/07/30/it-pruefungen-102-400-deutsch/#comments</comments>
		<pubDate>Mon, 30 Jul 2018 07:03:55 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Allgemein]]></category>
		<category><![CDATA[102-400 Examensfragen]]></category>
		<category><![CDATA[102-400 Prüfungsfragen]]></category>

		<guid isPermaLink="false">http://microsoftpruefung.de/?p=11</guid>
		<description><![CDATA[IT-Prüfungen 102-400 DEUTSCH LPI Level 1 Exam 102, Junior Level Linux Certification, Part 2 of 2 www.it-pruefungen.de LPIC-1 Exam 102 Exam Objectives Version: Version 4.0 Exam Codes: 102-400 or LX0-104 (these exams are identical; passing either exam will count as &#8230; <a href="http://microsoftpruefung.de/2018/07/30/it-pruefungen-102-400-deutsch/">Weiterlesen <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><a href="https://www.it-pruefungen.de/102-400.htm">IT-Prüfungen 102-400 DEUTSCH</a> LPI Level 1 Exam 102, Junior Level Linux Certification, Part 2 of 2 www.it-pruefungen.de</p>
<p>LPIC-1 Exam 102</p>
<p>Exam Objectives Version: Version 4.0</p>
<p>Exam Codes: 102-400 or LX0-104 (these exams are identical; passing either exam will count as the 102 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 105: Shells, Scripting and Data Management</p>
<p>105.1 Customize and use the shell environment</p>
<p>Weight: 4</p>
<p>Description: Candidates should be able to customize shell environments to meet users’ needs. Candidates should be able to modify global and user profiles.</p>
<p>Key Knowledge Areas:</p>
<p>Set environment variables (e.g. PATH) at login or when spawning a new shell<br />
Write Bash functions for frequently used sequences of commands<br />
Maintain skeleton directories for new user accounts<br />
Set command search path with the proper directory<br />
The following is a partial list of the used files, terms and utilities:</p>
<p>source<br />
/etc/bash.bashrc<br />
/etc/profile<br />
env<br />
export<br />
set<br />
unset<br />
~/.bash_profile<br />
~/.bash_login<br />
~/.profile<br />
~/.bashrc<br />
~/.bash_logout<br />
function<br />
alias<br />
lists</p>
<p>105.2 Customize or write simple scripts</p>
<p>Weight: 4</p>
<p>Description: Candidates should be able to customize existing scripts, or write simple new Bash scripts.</p>
<p>Key Knowledge Areas:</p>
<p>Use standard sh syntax (loops, tests)<br />
Use command substitution<br />
Test return values for success or failure or other information provided by a command<br />
Perform conditional mailing to the superuser<br />
Correctly select the script interpreter through the shebang (#!) line<br />
Manage the location, ownership, execution and suid-rights of scripts<br />
Terms and Utilities:</p>
<p>for<br />
while<br />
test<br />
if<br />
read<br />
seq<br />
exec</p>
<p>105.3 SQL data management</p>
<p>Weight: 2</p>
<p>Description: Candidates should be able to query databases and manipulate data using basic SQL commands. This objective includes performing queries involving joining of 2 tables and/or subselects.</p>
<p>Key Knowledge Areas:</p>
<p>Use of basic SQL commands<br />
Perform basic data manipulation<br />
Terms and Utilities:</p>
<p>insert<br />
update<br />
select<br />
delete<br />
from<br />
where<br />
group by<br />
order by<br />
join</p>
<p>102-400 Prüfungsfragen LPI Level 1 Exam 102, Junior Level Linux Certification, Part 2 of 2 https://www.it-pruefungen.de/102-400.htm</p>
<p>Topic 106: User Interfaces and Desktops</p>
<p>106.1 Install and configure X11</p>
<p>Weight: 2</p>
<p>Description: Candidates should be able to install and configure X11.</p>
<p>Key Knowledge Areas:</p>
<p>Verify that the video card and monitor are supported by an X server<br />
Awareness of the X font server<br />
Basic understanding and knowledge of the X Window configuration file<br />
Terms and Utilities:</p>
<p>/etc/X11/xorg.conf<br />
xhost<br />
DISPLAY<br />
xwininfo<br />
xdpyinfo<br />
X</p>
<p>106.2 Setup a display manager</p>
<p>Weight: 1</p>
<p>Description: Candidates should be able to describe the basic features and configuration of the LightDM display manager. This objective covers awareness of the display managers XDM (X Display Manger), GDM (Gnome Display Manager) and KDM (KDE Display Manager).</p>
<p>Key Knowledge Areas:</p>
<p>Basic configuration of LightDM<br />
Turn the display manager on or off<br />
Change the display manager greeting<br />
Awareness of XDM, KDM and GDM<br />
Terms and Utilities:</p>
<p>lightdm<br />
/etc/lightdm/</p>
<p>106.3 Accessibility</p>
<p>Weight: 1</p>
<p>Description: Demonstrate knowledge and awareness of accessibility technologies.</p>
<p>Key Knowledge Areas:</p>
<p>Basic knowledge of keyboard accessibility settings (AccessX)<br />
Basic knowledge of visual settings and themes<br />
Basic knowledge of assistive technology (ATs)<br />
Terms and Utilities:</p>
<p>Sticky/Repeat Keys<br />
Slow/Bounce/Toggle Keys<br />
Mouse Keys<br />
High Contrast/Large Print Desktop Themes<br />
Screen Reader<br />
Braille Display<br />
Screen Magnifier<br />
On-Screen Keyboard<br />
Gestures (used at login, for example GDM)<br />
Orca<br />
GOK<br />
emacspeak</p>
<p>Topic 107: Administrative Tasks</p>
<p>107.1 Manage user and group accounts and related system files</p>
<p>Weight: 5</p>
<p>Description: Candidates should be able to add, remove, suspend and change user accounts.</p>
<p>Key Knowledge Areas:</p>
<p>Add, modify and remove users and groups<br />
Manage user/group info in password/group databases<br />
Create and manage special purpose and limited accounts<br />
Terms and Utilities:</p>
<p>/etc/passwd<br />
/etc/shadow<br />
/etc/group<br />
/etc/skel/<br />
chage<br />
getent<br />
groupadd<br />
groupdel<br />
groupmod<br />
passwd<br />
useradd<br />
userdel<br />
usermod</p>
<p>107.2 Automate system administration tasks by scheduling jobs</p>
<p>Weight: 4</p>
<p>Description: Candidates should be able to use cron or anacron to run jobs at regular intervals and to use at to run jobs at a specific time.</p>
<p>Key Knowledge Areas:</p>
<p>Manage cron and at jobs<br />
Configure user access to cron and at services<br />
Configure anacron<br />
Terms and Utilities:</p>
<p>/etc/cron.{d,daily,hourly,monthly,weekly}/<br />
/etc/at.deny<br />
/etc/at.allow<br />
/etc/crontab<br />
/etc/cron.allow<br />
/etc/cron.deny<br />
/var/spool/cron/<br />
crontab<br />
at<br />
atq<br />
atrm<br />
anacron<br />
/etc/anacrontab</p>
<p>107.3 Localisation and internationalisation</p>
<p>Weight: 3</p>
<p>Description: Candidates should be able to localize a system in a different language than English. As well, an understanding of why LANG=C is useful when scripting.</p>
<p>Key Knowledge Areas:</p>
<p>Configure locale settings and environment variables<br />
Configure timezone settings and environment variables<br />
Terms and Utilities:</p>
<p>/etc/timezone<br />
/etc/localtime<br />
/usr/share/zoneinfo/<br />
LC_*<br />
LC_ALL<br />
LANG<br />
TZ<br />
/usr/bin/locale<br />
tzselect<br />
timedatectl<br />
date<br />
iconv<br />
UTF-8<br />
ISO-8859<br />
ASCII<br />
Unicode</p>
<p><a href="https://www.it-pruefungen.de/102-400.htm">102-400</a> Prüfungen, 102-400 zertifizierungen LPI Level 1 Exam 102, Junior Level Linux Certification, Part 2 of 2 www.it-pruefungen.de</p>
]]></content:encoded>
			<wfw:commentRss>http://microsoftpruefung.de/2018/07/30/it-pruefungen-102-400-deutsch/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
