<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.lpi.org/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=MedinaDupuis</id>
	<title>LPI Wiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.lpi.org/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=MedinaDupuis"/>
	<link rel="alternate" type="text/html" href="https://wiki.lpi.org/wiki/Special:Contributions/MedinaDupuis"/>
	<updated>2026-05-26T20:20:15Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.45.3</generator>
	<entry>
		<id>https://wiki.lpi.org/w/index.php?title=LPIC-1_102_v3_5&amp;diff=2815</id>
		<title>LPIC-1 102 v3 5</title>
		<link rel="alternate" type="text/html" href="https://wiki.lpi.org/w/index.php?title=LPIC-1_102_v3_5&amp;diff=2815"/>
		<updated>2014-01-24T19:59:20Z</updated>

		<summary type="html">&lt;p&gt;MedinaDupuis: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__FORCETOC__&lt;br /&gt;
==Introduction==&lt;br /&gt;
&lt;br /&gt;
This exam is part of the [[LPIC-1]] program.&lt;br /&gt;
&lt;br /&gt;
==Objectives: Exam 102==&lt;br /&gt;
&lt;br /&gt;
===&#039;&#039;Topic 105: Shells, Scripting and Data Management&#039;&#039;===&lt;br /&gt;
&lt;br /&gt;
====&amp;lt;span style=&amp;quot;color:navy&amp;quot;&amp;gt;105.1 Customize and use the shell environment&amp;lt;/span&amp;gt;====&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
| style=&amp;quot;background:#dadada&amp;quot; | &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Weight&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
| style=&amp;quot;background:#eaeaea&amp;quot; | 4&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background:#dadada; padding-right:1em&amp;quot; | &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Description&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
| style=&amp;quot;background:#eaeaea&amp;quot; | &lt;br /&gt;
&lt;br /&gt;
Candidates should be able to customize shell environments to meet users&#039; needs. Candidates should be able to modify global and user profiles.&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Key Knowledge Areas:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
* Set environment variables (e.g. PATH) at login or when spawning a new shell.&lt;br /&gt;
* Write BASH functions for frequently used sequences of commands.&lt;br /&gt;
* Maintain skeleton directories for new user accounts.&lt;br /&gt;
* Set command search path with the proper directory. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;The following is a partial list of the used files, terms and utilities:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
* /etc/profile&lt;br /&gt;
* env&lt;br /&gt;
* export&lt;br /&gt;
* set&lt;br /&gt;
* unset&lt;br /&gt;
* ~/.bash_profile&lt;br /&gt;
* ~/.bash_login&lt;br /&gt;
* ~/.profile&lt;br /&gt;
* ~/.bashrc&lt;br /&gt;
* ~/.bash_logout&lt;br /&gt;
* function&lt;br /&gt;
* alias&lt;br /&gt;
* lists &lt;br /&gt;
&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====&amp;lt;span style=&amp;quot;color:navy&amp;quot;&amp;gt;105.2 Customize or write simple scripts&amp;lt;/span&amp;gt;====&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
| style=&amp;quot;background:#dadada&amp;quot; | &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Weight&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
| style=&amp;quot;background:#eaeaea&amp;quot; | 4&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background:#dadada; padding-right:1em&amp;quot; | &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Description&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
| style=&amp;quot;background:#eaeaea&amp;quot; | &lt;br /&gt;
&lt;br /&gt;
Candidates should be able to customize existing scripts, or write simple new BASH scripts. &lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Key Knowledge Areas:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
* Use standard sh syntax (loops, tests).&lt;br /&gt;
* Use command substitution.&lt;br /&gt;
* Test return values for success or failure or other information provided by a command.&lt;br /&gt;
* Perform conditional mailing to the superuser.&lt;br /&gt;
* Correctly select the script interpreter through the shebang (#!) line.&lt;br /&gt;
* Manage the location, ownership, execution and suid-rights of scripts. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;The following is a partial list of the used files, terms and utilities:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
* for&lt;br /&gt;
* while&lt;br /&gt;
* test&lt;br /&gt;
* if&lt;br /&gt;
* read&lt;br /&gt;
* seq &lt;br /&gt;
&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====&amp;lt;span style=&amp;quot;color:navy&amp;quot;&amp;gt;105.3 SQL data management&amp;lt;/span&amp;gt;====&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
| style=&amp;quot;background:#dadada&amp;quot; | &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Weight&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
| style=&amp;quot;background:#eaeaea&amp;quot; | 2&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background:#dadada; padding-right:1em&amp;quot; | &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Description&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
| style=&amp;quot;background:#eaeaea&amp;quot; | &lt;br /&gt;
&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Key Knowledge Areas:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
* Use of basic SQL commands.&lt;br /&gt;
* Perform basic data manipulation. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;The following is a partial list of the used files, terms and utilities:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
* insert&lt;br /&gt;
* update&lt;br /&gt;
* select&lt;br /&gt;
* delete&lt;br /&gt;
* from&lt;br /&gt;
* where&lt;br /&gt;
* group by&lt;br /&gt;
* order by&lt;br /&gt;
* join &lt;br /&gt;
&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===&#039;&#039;Topic 106: User Interfaces and Desktops&#039;&#039;===&lt;br /&gt;
&lt;br /&gt;
====&amp;lt;span style=&amp;quot;color:navy&amp;quot;&amp;gt;106.1 Install and configure X11&amp;lt;/span&amp;gt;====&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
| style=&amp;quot;background:#dadada&amp;quot; | &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Weight&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
| style=&amp;quot;background:#eaeaea&amp;quot; | 2&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background:#dadada; padding-right:1em&amp;quot; | &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Description&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
| style=&amp;quot;background:#eaeaea&amp;quot; | &lt;br /&gt;
&lt;br /&gt;
Candidates should be able to install and configure X11. &lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Key Knowledge Areas:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
* Verify that the video card and monitor are supported by an X server.&lt;br /&gt;
* Awareness of the X font server.&lt;br /&gt;
* Basic understanding and knowledge of the X Window configuration file. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;The following is a partial list of the used files, terms and utilities:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
* /etc/X11/xorg.conf&lt;br /&gt;
* xhost&lt;br /&gt;
* DISPLAY&lt;br /&gt;
* xwininfo&lt;br /&gt;
* xdpyinfo&lt;br /&gt;
* X &lt;br /&gt;
&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====&amp;lt;span style=&amp;quot;color:navy&amp;quot;&amp;gt;106.2 Setup a display manager&amp;lt;/span&amp;gt;====&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
| style=&amp;quot;background:#dadada&amp;quot; | &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Weight&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
| style=&amp;quot;background:#eaeaea&amp;quot; | 2&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background:#dadada; padding-right:1em&amp;quot; | &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Description&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
| style=&amp;quot;background:#eaeaea&amp;quot; | &lt;br /&gt;
&lt;br /&gt;
Candidates should be able to setup and customize a display manager. This objective covers the display managers XDM (X Display Manger), GDM (Gnome Display Manager) and KDM (KDE Display Manager).&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Key Knowledge Areas:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
* Turn the display manager on or off.&lt;br /&gt;
* Change the display manager greeting.&lt;br /&gt;
* Change default color depth for the display manager.&lt;br /&gt;
* Configure display managers for use by X-stations. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;The following is a partial list of the used files, terms and utilities:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
* /etc/inittab&lt;br /&gt;
* xdm configuration files&lt;br /&gt;
* kdm configuration files&lt;br /&gt;
* gdm configuration files &lt;br /&gt;
&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====&amp;lt;span style=&amp;quot;color:navy&amp;quot;&amp;gt;106.3 Accessibility&amp;lt;/span&amp;gt;====&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
| style=&amp;quot;background:#dadada&amp;quot; | &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Weight&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
| style=&amp;quot;background:#eaeaea&amp;quot; | 1&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background:#dadada; padding-right:1em&amp;quot; | &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Description&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
| style=&amp;quot;background:#eaeaea&amp;quot; | &lt;br /&gt;
&lt;br /&gt;
Demonstrate knowledge and awareness of accessibility technologies. &lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Key Knowledge Areas:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
* Keyboard Accessibility Settings (AccessX).&lt;br /&gt;
* Visual Settings and Themes.&lt;br /&gt;
* Assistive Technology (ATs).&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;The following is a partial list of the used files, terms and utilities:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
* Sticky/Repeat Keys.&lt;br /&gt;
* Slow/Bounce/Toggle Keys.&lt;br /&gt;
* Mouse Keys.&lt;br /&gt;
* High Contrast/Large Print Desktop Themes.&lt;br /&gt;
* Screen Reader.&lt;br /&gt;
* Braille Display.&lt;br /&gt;
* Screen Magnifier.&lt;br /&gt;
* On-Screen Keyboard.&lt;br /&gt;
* Gestures (used at login, for example gdm).&lt;br /&gt;
* Orca.&lt;br /&gt;
* GOK.&lt;br /&gt;
* emacspeak.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===&#039;&#039;Topic 107: Administrative Tasks&#039;&#039;===&lt;br /&gt;
&lt;br /&gt;
====&amp;lt;span style=&amp;quot;color:navy&amp;quot;&amp;gt;107.1 Manage user and group accounts and related system files&amp;lt;/span&amp;gt;====&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
| style=&amp;quot;background:#dadada&amp;quot; | &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Weight&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
| style=&amp;quot;background:#eaeaea&amp;quot; | 5&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background:#dadada; padding-right:1em&amp;quot; | &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Description&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
| style=&amp;quot;background:#eaeaea&amp;quot; | &lt;br /&gt;
&lt;br /&gt;
Candidates should be able to add, remove, suspend and change user accounts. &lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Key Knowledge Areas:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
* Add, modify and remove users and groups.&lt;br /&gt;
* Manage user/group info in password/group databases.&lt;br /&gt;
* Create and manage special purpose and limited accounts. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;The following is a partial list of the used files, terms and utilities:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
* /etc/passwd&lt;br /&gt;
* /etc/shadow&lt;br /&gt;
* /etc/group&lt;br /&gt;
* /etc/skel&lt;br /&gt;
* chage&lt;br /&gt;
* groupadd&lt;br /&gt;
* groupdel&lt;br /&gt;
* groupmod&lt;br /&gt;
* passwd&lt;br /&gt;
* useradd&lt;br /&gt;
* userdel&lt;br /&gt;
* usermod &lt;br /&gt;
&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====&amp;lt;span style=&amp;quot;color:navy&amp;quot;&amp;gt;107.2 Automate system administration tasks by scheduling jobs&amp;lt;/span&amp;gt;====&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
| style=&amp;quot;background:#dadada&amp;quot; | &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Weight&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
| style=&amp;quot;background:#eaeaea&amp;quot; | 4&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background:#dadada; padding-right:1em&amp;quot; | &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Description&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
| style=&amp;quot;background:#eaeaea&amp;quot; | &lt;br /&gt;
&lt;br /&gt;
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. &lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Key Knowledge Areas:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
* Manage cron and at jobs.&lt;br /&gt;
* Configure user access to cron and at services. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;The following is a partial list of the used files, terms and utilities:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
* /etc/cron.{d,daily,hourly,monthly,weekly}&lt;br /&gt;
* /etc/at.deny&lt;br /&gt;
* /etc/at.allow&lt;br /&gt;
* /etc/crontab&lt;br /&gt;
* /etc/cron.allow&lt;br /&gt;
* /etc/cron.deny&lt;br /&gt;
* /var/spool/cron/*&lt;br /&gt;
* crontab&lt;br /&gt;
* at&lt;br /&gt;
* atq&lt;br /&gt;
* atrm &lt;br /&gt;
&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====&amp;lt;span style=&amp;quot;color:navy&amp;quot;&amp;gt;107.3 Localisation and internationalisation&amp;lt;/span&amp;gt;====&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
| style=&amp;quot;background:#dadada&amp;quot; | &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Weight&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
| style=&amp;quot;background:#eaeaea&amp;quot; | 3&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background:#dadada; padding-right:1em&amp;quot; | &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Description&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
| style=&amp;quot;background:#eaeaea&amp;quot; | &lt;br /&gt;
&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Key Knowledge Areas:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
* Locale settings.&lt;br /&gt;
* Timezone settings.&lt;br /&gt;
 &lt;br /&gt;
&#039;&#039;&#039;The following is a partial list of the used files, terms and utilities:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
* /etc/timezone&lt;br /&gt;
* /etc/localtime&lt;br /&gt;
* /usr/share/zoneinfo&lt;br /&gt;
* Environment variables:&lt;br /&gt;
** LC_*&lt;br /&gt;
** LC_ALL&lt;br /&gt;
** LANG&lt;br /&gt;
** TZ&lt;br /&gt;
* /usr/bin/locale&lt;br /&gt;
* tzselect&lt;br /&gt;
* tzconfig&lt;br /&gt;
* date&lt;br /&gt;
* iconv&lt;br /&gt;
* UTF-8&lt;br /&gt;
* ISO-8859&lt;br /&gt;
* ASCII&lt;br /&gt;
* Unicode &lt;br /&gt;
&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===&#039;&#039;Topic 108: Essential System Services&#039;&#039;===&lt;br /&gt;
&lt;br /&gt;
====&amp;lt;span style=&amp;quot;color:navy&amp;quot;&amp;gt;108.1 Maintain system time&amp;lt;/span&amp;gt;====&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
| style=&amp;quot;background:#dadada&amp;quot; | &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Weight&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
| style=&amp;quot;background:#eaeaea&amp;quot; | 3&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background:#dadada; padding-right:1em&amp;quot; | &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Description&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
| style=&amp;quot;background:#eaeaea&amp;quot; | &lt;br /&gt;
&lt;br /&gt;
Candidates should be able to properly maintain the system time and synchronize the clock via NTP.&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Key Knowledge Areas:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
* Set the system date and time.&lt;br /&gt;
* Set the hardware clock to the correct time in UTC.&lt;br /&gt;
* Configure the correct timezone.&lt;br /&gt;
* Basic NTP configuration.&lt;br /&gt;
* Knowledge of using the pool.ntp.org service.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;The following is a partial list of the used files, terms and utilities:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
* /usr/share/zoneinfo&lt;br /&gt;
* /etc/timezone&lt;br /&gt;
* /etc/localtime&lt;br /&gt;
* /etc/ntp.conf&lt;br /&gt;
* date&lt;br /&gt;
* hwclock&lt;br /&gt;
* ntpd&lt;br /&gt;
* ntpdate&lt;br /&gt;
* pool.ntp.org &lt;br /&gt;
&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====&amp;lt;span style=&amp;quot;color:navy&amp;quot;&amp;gt;108.2 System logging&amp;lt;/span&amp;gt;====&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
| style=&amp;quot;background:#dadada&amp;quot; | &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Weight&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
| style=&amp;quot;background:#eaeaea&amp;quot; | 2&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background:#dadada; padding-right:1em&amp;quot; | &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Description&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
| style=&amp;quot;background:#eaeaea&amp;quot; | &lt;br /&gt;
&lt;br /&gt;
Candidates should be able to configure the syslog daemon. This objective also includes configuring the logging daemon to send log output to a central log server or accept log output as a central log server.&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Key Knowledge Areas:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
* syslog configuration files.&lt;br /&gt;
* syslog.&lt;br /&gt;
* standard facilities, priorities and actions.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;The following is a partial list of the used files, terms and utilities:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
* syslog.conf&lt;br /&gt;
* syslogd&lt;br /&gt;
* klogd&lt;br /&gt;
* logger &lt;br /&gt;
&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
====&amp;lt;span style=&amp;quot;color:navy&amp;quot;&amp;gt;108.3 Mail Transfer Agent (MTA) basics&amp;lt;/span&amp;gt;====&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
| style=&amp;quot;background:#dadada&amp;quot; | &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Weight&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
| style=&amp;quot;background:#eaeaea&amp;quot; | 3&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background:#dadada; padding-right:1em&amp;quot; | &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Description&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
| style=&amp;quot;background:#eaeaea&amp;quot; | &lt;br /&gt;
&lt;br /&gt;
Candidates should be aware of the commonly available MTA programs and be able to perform basic forward and alias configuration on a client host. Other configuration files are not covered.&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Key Knowledge Areas:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
* Create e-mail aliases.&lt;br /&gt;
* Configure e-mail forwarding.&lt;br /&gt;
* Knowledge of commonly available MTA programs (postfix, sendmail, qmail, exim) (no configuration) &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;The following is a partial list of the used files, terms and utilities:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
* ~/.forward&lt;br /&gt;
* sendmail emulation layer commands&lt;br /&gt;
* newaliases&lt;br /&gt;
* mail&lt;br /&gt;
* mailq&lt;br /&gt;
* postfix&lt;br /&gt;
* sendmail&lt;br /&gt;
* exim&lt;br /&gt;
* qmail &lt;br /&gt;
&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====&amp;lt;span style=&amp;quot;color:navy&amp;quot;&amp;gt;108.4 Manage printers and printing&amp;lt;/span&amp;gt;====&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
| style=&amp;quot;background:#dadada&amp;quot; | &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Weight&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
| style=&amp;quot;background:#eaeaea&amp;quot; | 2&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background:#dadada; padding-right:1em&amp;quot; | &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Description&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
| style=&amp;quot;background:#eaeaea&amp;quot; | &lt;br /&gt;
&lt;br /&gt;
Candidates should be able to manage print queues and user print jobs using CUPS and the LPD compatibility interface. &lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Key Knowledge Areas:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
* Basic CUPS configuration (for local and remote printers).&lt;br /&gt;
* Manage user print queues.&lt;br /&gt;
* Troubleshoot general printing problems.&lt;br /&gt;
* Add and remove jobs from configured printer queues. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;The following is a partial list of the used files, terms and utilities:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
* CUPS configuration files, tools and utilities&lt;br /&gt;
* /etc/cups&lt;br /&gt;
* lpd legacy interface (lpr, lprm, lpq) &lt;br /&gt;
&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===&#039;&#039;Topic 109: Networking Fundamentals&#039;&#039;===&lt;br /&gt;
&lt;br /&gt;
====&amp;lt;span style=&amp;quot;color:navy&amp;quot;&amp;gt;109.1 Fundamentals of internet protocols&amp;lt;/span&amp;gt;====&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
| style=&amp;quot;background:#dadada&amp;quot; | &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Weight&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
| style=&amp;quot;background:#eaeaea&amp;quot; | 4&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background:#dadada; padding-right:1em&amp;quot; | &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Description&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
| style=&amp;quot;background:#eaeaea&amp;quot; | &lt;br /&gt;
&lt;br /&gt;
Candidates should demonstrate a proper understanding of TCP/IP network fundamentals. &lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Key Knowledge Areas:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
* Demonstrate an understanding network masks.&lt;br /&gt;
* Knowledge of the differences between private and public &amp;quot;dotted quad&amp;quot; IP-Addresses.&lt;br /&gt;
* Setting a default route.&lt;br /&gt;
* Knowledge about common TCP and UDP ports (20, 21, 22, 23, 25, 53, 80, 110, 119, 139, 143, 161, 443, 465, 993, 995).&lt;br /&gt;
* Knowledge about the differences and major features of UDP, TCP and ICMP.&lt;br /&gt;
* Knowledge of the major differences between IPv4 and IPv6. &lt;br /&gt;
* Knowledge of the basic features of IPv6.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;The following is a partial list of the used files, terms and utilities:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
* /etc/services&lt;br /&gt;
* ftp&lt;br /&gt;
* telnet&lt;br /&gt;
* host&lt;br /&gt;
* ping&lt;br /&gt;
* dig&lt;br /&gt;
* traceroute&lt;br /&gt;
* tracepath &lt;br /&gt;
&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====&amp;lt;span style=&amp;quot;color:navy&amp;quot;&amp;gt;109.2 Basic network configuration&amp;lt;/span&amp;gt;====&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
| style=&amp;quot;background:#dadada&amp;quot; | &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Weight&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
| style=&amp;quot;background:#eaeaea&amp;quot; | 4&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background:#dadada; padding-right:1em&amp;quot; | &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Description&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
| style=&amp;quot;background:#eaeaea&amp;quot; | &lt;br /&gt;
&lt;br /&gt;
Candidates should be able to view, change and verify configuration settings on client hosts. &lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Key Knowledge Areas:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
* Manually and automatically configure network interfaces.&lt;br /&gt;
* Basic TCP/IP host configuration.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;The following is a partial list of the used files, terms and utilities:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
* /etc/hostname&lt;br /&gt;
* /etc/hosts&lt;br /&gt;
* /etc/resolv.conf&lt;br /&gt;
* /etc/nsswitch.conf&lt;br /&gt;
* ifconfig&lt;br /&gt;
* ifup&lt;br /&gt;
* ifdown&lt;br /&gt;
* route&lt;br /&gt;
* ping &lt;br /&gt;
&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====&amp;lt;span style=&amp;quot;color:navy&amp;quot;&amp;gt;109.3 Basic network troubleshooting&amp;lt;/span&amp;gt;====&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
| style=&amp;quot;background:#dadada&amp;quot; | &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Weight&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
| style=&amp;quot;background:#eaeaea&amp;quot; | 4&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background:#dadada; padding-right:1em&amp;quot; | &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Description&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
| style=&amp;quot;background:#eaeaea&amp;quot; | &lt;br /&gt;
&lt;br /&gt;
Candidates should be able to troubleshoot networking issues on client hosts. &lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Key Knowledge Areas:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
* Manually and automatically configure network interfaces and routing tables to include adding, starting, stopping, restarting, deleting or reconfiguring network interfaces.&lt;br /&gt;
* Change, view, or configure the routing table and correct an improperly set default route manually.&lt;br /&gt;
* Debug problems associated with the network configuration. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;The following is a partial list of the used files, terms and utilities:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
* ifconfig&lt;br /&gt;
* ifup&lt;br /&gt;
* ifdown&lt;br /&gt;
* route&lt;br /&gt;
* host&lt;br /&gt;
* hostname&lt;br /&gt;
* dig&lt;br /&gt;
* netstat&lt;br /&gt;
* ping&lt;br /&gt;
* traceroute &lt;br /&gt;
&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====&amp;lt;span style=&amp;quot;color:navy&amp;quot;&amp;gt;109.4 Configure client side DNS&amp;lt;/span&amp;gt;====&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
| style=&amp;quot;background:#dadada&amp;quot; | &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Weight&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
| style=&amp;quot;background:#eaeaea&amp;quot; | 2&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background:#dadada; padding-right:1em&amp;quot; | &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Description&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
| style=&amp;quot;background:#eaeaea&amp;quot; | &lt;br /&gt;
&lt;br /&gt;
Candidates should be able to configure DNS on a client host. &lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Key Knowledge Areas:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
* Demonstrate the use of DNS on the local system.&lt;br /&gt;
* Modify the order in which name resolution is done. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;The following is a partial list of the used files, terms and utilities:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
* /etc/hosts&lt;br /&gt;
* /etc/resolv.conf&lt;br /&gt;
* /etc/nsswitch.conf &lt;br /&gt;
&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===&#039;&#039;Topic 110: Security&#039;&#039;===&lt;br /&gt;
&lt;br /&gt;
====&amp;lt;span style=&amp;quot;color:navy&amp;quot;&amp;gt;110.1 Perform security administration tasks&amp;lt;/span&amp;gt;====&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
| style=&amp;quot;background:#dadada&amp;quot; | &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Weight&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
| style=&amp;quot;background:#eaeaea&amp;quot; | 3&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background:#dadada; padding-right:1em&amp;quot; | &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Description&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
| style=&amp;quot;background:#eaeaea&amp;quot; | &lt;br /&gt;
&lt;br /&gt;
Candidates should know how to review system configuration to ensure host security in accordance with local security policies. &lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Key Knowledge Areas:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
* Audit a system to find files with the suid/sgid bit set.&lt;br /&gt;
* Set or change user passwords and password aging information.&lt;br /&gt;
* Being able to use nmap and netstat to discover open ports on a system.&lt;br /&gt;
* Set up limits on user logins, processes and memory usage.&lt;br /&gt;
* Basic sudo configuration and usage. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;The following is a partial list of the used files, terms and utilities:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
* find&lt;br /&gt;
* passwd&lt;br /&gt;
* lsof&lt;br /&gt;
* nmap&lt;br /&gt;
* chage&lt;br /&gt;
* netstat&lt;br /&gt;
* sudo&lt;br /&gt;
* /etc/sudoers&lt;br /&gt;
* su&lt;br /&gt;
* usermod&lt;br /&gt;
* ulimit &lt;br /&gt;
&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====&amp;lt;span style=&amp;quot;color:navy&amp;quot;&amp;gt;110.2 Setup host security&amp;lt;/span&amp;gt;====&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
| style=&amp;quot;background:#dadada&amp;quot; | &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Weight&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
| style=&amp;quot;background:#eaeaea&amp;quot; | 3&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background:#dadada; padding-right:1em&amp;quot; | &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Description&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
| style=&amp;quot;background:#eaeaea&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
Candidates should know how to set up a basic level of host security. &lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Key Knowledge Areas:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
* Awareness of shadow passwords and how they work.&lt;br /&gt;
* Turn off network services not in use.&lt;br /&gt;
* Understand the role of TCP wrappers. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;The following is a partial list of the used files, terms and utilities:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
* /etc/nologin&lt;br /&gt;
* /etc/passwd&lt;br /&gt;
* /etc/shadow&lt;br /&gt;
* /etc/xinetd.d/*&lt;br /&gt;
* /etc/xinetd.conf&lt;br /&gt;
* /etc/inetd.d/*&lt;br /&gt;
* /etc/inetd.conf&lt;br /&gt;
* /etc/inittab&lt;br /&gt;
* /etc/init.d/*&lt;br /&gt;
* /etc/hosts.allow&lt;br /&gt;
* /etc/hosts.deny &lt;br /&gt;
&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====&amp;lt;span style=&amp;quot;color:navy&amp;quot;&amp;gt;110.3 Securing data with encryption&amp;lt;/span&amp;gt;====&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
| style=&amp;quot;background:#dadada&amp;quot; | &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Weight&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
| style=&amp;quot;background:#eaeaea&amp;quot; | 3&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background:#dadada; padding-right:1em&amp;quot; | &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Description&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
| style=&amp;quot;background:#eaeaea&amp;quot; | &lt;br /&gt;
&lt;br /&gt;
The candidate should be able to use public key techniques to secure data and communication.&lt;br /&gt;
 &lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Key Knowledge Areas:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
* Perform basic OpenSSH 2 client configuration and usage.&lt;br /&gt;
* Understand the role of OpenSSH 2 server host keys.&lt;br /&gt;
* Perform basic GnuPG configuration, usage and revocation.&lt;br /&gt;
* Understand SSH port tunnels (including X11 tunnels).&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;The following is a partial list of the used files, terms and utilities:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
* ssh&lt;br /&gt;
* ssh-keygen&lt;br /&gt;
* ssh-agent&lt;br /&gt;
* ssh-add&lt;br /&gt;
* ~/.ssh/id_rsa and id_rsa.pub&lt;br /&gt;
* ~/.ssh/id_dsa and id_dsa.pub&lt;br /&gt;
* /etc/ssh/ssh_host_rsa_key and ssh_host_rsa_key.pub&lt;br /&gt;
* /etc/ssh/ssh_host_dsa_key and ssh_host_dsa_key.pub&lt;br /&gt;
* ~/.ssh/authorized_keys&lt;br /&gt;
* /etc/ssh_known_hosts&lt;br /&gt;
* gpg&lt;br /&gt;
* ~/.gnupg/*&lt;/div&gt;</summary>
		<author><name>MedinaDupuis</name></author>
	</entry>
	<entry>
		<id>https://wiki.lpi.org/w/index.php?title=LPIC-1_102_v3_5&amp;diff=2814</id>
		<title>LPIC-1 102 v3 5</title>
		<link rel="alternate" type="text/html" href="https://wiki.lpi.org/w/index.php?title=LPIC-1_102_v3_5&amp;diff=2814"/>
		<updated>2014-01-24T19:58:32Z</updated>

		<summary type="html">&lt;p&gt;MedinaDupuis: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__FORCETOC__&lt;br /&gt;
==Introduction==&lt;br /&gt;
&lt;br /&gt;
This exam is part of the [[LPIC-1]] program.&lt;br /&gt;
&lt;br /&gt;
==Objectives: Exam 102==&lt;br /&gt;
&lt;br /&gt;
===&#039;&#039;Topic 105: Shells, Scripting and Data Management&#039;&#039;===&lt;br /&gt;
&lt;br /&gt;
====&amp;lt;span style=&amp;quot;color:navy&amp;quot;&amp;gt;105.1 Customize and use the shell environment&amp;lt;/span&amp;gt;====&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
| style=&amp;quot;background:#dadada&amp;quot; | &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Weight&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
| style=&amp;quot;background:#eaeaea&amp;quot; | 4&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background:#dadada; padding-right:1em&amp;quot; | &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Description&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
| style=&amp;quot;background:#eaeaea&amp;quot; | &lt;br /&gt;
&lt;br /&gt;
Candidates should be able to customize shell environments to meet users&#039; needs. Candidates should be able to modify global and user profiles.&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Key Knowledge Areas:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
* Set environment variables (e.g. PATH) at login or when spawning a new shell.&lt;br /&gt;
* Write BASH functions for frequently used sequences of commands.&lt;br /&gt;
* Maintain skeleton directories for new user accounts.&lt;br /&gt;
* Set command search path with the proper directory. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;The following is a partial list of the used files, terms and utilities:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
* /etc/profile&lt;br /&gt;
* env&lt;br /&gt;
* export&lt;br /&gt;
* set&lt;br /&gt;
* unset&lt;br /&gt;
* ~/.bash_profile&lt;br /&gt;
* ~/.bash_login&lt;br /&gt;
* ~/.profile&lt;br /&gt;
* ~/.bashrc&lt;br /&gt;
* ~/.bash_logout&lt;br /&gt;
* function&lt;br /&gt;
* alias&lt;br /&gt;
* lists &lt;br /&gt;
&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====&amp;lt;span style=&amp;quot;color:navy&amp;quot;&amp;gt;105.2 Customize or write simple scripts&amp;lt;/span&amp;gt;====&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
| style=&amp;quot;background:#dadada&amp;quot; | &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Weight&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
| style=&amp;quot;background:#eaeaea&amp;quot; | 4&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background:#dadada; padding-right:1em&amp;quot; | &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Description&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
| style=&amp;quot;background:#eaeaea&amp;quot; | &lt;br /&gt;
&lt;br /&gt;
Candidates should be able to customize existing scripts, or write simple new BASH scripts. &lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Key Knowledge Areas:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
* Use standard sh syntax (loops, tests).&lt;br /&gt;
* Use command substitution.&lt;br /&gt;
* Test return values for success or failure or other information provided by a command.&lt;br /&gt;
* Perform conditional mailing to the superuser.&lt;br /&gt;
* Correctly select the script interpreter through the shebang (#!) line.&lt;br /&gt;
* Manage the location, ownership, execution and suid-rights of scripts. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;The following is a partial list of the used files, terms and utilities:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
* for&lt;br /&gt;
* while&lt;br /&gt;
* test&lt;br /&gt;
* if&lt;br /&gt;
* read&lt;br /&gt;
* seq &lt;br /&gt;
&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====&amp;lt;span style=&amp;quot;color:navy&amp;quot;&amp;gt;105.3 SQL data management&amp;lt;/span&amp;gt;====&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
| style=&amp;quot;background:#dadada&amp;quot; | &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Weight&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
| style=&amp;quot;background:#eaeaea&amp;quot; | 2&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background:#dadada; padding-right:1em&amp;quot; | &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Description&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
| style=&amp;quot;background:#eaeaea&amp;quot; | &lt;br /&gt;
&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Key Knowledge Areas:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
* Use of basic SQL commands.&lt;br /&gt;
* Perform basic data manipulation. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;The following is a partial list of the used files, terms and utilities:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
* insert&lt;br /&gt;
* update&lt;br /&gt;
* select&lt;br /&gt;
* delete&lt;br /&gt;
* from&lt;br /&gt;
* where&lt;br /&gt;
* group by&lt;br /&gt;
* order by&lt;br /&gt;
* join &lt;br /&gt;
&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===&#039;&#039;Topic 106: User Interfaces and Desktops&#039;&#039;===&lt;br /&gt;
&lt;br /&gt;
====&amp;lt;span style=&amp;quot;color:navy&amp;quot;&amp;gt;106.1 Install and configure X11&amp;lt;/span&amp;gt;====&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
| style=&amp;quot;background:#dadada&amp;quot; | &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Weight&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
| style=&amp;quot;background:#eaeaea&amp;quot; | 2&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background:#dadada; padding-right:1em&amp;quot; | &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Description&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
| style=&amp;quot;background:#eaeaea&amp;quot; | &lt;br /&gt;
&lt;br /&gt;
Candidates should be able to install and configure X11. &lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Key Knowledge Areas:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
* Do not Verify that the video card and monitor are supported by an X server.&lt;br /&gt;
* Awareness of the X font server.&lt;br /&gt;
* Basic understanding and knowledge of the X Window configuration file. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;The following is a partial list of the used files, terms and utilities:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
* /etc/X11/xorg.conf&lt;br /&gt;
* xhost&lt;br /&gt;
* DISPLAY&lt;br /&gt;
* xwininfo&lt;br /&gt;
* xdpyinfo&lt;br /&gt;
* X &lt;br /&gt;
&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====&amp;lt;span style=&amp;quot;color:navy&amp;quot;&amp;gt;106.2 Setup a display manager&amp;lt;/span&amp;gt;====&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
| style=&amp;quot;background:#dadada&amp;quot; | &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Weight&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
| style=&amp;quot;background:#eaeaea&amp;quot; | 2&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background:#dadada; padding-right:1em&amp;quot; | &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Description&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
| style=&amp;quot;background:#eaeaea&amp;quot; | &lt;br /&gt;
&lt;br /&gt;
Candidates should be able to setup and customize a display manager. This objective covers the display managers XDM (X Display Manger), GDM (Gnome Display Manager) and KDM (KDE Display Manager).&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Key Knowledge Areas:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
* Turn the display manager on or off.&lt;br /&gt;
* Change the display manager greeting.&lt;br /&gt;
* Change default color depth for the display manager.&lt;br /&gt;
* Configure display managers for use by X-stations. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;The following is a partial list of the used files, terms and utilities:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
* /etc/inittab&lt;br /&gt;
* xdm configuration files&lt;br /&gt;
* kdm configuration files&lt;br /&gt;
* gdm configuration files &lt;br /&gt;
&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====&amp;lt;span style=&amp;quot;color:navy&amp;quot;&amp;gt;106.3 Accessibility&amp;lt;/span&amp;gt;====&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
| style=&amp;quot;background:#dadada&amp;quot; | &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Weight&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
| style=&amp;quot;background:#eaeaea&amp;quot; | 1&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background:#dadada; padding-right:1em&amp;quot; | &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Description&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
| style=&amp;quot;background:#eaeaea&amp;quot; | &lt;br /&gt;
&lt;br /&gt;
Demonstrate knowledge and awareness of accessibility technologies. &lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Key Knowledge Areas:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
* Keyboard Accessibility Settings (AccessX).&lt;br /&gt;
* Visual Settings and Themes.&lt;br /&gt;
* Assistive Technology (ATs).&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;The following is a partial list of the used files, terms and utilities:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
* Sticky/Repeat Keys.&lt;br /&gt;
* Slow/Bounce/Toggle Keys.&lt;br /&gt;
* Mouse Keys.&lt;br /&gt;
* High Contrast/Large Print Desktop Themes.&lt;br /&gt;
* Screen Reader.&lt;br /&gt;
* Braille Display.&lt;br /&gt;
* Screen Magnifier.&lt;br /&gt;
* On-Screen Keyboard.&lt;br /&gt;
* Gestures (used at login, for example gdm).&lt;br /&gt;
* Orca.&lt;br /&gt;
* GOK.&lt;br /&gt;
* emacspeak.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===&#039;&#039;Topic 107: Administrative Tasks&#039;&#039;===&lt;br /&gt;
&lt;br /&gt;
====&amp;lt;span style=&amp;quot;color:navy&amp;quot;&amp;gt;107.1 Manage user and group accounts and related system files&amp;lt;/span&amp;gt;====&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
| style=&amp;quot;background:#dadada&amp;quot; | &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Weight&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
| style=&amp;quot;background:#eaeaea&amp;quot; | 5&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background:#dadada; padding-right:1em&amp;quot; | &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Description&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
| style=&amp;quot;background:#eaeaea&amp;quot; | &lt;br /&gt;
&lt;br /&gt;
Candidates should be able to add, remove, suspend and change user accounts. &lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Key Knowledge Areas:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
* Add, modify and remove users and groups.&lt;br /&gt;
* Manage user/group info in password/group databases.&lt;br /&gt;
* Create and manage special purpose and limited accounts. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;The following is a partial list of the used files, terms and utilities:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
* /etc/passwd&lt;br /&gt;
* /etc/shadow&lt;br /&gt;
* /etc/group&lt;br /&gt;
* /etc/skel&lt;br /&gt;
* chage&lt;br /&gt;
* groupadd&lt;br /&gt;
* groupdel&lt;br /&gt;
* groupmod&lt;br /&gt;
* passwd&lt;br /&gt;
* useradd&lt;br /&gt;
* userdel&lt;br /&gt;
* usermod &lt;br /&gt;
&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====&amp;lt;span style=&amp;quot;color:navy&amp;quot;&amp;gt;107.2 Automate system administration tasks by scheduling jobs&amp;lt;/span&amp;gt;====&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
| style=&amp;quot;background:#dadada&amp;quot; | &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Weight&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
| style=&amp;quot;background:#eaeaea&amp;quot; | 4&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background:#dadada; padding-right:1em&amp;quot; | &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Description&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
| style=&amp;quot;background:#eaeaea&amp;quot; | &lt;br /&gt;
&lt;br /&gt;
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. &lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Key Knowledge Areas:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
* Manage cron and at jobs.&lt;br /&gt;
* Configure user access to cron and at services. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;The following is a partial list of the used files, terms and utilities:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
* /etc/cron.{d,daily,hourly,monthly,weekly}&lt;br /&gt;
* /etc/at.deny&lt;br /&gt;
* /etc/at.allow&lt;br /&gt;
* /etc/crontab&lt;br /&gt;
* /etc/cron.allow&lt;br /&gt;
* /etc/cron.deny&lt;br /&gt;
* /var/spool/cron/*&lt;br /&gt;
* crontab&lt;br /&gt;
* at&lt;br /&gt;
* atq&lt;br /&gt;
* atrm &lt;br /&gt;
&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====&amp;lt;span style=&amp;quot;color:navy&amp;quot;&amp;gt;107.3 Localisation and internationalisation&amp;lt;/span&amp;gt;====&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
| style=&amp;quot;background:#dadada&amp;quot; | &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Weight&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
| style=&amp;quot;background:#eaeaea&amp;quot; | 3&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background:#dadada; padding-right:1em&amp;quot; | &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Description&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
| style=&amp;quot;background:#eaeaea&amp;quot; | &lt;br /&gt;
&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Key Knowledge Areas:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
* Locale settings.&lt;br /&gt;
* Timezone settings.&lt;br /&gt;
 &lt;br /&gt;
&#039;&#039;&#039;The following is a partial list of the used files, terms and utilities:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
* /etc/timezone&lt;br /&gt;
* /etc/localtime&lt;br /&gt;
* /usr/share/zoneinfo&lt;br /&gt;
* Environment variables:&lt;br /&gt;
** LC_*&lt;br /&gt;
** LC_ALL&lt;br /&gt;
** LANG&lt;br /&gt;
** TZ&lt;br /&gt;
* /usr/bin/locale&lt;br /&gt;
* tzselect&lt;br /&gt;
* tzconfig&lt;br /&gt;
* date&lt;br /&gt;
* iconv&lt;br /&gt;
* UTF-8&lt;br /&gt;
* ISO-8859&lt;br /&gt;
* ASCII&lt;br /&gt;
* Unicode &lt;br /&gt;
&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===&#039;&#039;Topic 108: Essential System Services&#039;&#039;===&lt;br /&gt;
&lt;br /&gt;
====&amp;lt;span style=&amp;quot;color:navy&amp;quot;&amp;gt;108.1 Maintain system time&amp;lt;/span&amp;gt;====&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
| style=&amp;quot;background:#dadada&amp;quot; | &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Weight&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
| style=&amp;quot;background:#eaeaea&amp;quot; | 3&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background:#dadada; padding-right:1em&amp;quot; | &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Description&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
| style=&amp;quot;background:#eaeaea&amp;quot; | &lt;br /&gt;
&lt;br /&gt;
Candidates should be able to properly maintain the system time and synchronize the clock via NTP.&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Key Knowledge Areas:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
* Set the system date and time.&lt;br /&gt;
* Set the hardware clock to the correct time in UTC.&lt;br /&gt;
* Configure the correct timezone.&lt;br /&gt;
* Basic NTP configuration.&lt;br /&gt;
* Knowledge of using the pool.ntp.org service.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;The following is a partial list of the used files, terms and utilities:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
* /usr/share/zoneinfo&lt;br /&gt;
* /etc/timezone&lt;br /&gt;
* /etc/localtime&lt;br /&gt;
* /etc/ntp.conf&lt;br /&gt;
* date&lt;br /&gt;
* hwclock&lt;br /&gt;
* ntpd&lt;br /&gt;
* ntpdate&lt;br /&gt;
* pool.ntp.org &lt;br /&gt;
&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====&amp;lt;span style=&amp;quot;color:navy&amp;quot;&amp;gt;108.2 System logging&amp;lt;/span&amp;gt;====&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
| style=&amp;quot;background:#dadada&amp;quot; | &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Weight&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
| style=&amp;quot;background:#eaeaea&amp;quot; | 2&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background:#dadada; padding-right:1em&amp;quot; | &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Description&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
| style=&amp;quot;background:#eaeaea&amp;quot; | &lt;br /&gt;
&lt;br /&gt;
Candidates should be able to configure the syslog daemon. This objective also includes configuring the logging daemon to send log output to a central log server or accept log output as a central log server.&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Key Knowledge Areas:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
* syslog configuration files.&lt;br /&gt;
* syslog.&lt;br /&gt;
* standard facilities, priorities and actions.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;The following is a partial list of the used files, terms and utilities:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
* syslog.conf&lt;br /&gt;
* syslogd&lt;br /&gt;
* klogd&lt;br /&gt;
* logger &lt;br /&gt;
&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
====&amp;lt;span style=&amp;quot;color:navy&amp;quot;&amp;gt;108.3 Mail Transfer Agent (MTA) basics&amp;lt;/span&amp;gt;====&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
| style=&amp;quot;background:#dadada&amp;quot; | &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Weight&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
| style=&amp;quot;background:#eaeaea&amp;quot; | 3&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background:#dadada; padding-right:1em&amp;quot; | &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Description&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
| style=&amp;quot;background:#eaeaea&amp;quot; | &lt;br /&gt;
&lt;br /&gt;
Candidates should be aware of the commonly available MTA programs and be able to perform basic forward and alias configuration on a client host. Other configuration files are not covered.&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Key Knowledge Areas:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
* Create e-mail aliases.&lt;br /&gt;
* Configure e-mail forwarding.&lt;br /&gt;
* Knowledge of commonly available MTA programs (postfix, sendmail, qmail, exim) (no configuration) &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;The following is a partial list of the used files, terms and utilities:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
* ~/.forward&lt;br /&gt;
* sendmail emulation layer commands&lt;br /&gt;
* newaliases&lt;br /&gt;
* mail&lt;br /&gt;
* mailq&lt;br /&gt;
* postfix&lt;br /&gt;
* sendmail&lt;br /&gt;
* exim&lt;br /&gt;
* qmail &lt;br /&gt;
&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====&amp;lt;span style=&amp;quot;color:navy&amp;quot;&amp;gt;108.4 Manage printers and printing&amp;lt;/span&amp;gt;====&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
| style=&amp;quot;background:#dadada&amp;quot; | &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Weight&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
| style=&amp;quot;background:#eaeaea&amp;quot; | 2&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background:#dadada; padding-right:1em&amp;quot; | &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Description&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
| style=&amp;quot;background:#eaeaea&amp;quot; | &lt;br /&gt;
&lt;br /&gt;
Candidates should be able to manage print queues and user print jobs using CUPS and the LPD compatibility interface. &lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Key Knowledge Areas:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
* Basic CUPS configuration (for local and remote printers).&lt;br /&gt;
* Manage user print queues.&lt;br /&gt;
* Troubleshoot general printing problems.&lt;br /&gt;
* Add and remove jobs from configured printer queues. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;The following is a partial list of the used files, terms and utilities:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
* CUPS configuration files, tools and utilities&lt;br /&gt;
* /etc/cups&lt;br /&gt;
* lpd legacy interface (lpr, lprm, lpq) &lt;br /&gt;
&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===&#039;&#039;Topic 109: Networking Fundamentals&#039;&#039;===&lt;br /&gt;
&lt;br /&gt;
====&amp;lt;span style=&amp;quot;color:navy&amp;quot;&amp;gt;109.1 Fundamentals of internet protocols&amp;lt;/span&amp;gt;====&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
| style=&amp;quot;background:#dadada&amp;quot; | &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Weight&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
| style=&amp;quot;background:#eaeaea&amp;quot; | 4&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background:#dadada; padding-right:1em&amp;quot; | &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Description&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
| style=&amp;quot;background:#eaeaea&amp;quot; | &lt;br /&gt;
&lt;br /&gt;
Candidates should demonstrate a proper understanding of TCP/IP network fundamentals. &lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Key Knowledge Areas:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
* Demonstrate an understanding network masks.&lt;br /&gt;
* Knowledge of the differences between private and public &amp;quot;dotted quad&amp;quot; IP-Addresses.&lt;br /&gt;
* Setting a default route.&lt;br /&gt;
* Knowledge about common TCP and UDP ports (20, 21, 22, 23, 25, 53, 80, 110, 119, 139, 143, 161, 443, 465, 993, 995).&lt;br /&gt;
* Knowledge about the differences and major features of UDP, TCP and ICMP.&lt;br /&gt;
* Knowledge of the major differences between IPv4 and IPv6. &lt;br /&gt;
* Knowledge of the basic features of IPv6.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;The following is a partial list of the used files, terms and utilities:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
* /etc/services&lt;br /&gt;
* ftp&lt;br /&gt;
* telnet&lt;br /&gt;
* host&lt;br /&gt;
* ping&lt;br /&gt;
* dig&lt;br /&gt;
* traceroute&lt;br /&gt;
* tracepath &lt;br /&gt;
&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====&amp;lt;span style=&amp;quot;color:navy&amp;quot;&amp;gt;109.2 Basic network configuration&amp;lt;/span&amp;gt;====&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
| style=&amp;quot;background:#dadada&amp;quot; | &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Weight&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
| style=&amp;quot;background:#eaeaea&amp;quot; | 4&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background:#dadada; padding-right:1em&amp;quot; | &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Description&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
| style=&amp;quot;background:#eaeaea&amp;quot; | &lt;br /&gt;
&lt;br /&gt;
Candidates should be able to view, change and verify configuration settings on client hosts. &lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Key Knowledge Areas:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
* Manually and automatically configure network interfaces.&lt;br /&gt;
* Basic TCP/IP host configuration.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;The following is a partial list of the used files, terms and utilities:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
* /etc/hostname&lt;br /&gt;
* /etc/hosts&lt;br /&gt;
* /etc/resolv.conf&lt;br /&gt;
* /etc/nsswitch.conf&lt;br /&gt;
* ifconfig&lt;br /&gt;
* ifup&lt;br /&gt;
* ifdown&lt;br /&gt;
* route&lt;br /&gt;
* ping &lt;br /&gt;
&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====&amp;lt;span style=&amp;quot;color:navy&amp;quot;&amp;gt;109.3 Basic network troubleshooting&amp;lt;/span&amp;gt;====&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
| style=&amp;quot;background:#dadada&amp;quot; | &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Weight&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
| style=&amp;quot;background:#eaeaea&amp;quot; | 4&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background:#dadada; padding-right:1em&amp;quot; | &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Description&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
| style=&amp;quot;background:#eaeaea&amp;quot; | &lt;br /&gt;
&lt;br /&gt;
Candidates should be able to troubleshoot networking issues on client hosts. &lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Key Knowledge Areas:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
* Manually and automatically configure network interfaces and routing tables to include adding, starting, stopping, restarting, deleting or reconfiguring network interfaces.&lt;br /&gt;
* Change, view, or configure the routing table and correct an improperly set default route manually.&lt;br /&gt;
* Debug problems associated with the network configuration. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;The following is a partial list of the used files, terms and utilities:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
* ifconfig&lt;br /&gt;
* ifup&lt;br /&gt;
* ifdown&lt;br /&gt;
* route&lt;br /&gt;
* host&lt;br /&gt;
* hostname&lt;br /&gt;
* dig&lt;br /&gt;
* netstat&lt;br /&gt;
* ping&lt;br /&gt;
* traceroute &lt;br /&gt;
&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====&amp;lt;span style=&amp;quot;color:navy&amp;quot;&amp;gt;109.4 Configure client side DNS&amp;lt;/span&amp;gt;====&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
| style=&amp;quot;background:#dadada&amp;quot; | &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Weight&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
| style=&amp;quot;background:#eaeaea&amp;quot; | 2&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background:#dadada; padding-right:1em&amp;quot; | &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Description&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
| style=&amp;quot;background:#eaeaea&amp;quot; | &lt;br /&gt;
&lt;br /&gt;
Candidates should be able to configure DNS on a client host. &lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Key Knowledge Areas:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
* Demonstrate the use of DNS on the local system.&lt;br /&gt;
* Modify the order in which name resolution is done. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;The following is a partial list of the used files, terms and utilities:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
* /etc/hosts&lt;br /&gt;
* /etc/resolv.conf&lt;br /&gt;
* /etc/nsswitch.conf &lt;br /&gt;
&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===&#039;&#039;Topic 110: Security&#039;&#039;===&lt;br /&gt;
&lt;br /&gt;
====&amp;lt;span style=&amp;quot;color:navy&amp;quot;&amp;gt;110.1 Perform security administration tasks&amp;lt;/span&amp;gt;====&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
| style=&amp;quot;background:#dadada&amp;quot; | &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Weight&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
| style=&amp;quot;background:#eaeaea&amp;quot; | 3&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background:#dadada; padding-right:1em&amp;quot; | &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Description&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
| style=&amp;quot;background:#eaeaea&amp;quot; | &lt;br /&gt;
&lt;br /&gt;
Candidates should know how to review system configuration to ensure host security in accordance with local security policies. &lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Key Knowledge Areas:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
* Audit a system to find files with the suid/sgid bit set.&lt;br /&gt;
* Set or change user passwords and password aging information.&lt;br /&gt;
* Being able to use nmap and netstat to discover open ports on a system.&lt;br /&gt;
* Set up limits on user logins, processes and memory usage.&lt;br /&gt;
* Basic sudo configuration and usage. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;The following is a partial list of the used files, terms and utilities:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
* find&lt;br /&gt;
* passwd&lt;br /&gt;
* lsof&lt;br /&gt;
* nmap&lt;br /&gt;
* chage&lt;br /&gt;
* netstat&lt;br /&gt;
* sudo&lt;br /&gt;
* /etc/sudoers&lt;br /&gt;
* su&lt;br /&gt;
* usermod&lt;br /&gt;
* ulimit &lt;br /&gt;
&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====&amp;lt;span style=&amp;quot;color:navy&amp;quot;&amp;gt;110.2 Setup host security&amp;lt;/span&amp;gt;====&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
| style=&amp;quot;background:#dadada&amp;quot; | &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Weight&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
| style=&amp;quot;background:#eaeaea&amp;quot; | 3&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background:#dadada; padding-right:1em&amp;quot; | &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Description&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
| style=&amp;quot;background:#eaeaea&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
Candidates should know how to set up a basic level of host security. &lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Key Knowledge Areas:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
* Awareness of shadow passwords and how they work.&lt;br /&gt;
* Turn off network services not in use.&lt;br /&gt;
* Understand the role of TCP wrappers. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;The following is a partial list of the used files, terms and utilities:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
* /etc/nologin&lt;br /&gt;
* /etc/passwd&lt;br /&gt;
* /etc/shadow&lt;br /&gt;
* /etc/xinetd.d/*&lt;br /&gt;
* /etc/xinetd.conf&lt;br /&gt;
* /etc/inetd.d/*&lt;br /&gt;
* /etc/inetd.conf&lt;br /&gt;
* /etc/inittab&lt;br /&gt;
* /etc/init.d/*&lt;br /&gt;
* /etc/hosts.allow&lt;br /&gt;
* /etc/hosts.deny &lt;br /&gt;
&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====&amp;lt;span style=&amp;quot;color:navy&amp;quot;&amp;gt;110.3 Securing data with encryption&amp;lt;/span&amp;gt;====&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
| style=&amp;quot;background:#dadada&amp;quot; | &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Weight&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
| style=&amp;quot;background:#eaeaea&amp;quot; | 3&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background:#dadada; padding-right:1em&amp;quot; | &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Description&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
| style=&amp;quot;background:#eaeaea&amp;quot; | &lt;br /&gt;
&lt;br /&gt;
The candidate should be able to use public key techniques to secure data and communication.&lt;br /&gt;
 &lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Key Knowledge Areas:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
* Perform basic OpenSSH 2 client configuration and usage.&lt;br /&gt;
* Understand the role of OpenSSH 2 server host keys.&lt;br /&gt;
* Perform basic GnuPG configuration, usage and revocation.&lt;br /&gt;
* Understand SSH port tunnels (including X11 tunnels).&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;The following is a partial list of the used files, terms and utilities:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
* ssh&lt;br /&gt;
* ssh-keygen&lt;br /&gt;
* ssh-agent&lt;br /&gt;
* ssh-add&lt;br /&gt;
* ~/.ssh/id_rsa and id_rsa.pub&lt;br /&gt;
* ~/.ssh/id_dsa and id_dsa.pub&lt;br /&gt;
* /etc/ssh/ssh_host_rsa_key and ssh_host_rsa_key.pub&lt;br /&gt;
* /etc/ssh/ssh_host_dsa_key and ssh_host_dsa_key.pub&lt;br /&gt;
* ~/.ssh/authorized_keys&lt;br /&gt;
* /etc/ssh_known_hosts&lt;br /&gt;
* gpg&lt;br /&gt;
* ~/.gnupg/*&lt;/div&gt;</summary>
		<author><name>MedinaDupuis</name></author>
	</entry>
	<entry>
		<id>https://wiki.lpi.org/w/index.php?title=LinuxEssentialsProgramme&amp;diff=1598</id>
		<title>LinuxEssentialsProgramme</title>
		<link rel="alternate" type="text/html" href="https://wiki.lpi.org/w/index.php?title=LinuxEssentialsProgramme&amp;diff=1598"/>
		<updated>2012-03-01T17:35:00Z</updated>

		<summary type="html">&lt;p&gt;MedinaDupuis: /* Development Workshops */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__FORCETOC__&lt;br /&gt;
==Introduction==&lt;br /&gt;
The purpose of the Linux Essentials Program is to define the basic knowledge required to competantly use a desktop or mobile device using a Linux Operating System. The program will guide and encourage youth (and those new to Linux and Open Source) to understand the place of Linux and Open Source in the context of the broader IT industry. &lt;br /&gt;
&lt;br /&gt;
The Linux Essentials Program is made of several main components:&lt;br /&gt;
&lt;br /&gt;
* Linux Essentials Exam and Certificate Program&lt;br /&gt;
* Support for competitions such as world wide participation the World Skills Competition in the [http://www.worldskillslondon2011.com/events-programme/skills-competitions/information-and-communications-technology/it-network-systems-administration/ World Skills Information and Communications Technology Category, IT Network Systems Administration]&lt;br /&gt;
* Regional links to employability and apprenticeship programs available to youth&lt;br /&gt;
* Research and resources supporting youth entry into Linux and Open Source Careers &lt;br /&gt;
* LPI support for regional government and educational qualification authorities where appropriate&lt;br /&gt;
* LPI support for Teacher collaboration and sharing of projects and learning excercises for the Linux Essentials knowledge base&lt;br /&gt;
* Resources for youth describing jobs and industries requiring Linux skills&lt;br /&gt;
&lt;br /&gt;
==Development Workshops==&lt;br /&gt;
&lt;br /&gt;
The following open attendance item development workshops are taking place in 2012Q1:&lt;br /&gt;
&lt;br /&gt;
Questions? innovation@lpi.org&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
|+&lt;br /&gt;
|| Location || Date || Contact || Address&lt;br /&gt;
|-&lt;br /&gt;
| Linux Hotel, Essen, Germany||November 26, 2011||Klaus Berhla||behrla@lpice.eu&lt;br /&gt;
|-&lt;br /&gt;
| FOSDEM, Brussels, Belgium|| February 5, 2012||Medina Dupuis||mdupuis@lpi.org&lt;br /&gt;
|-&lt;br /&gt;
| Birmingham City University, Birmingham, UK ||February 8, 2012||Bill Quinn||bill.quinn@tdm.info  &lt;br /&gt;
|-&lt;br /&gt;
| Lagos, Nigeria||February 23rd, 2012||Medina Dupuis||mdupius@lpi.org&lt;br /&gt;
|-&lt;br /&gt;
| Landesakademie für Fortbildung und Personalentwicklung, Esslingen, Germany||March 2, 2012||Medina Dupuis||mdupuis@lpi.org&lt;br /&gt;
|-&lt;br /&gt;
| Städtische Berufsschule für Informationstechnik, Munich, Germany||March 3, 2012||Michael Niedermair||mgn.schule@gmx.de&lt;br /&gt;
|-&lt;br /&gt;
| CeBIT, Hannover, Germany||March 6-9, 2012||Medina Dupuis||mdupuis@lpi.org&lt;br /&gt;
|-&lt;br /&gt;
| Narobi, Kenya||March 11, 2012||Evans Ikua||ikua@lpi-eastafrica.org&lt;br /&gt;
|-&lt;br /&gt;
| Virtual Workshop, France, Mahgreb, Francophonie||March 15th, 2012||Frantz Fongang||frantz.fongang@auf.org&lt;br /&gt;
|+&lt;br /&gt;
&lt;br /&gt;
Questions? innovation@lpi.org&lt;/div&gt;</summary>
		<author><name>MedinaDupuis</name></author>
	</entry>
	<entry>
		<id>https://wiki.lpi.org/w/index.php?title=LinuxEssentials/FAQs&amp;diff=1585</id>
		<title>LinuxEssentials/FAQs</title>
		<link rel="alternate" type="text/html" href="https://wiki.lpi.org/w/index.php?title=LinuxEssentials/FAQs&amp;diff=1585"/>
		<updated>2012-02-26T19:56:39Z</updated>

		<summary type="html">&lt;p&gt;MedinaDupuis: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;How many teaching hours is recommended for core Linux Essentials material?&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Age 14-18 - minumum 30-35 hours in class plus assignments&lt;br /&gt;
Age 18-adult - minimum 16-20 hours in class plus assignments&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;How long will my Linux Essentials Certificate be good for?&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;How many questions are on the exam, and how long do I have?&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
40 questions and 60 minutes&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;What materials are available to help me prepare for the Linux Essentials Exam?&#039;&#039;&#039;&lt;br /&gt;
Many training organizations have begun work on books and courseware to support learning for Linux Essentials.  Some materials have confirmed they will be ready for the publication date in June 2012, they are listed below:&lt;br /&gt;
&lt;br /&gt;
Linux Essentials (part of the Essentials Series) by Wiley-Sybex (EN) Book Format&lt;br /&gt;
&lt;br /&gt;
Linup Front (EN, DE) Courseware&lt;br /&gt;
&lt;br /&gt;
Vorbereitung auf die Prufung &amp;quot;Linux Essentials&amp;quot; des Linux Professional Institute (DE) Open Source Press, Courseware&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;When will I be able to register for the Linux Essentials exam?&#039;&#039;&#039;&lt;br /&gt;
The exam will publish in June of 2012, your local LPI Affiliate can give you availability of the exam in your local area.  Find your local LPI Partner: [http://lpi.org/international-affiliates/affiliate-locations].  Questions can be directed to innovation@lpi.org.&lt;/div&gt;</summary>
		<author><name>MedinaDupuis</name></author>
	</entry>
	<entry>
		<id>https://wiki.lpi.org/w/index.php?title=LinuxEssentials/FAQs&amp;diff=1584</id>
		<title>LinuxEssentials/FAQs</title>
		<link rel="alternate" type="text/html" href="https://wiki.lpi.org/w/index.php?title=LinuxEssentials/FAQs&amp;diff=1584"/>
		<updated>2012-02-26T19:56:21Z</updated>

		<summary type="html">&lt;p&gt;MedinaDupuis: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;How many teaching hours is recommended for core Linux Essentials material?&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Age 14-18 - minumum 30-35 hours in class plus assignments&lt;br /&gt;
Age 18-adult - minimum 16-20 hours in class plus assignments&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;How long will my Linux Essentials Certificate be good for?&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;How many questions are on the exam, and how long do I have?&#039;&#039;&#039;&lt;br /&gt;
40 questions and 60 minutes&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;What materials are available to help me prepare for the Linux Essentials Exam?&#039;&#039;&#039;&lt;br /&gt;
Many training organizations have begun work on books and courseware to support learning for Linux Essentials.  Some materials have confirmed they will be ready for the publication date in June 2012, they are listed below:&lt;br /&gt;
&lt;br /&gt;
Linux Essentials (part of the Essentials Series) by Wiley-Sybex (EN) Book Format&lt;br /&gt;
&lt;br /&gt;
Linup Front (EN, DE) Courseware&lt;br /&gt;
&lt;br /&gt;
Vorbereitung auf die Prufung &amp;quot;Linux Essentials&amp;quot; des Linux Professional Institute (DE) Open Source Press, Courseware&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;When will I be able to register for the Linux Essentials exam?&#039;&#039;&#039;&lt;br /&gt;
The exam will publish in June of 2012, your local LPI Affiliate can give you availability of the exam in your local area.  Find your local LPI Partner: [http://lpi.org/international-affiliates/affiliate-locations].  Questions can be directed to innovation@lpi.org.&lt;/div&gt;</summary>
		<author><name>MedinaDupuis</name></author>
	</entry>
	<entry>
		<id>https://wiki.lpi.org/w/index.php?title=LinuxEssentials/FAQs&amp;diff=1583</id>
		<title>LinuxEssentials/FAQs</title>
		<link rel="alternate" type="text/html" href="https://wiki.lpi.org/w/index.php?title=LinuxEssentials/FAQs&amp;diff=1583"/>
		<updated>2012-02-26T19:55:27Z</updated>

		<summary type="html">&lt;p&gt;MedinaDupuis: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;How many teaching hours is recommended for core Linux Essentials material?&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Age 14-18 - minumum 30-35 hours in class plus assignments&lt;br /&gt;
Age 18-adult - minimum 16-20 hours in class plus assignments&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;How long will my Linux Essentials Certificate be good for?&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;How many questions are on the exam, and how long do I have?&#039;&#039;&#039;&lt;br /&gt;
40 questions and 60 minutes&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;What materials are available to help me prepare for the Linux Essentials Exam?&#039;&#039;&#039;&lt;br /&gt;
Many training organizations have begun work on books and courseware to support learning for Linux Essentials.  Some materials have confirmed they will be ready for the publication date in June 2012, they are listed below:&lt;br /&gt;
&lt;br /&gt;
Linux Essentials (part of the Essentials Series) by Wiley-Sybex (EN) Book Format&lt;br /&gt;
&lt;br /&gt;
Linup Front (EN, DE) Courseware&lt;br /&gt;
&lt;br /&gt;
Vorbereitung auf die Prufung &amp;quot;Linux Essentials&amp;quot; des Linux Professional Institute (DE) Open Source Press, Courseware&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;When will I be able to register for the Linux Essentials exam?&#039;&#039;&#039;&lt;br /&gt;
The exam will publish in June of 2012, your local LPI Affiliate can give you availability of the exam in your local area.  Find your local LPI Partner: [http://lpi.org/international-affiliates/affiliate-locations].  Questions can be directed to [[innovation@lpi.org]].&lt;/div&gt;</summary>
		<author><name>MedinaDupuis</name></author>
	</entry>
	<entry>
		<id>https://wiki.lpi.org/w/index.php?title=LinuxEssentials/FAQs&amp;diff=1582</id>
		<title>LinuxEssentials/FAQs</title>
		<link rel="alternate" type="text/html" href="https://wiki.lpi.org/w/index.php?title=LinuxEssentials/FAQs&amp;diff=1582"/>
		<updated>2012-02-26T19:50:50Z</updated>

		<summary type="html">&lt;p&gt;MedinaDupuis: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;How many teaching hours is recommended for core Linux Essentials material?&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Age 14-18 - minumum 30-35 hours in class plus assignments&lt;br /&gt;
Age 18-adult - minimum 16-20 hours in class plus assignments&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;How long will my Linux Essentials Certificate be good for?&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;How many questions are on the exam, and how long do I have?&#039;&#039;&#039;&lt;br /&gt;
40 questions and 60 minutes&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;What materials are available to help me prepare for the Linux Essentials Exam?&#039;&#039;&#039;&lt;br /&gt;
Many training organizations have begun work on books and courseware to support learning for Linux Essentials.  Some materials have confirmed they will be ready for the publication date in June 2012, they are listed below:&lt;br /&gt;
&lt;br /&gt;
Linux Essentials (part of the Essentials Series) by Wiley-Sybex (EN) Book Format&lt;br /&gt;
Linup Front (EN, DE) Courseware&lt;br /&gt;
Vorbereitung auf die Prufung &amp;quot;Linux Essentials&amp;quot; des Linux Professional Institute (DE) Open Source Press, Courseware&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;When will I be able to register for the Linux Essentials exam?&#039;&#039;&#039;&lt;br /&gt;
The exam will publish in June of 2012, your local LPI Affiliate can give you availability of the exam in your local area.  Find your local LPI Partner: [http://lpi.org/international-affiliates/affiliate-locations].  Questions can be directed to innovation@lpi.org.&lt;/div&gt;</summary>
		<author><name>MedinaDupuis</name></author>
	</entry>
	<entry>
		<id>https://wiki.lpi.org/w/index.php?title=LinuxEssentials/FAQs&amp;diff=1581</id>
		<title>LinuxEssentials/FAQs</title>
		<link rel="alternate" type="text/html" href="https://wiki.lpi.org/w/index.php?title=LinuxEssentials/FAQs&amp;diff=1581"/>
		<updated>2012-02-26T19:47:52Z</updated>

		<summary type="html">&lt;p&gt;MedinaDupuis: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;How many teaching hours is recommended for core Linux Essentials material?&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Age 14-18 - minumum 30-35 hours in class plus assignments&lt;br /&gt;
Age 18-adult - minimum 16-20 hours in class plus assignments&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;How long will my Linux Essentials Certificate be good for?&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;How many questions are on the exam, and how long do I have?&#039;&#039;&#039;&lt;br /&gt;
40 questions and 60 minutes&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;What materials are available to help me prepare for the Linux Essentials Exam?&#039;&#039;&#039;&lt;br /&gt;
Many training organizations have begun work on books and courseware to support learning for Linux Essentials.  Some materials have confirmed they will be ready for the publication date in June 2012, they are listed below:&lt;br /&gt;
&lt;br /&gt;
Linux Essentials (part of the Essentials Series) by Wiley-Sybex (EN) Book Format&lt;br /&gt;
Linup Front (EN, DE) Courseware&lt;br /&gt;
Vorbereitung auf die Prufung &amp;quot;Linux Essentials&amp;quot; des Linux Professional Institute (DE) Open Source Press, Courseware&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;When will I be able to register for the Linux Essentials exam?&#039;&#039;&#039;&lt;br /&gt;
The exam will publish in June of 2012, your local LPI Affiliate can give you availability of the exam in your local area.  Find your local LPI Partner: [Affiliate Locationshttp://lpi.org/international-affiliates/affiliate-locations].  Questions can be directed to [[innovation@lpi.org]].&lt;/div&gt;</summary>
		<author><name>MedinaDupuis</name></author>
	</entry>
	<entry>
		<id>https://wiki.lpi.org/w/index.php?title=LinuxEssentials_Objectives_V1&amp;diff=1580</id>
		<title>LinuxEssentials Objectives V1</title>
		<link rel="alternate" type="text/html" href="https://wiki.lpi.org/w/index.php?title=LinuxEssentials_Objectives_V1&amp;diff=1580"/>
		<updated>2012-02-26T19:29:32Z</updated>

		<summary type="html">&lt;p&gt;MedinaDupuis: /* Introduction and Exam Development Workshops */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__FORCETOC__&lt;br /&gt;
==Introduction and Exam Development Workshops==&lt;br /&gt;
The description of the entire Linux Essentials Programme programme is listed [[LinuxEssentialsProgramme|here]].&lt;br /&gt;
&lt;br /&gt;
The purpose of the Linux Essentials Certificate is to define the basic knowledge required to competently use a desktop or mobile device using a Linux Operating System.  The associated Linux Essentials Program will guide and encourage youth (and those new to Linux and Open Source) to understand the place of Linux and Open Source in the context of the broader IT industry.&lt;br /&gt;
&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==FAQs==&lt;br /&gt;
&lt;br /&gt;
Questions and answers on the Linux Essentials Program and Exam are listed [[LinuxEssentials/FAQs|here]].&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Minimally Qualified Candidate Description==&lt;br /&gt;
This is a description of a candidate that is just barely&lt;br /&gt;
qualified to pass the LPI Linux Essentials exam.  This hypothetical&lt;br /&gt;
person is called the Minimally Qualified Candidate (MQC).  Standards on&lt;br /&gt;
the Linux Essentials exam should be set so that this person (and&lt;br /&gt;
anyone more able) would pass but anyone less able would not pass.&lt;br /&gt;
&lt;br /&gt;
The successful candidate should have an understanding of the Linux and Open Source industry and knowledge of the most popular Open Source Applications.  The candidate should understand the major components of the Linux operating system, and have the technical proficiency to work on the Linux command line. The MQC has a basic understanding of security and administration related topics such&lt;br /&gt;
as user/group management, working on the command line and permissions.   The Linux Essentials Certificate holder is most likely the end user of a mostly managed system.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The &#039;&#039;&#039;LPI Linux Essentials Certificate Holder MQC&#039;&#039;&#039; typically:&lt;br /&gt;
&lt;br /&gt;
* Has a basic understanding of FOSS, the various communities and licenses.&lt;br /&gt;
* Understands the basic concepts of processes, programs and the components of an Operating System.&lt;br /&gt;
* Has a basic knowledge of computer hardware&lt;br /&gt;
* Has a basic appreciation of system security, users/groups and file permissions for public and private directories.&lt;br /&gt;
* Basic understanding of how to make the system accessible and able to connect to other computers on a Local Area Network (LAN).&lt;br /&gt;
* Demonstrates a knowledge of Open Source Applications in the Workplace as they relate to Closed Source equivalents.&lt;br /&gt;
* Understands navigation systems on a Linux Desktop and where to go for help.&lt;br /&gt;
* Has a rudimentary ability to work on the command line and with files.&lt;br /&gt;
* Make and restore simple backups and archives.&lt;br /&gt;
* Can use a basic command line editor.&lt;br /&gt;
* Understands file compression.&lt;br /&gt;
* Ability to create and run simple scripts.&lt;br /&gt;
&lt;br /&gt;
==Version Information==&lt;br /&gt;
These objectives are version 0.99.2.&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Translations of Objectives==&lt;br /&gt;
The following translations of the objectives are available on this wiki:&lt;br /&gt;
* [[LinuxEssentials|English]]&lt;br /&gt;
* [[LinuxEssentials(FR)|French]]&lt;br /&gt;
* [[LinuxEssentials(DE)|German]]&lt;br /&gt;
* [[LinuxEssentials(EL)|Greek]]&lt;br /&gt;
* [[LinuxEssentials(ES)|Spanish]]&lt;br /&gt;
* [[LinuxEssentials(TR)|Turkish]]&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Objectives==&lt;br /&gt;
&lt;br /&gt;
===&#039;&#039;Topic 1:The Linux Community and a Career in Open Source (weight: 7)&#039;&#039;===&lt;br /&gt;
====&amp;lt;span style=&amp;quot;color:navy&amp;quot;&amp;gt;1.1 Linux Evolution and Popular Operating Systems&amp;lt;/span&amp;gt;====&lt;br /&gt;
{|&lt;br /&gt;
| style=&amp;quot;background:#dadada&amp;quot; | &#039;&#039;&#039;Weight&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;background:#eaeaea&amp;quot; | 2&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background:#dadada; padding-right:1em&amp;quot; | &#039;&#039;&#039;Description&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;background:#eaeaea&amp;quot; | Knowledge of Linux development and major distributions.&lt;br /&gt;
|}&lt;br /&gt;
&#039;&#039;&#039;Key Knowledge Areas:&#039;&#039;&#039;&lt;br /&gt;
* Open Source Philosophy&lt;br /&gt;
* Distributions&lt;br /&gt;
* Embedded Systems&lt;br /&gt;
&#039;&#039;&#039;The following is a partial list of the used files, terms and utilities:&#039;&#039;&#039;&lt;br /&gt;
* Android&lt;br /&gt;
* Debian&lt;br /&gt;
* CentOS&lt;br /&gt;
&#039;&#039;&#039;Nice to know:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====&amp;lt;span style=&amp;quot;color:navy&amp;quot;&amp;gt;1.2 Major Open Source Applications&amp;lt;/span&amp;gt;====&lt;br /&gt;
{|&lt;br /&gt;
| style=&amp;quot;background:#dadada&amp;quot; | &#039;&#039;&#039;Weight&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;background:#eaeaea&amp;quot; | 2&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background:#dadada; padding-right:1em&amp;quot; | &#039;&#039;&#039;Description&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;background:#eaeaea&amp;quot; | Awareness of major applications and their uses.&lt;br /&gt;
|}&lt;br /&gt;
&#039;&#039;&#039;Key Knowledge Areas:&#039;&#039;&#039;&lt;br /&gt;
* Desktop Applications&lt;br /&gt;
* Server Applications&lt;br /&gt;
* Mobile Applications&lt;br /&gt;
* Development Languages&lt;br /&gt;
* Package Management Tools and repositories&lt;br /&gt;
&#039;&#039;&#039;The following is a partial list of the used files, terms and utilities:&#039;&#039;&#039;&lt;br /&gt;
* OpenOffice.org, LibreOffice, Thunderbird, Firefox&lt;br /&gt;
* Blender, Gimp, Audacity, ImageMagick&lt;br /&gt;
* Apache, MySQL, PostgreSQL&lt;br /&gt;
* NFS, Samba, OpenLDAP, Postfix, DNS, DHCP&lt;br /&gt;
* C, Perl, shell, Python, PHP&lt;br /&gt;
&#039;&#039;&#039;Nice to know:&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====&amp;lt;span style=&amp;quot;color:navy&amp;quot;&amp;gt;1.3 Understanding Open Source Software and Licensing&amp;lt;/span&amp;gt;====&lt;br /&gt;
{|&lt;br /&gt;
| style=&amp;quot;background:#dadada&amp;quot; | &#039;&#039;&#039;Weight&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;background:#eaeaea&amp;quot; | 1&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background:#dadada; padding-right:1em&amp;quot; | &#039;&#039;&#039;Description&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;background:#eaeaea&amp;quot; | Open communities and licensing Open Source Software for business.&lt;br /&gt;
|}&lt;br /&gt;
&#039;&#039;&#039;Key Knowledge Areas:&#039;&#039;&#039;&lt;br /&gt;
* Licensing&lt;br /&gt;
* Free Software Foundation (FSF), Open Source Initiative (OSI)&lt;br /&gt;
&#039;&#039;&#039;The following is a partial list of the used files, terms and utilities:&#039;&#039;&#039;&lt;br /&gt;
* GPL, BSD, Creative Commons&lt;br /&gt;
* Free Software, Open Source Software, FOSS, FLOSS&lt;br /&gt;
* Open Source business models&lt;br /&gt;
&#039;&#039;&#039;Nice to know:&#039;&#039;&#039;&lt;br /&gt;
* Intellectual Property (IP): copyright, trademarks and patents&lt;br /&gt;
* Apache License, Mozilla License&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====&amp;lt;span style=&amp;quot;color:navy&amp;quot;&amp;gt;1.4 ICT Skills and Working in Linux&amp;lt;/span&amp;gt;====&lt;br /&gt;
{|&lt;br /&gt;
| style=&amp;quot;background:#dadada&amp;quot; | &#039;&#039;&#039;Weight&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;background:#eaeaea&amp;quot; | 2&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background:#dadada; padding-right:1em&amp;quot; | &#039;&#039;&#039;Description&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;background:#eaeaea&amp;quot; | Basic Information and Communication Technology (ICT) skills and working in Linux.&lt;br /&gt;
|}&lt;br /&gt;
&#039;&#039;&#039;Key Knowledge Areas:&#039;&#039;&#039;&lt;br /&gt;
* Desktop Skills&lt;br /&gt;
* Getting to the Command Line&lt;br /&gt;
* Industry uses of Linux, Cloud Computing and Virtualization&lt;br /&gt;
&#039;&#039;&#039;The following is a partial list of the used files, terms and utilities:&#039;&#039;&#039;&lt;br /&gt;
* Using a browser, privacy concerns, configuration options, searching the web and saving content&lt;br /&gt;
* Terminal and Console&lt;br /&gt;
* Password issues&lt;br /&gt;
* Privacy issues and tools&lt;br /&gt;
* Use of common open source applications in presentations and projects&lt;br /&gt;
&#039;&#039;&#039;Nice to know:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===&#039;&#039;Topic 2: Finding Your Way on a Linux System (weight: 8)&#039;&#039;===&lt;br /&gt;
====&amp;lt;span style=&amp;quot;color:navy&amp;quot;&amp;gt;2.1 Command Line Basics&amp;lt;/span&amp;gt;====&lt;br /&gt;
{|&lt;br /&gt;
| style=&amp;quot;background:#dadada&amp;quot; | &#039;&#039;&#039;Weight&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;background:#eaeaea&amp;quot; | 2&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background:#dadada; padding-right:1em&amp;quot; | &#039;&#039;&#039;Description&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;background:#eaeaea&amp;quot; | Basics of using the Linux command line.&lt;br /&gt;
|}&lt;br /&gt;
&#039;&#039;&#039;Key Knowledge Areas:&#039;&#039;&#039;&lt;br /&gt;
* Basic shell&lt;br /&gt;
* Formatting commands&lt;br /&gt;
* Working With Options&lt;br /&gt;
* Variables&lt;br /&gt;
* Globbing&lt;br /&gt;
* Quoting&lt;br /&gt;
&#039;&#039;&#039;The following is a partial list of the used files, terms and utilities:&#039;&#039;&#039;&lt;br /&gt;
* echo&lt;br /&gt;
* history&lt;br /&gt;
* PATH env variable&lt;br /&gt;
* which&lt;br /&gt;
&#039;&#039;&#039;Nice to know:&#039;&#039;&#039;&lt;br /&gt;
* Substitutions&lt;br /&gt;
* ||, &amp;amp;&amp;amp; and ; control operators&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====&amp;lt;span style=&amp;quot;color:navy&amp;quot;&amp;gt;2.2 Using the Command Line to Get Help &amp;lt;/span&amp;gt;====&lt;br /&gt;
{|&lt;br /&gt;
| style=&amp;quot;background:#dadada&amp;quot; | &#039;&#039;&#039;Weight&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;background:#eaeaea&amp;quot; | 2&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background:#dadada; padding-right:1em&amp;quot; | &#039;&#039;&#039;Description&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;background:#eaeaea&amp;quot; |Running help commands and navigation of the various help systems.&lt;br /&gt;
|}&lt;br /&gt;
&#039;&#039;&#039;Key Knowledge Areas:&#039;&#039;&#039;&lt;br /&gt;
* Man&lt;br /&gt;
* Info&lt;br /&gt;
&#039;&#039;&#039;The following is a partial list of the used files, terms and utilities:&#039;&#039;&#039;&lt;br /&gt;
* man&lt;br /&gt;
* info&lt;br /&gt;
* Man pages&lt;br /&gt;
* /usr/share/doc&lt;br /&gt;
* locate&lt;br /&gt;
&#039;&#039;&#039;Nice to know:&#039;&#039;&#039;&lt;br /&gt;
* apropos, whatis, whereis&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====&amp;lt;span style=&amp;quot;color:navy&amp;quot;&amp;gt;2.3 Using Directories and Listing Files&amp;lt;/span&amp;gt;====&lt;br /&gt;
{|&lt;br /&gt;
| style=&amp;quot;background:#dadada&amp;quot; | &#039;&#039;&#039;Weight&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;background:#eaeaea&amp;quot; | 2&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background:#dadada; padding-right:1em&amp;quot; | &#039;&#039;&#039;Description&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;background:#eaeaea&amp;quot; | Navigation of home and system directories and listing files in various locations.&lt;br /&gt;
|}&lt;br /&gt;
&#039;&#039;&#039;Key Knowledge Areas:&#039;&#039;&#039;&lt;br /&gt;
* Files, directories&lt;br /&gt;
* Hidden files and directories&lt;br /&gt;
* Home&lt;br /&gt;
* Absolute and relative paths&lt;br /&gt;
&#039;&#039;&#039;The following is a partial list of the used files, terms and utilities:&#039;&#039;&#039;&lt;br /&gt;
* Common options for ls&lt;br /&gt;
* Recursive listings&lt;br /&gt;
* cd &lt;br /&gt;
* &#039;&#039;&#039;.&#039;&#039;&#039; and &#039;&#039;&#039;..&#039;&#039;&#039;&lt;br /&gt;
* home and ~&lt;br /&gt;
&#039;&#039;&#039;Nice to know:&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====&amp;lt;span style=&amp;quot;color:navy&amp;quot;&amp;gt;2.4 Creating, Moving and Deleting Files&amp;lt;/span&amp;gt;====&lt;br /&gt;
{|&lt;br /&gt;
| style=&amp;quot;background:#dadada&amp;quot; | &#039;&#039;&#039;Weight&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;background:#eaeaea&amp;quot; | 2&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background:#dadada; padding-right:1em&amp;quot; | &#039;&#039;&#039;Description&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;background:#eaeaea&amp;quot; | Create, move and delete files and directories under the home directory.&lt;br /&gt;
|}&lt;br /&gt;
&#039;&#039;&#039;Key Knowledge Areas:&#039;&#039;&#039;&lt;br /&gt;
* Files and directories&lt;br /&gt;
* Case sensitivity&lt;br /&gt;
* Simple globbing and quoting&lt;br /&gt;
&#039;&#039;&#039;The following is a partial list of the used files, terms and utilities:&#039;&#039;&#039;&lt;br /&gt;
* mv, cp, rm, touch&lt;br /&gt;
* mkdir, rmdir&lt;br /&gt;
&#039;&#039;&#039;Nice to know:&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===&#039;&#039;Topic 3: The Power of the Command Line (weight: 10)&#039;&#039;===&lt;br /&gt;
====&amp;lt;span style=&amp;quot;color:navy&amp;quot;&amp;gt;3.1 Archiving Files on the Command Line&amp;lt;/span&amp;gt;====&lt;br /&gt;
{|&lt;br /&gt;
| style=&amp;quot;background:#dadada&amp;quot; | &#039;&#039;&#039;Weight&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;background:#eaeaea&amp;quot; | 2&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background:#dadada; padding-right:1em&amp;quot; | &#039;&#039;&#039;Description&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;background:#eaeaea&amp;quot; | Archiving files in the user home directory.&lt;br /&gt;
|}&lt;br /&gt;
&#039;&#039;&#039;Key Knowledge Areas:&#039;&#039;&#039;&lt;br /&gt;
* Files, directories&lt;br /&gt;
* Archives, compression&lt;br /&gt;
&#039;&#039;&#039;The following is a partial list of the used files, terms and utilities:&#039;&#039;&#039;&lt;br /&gt;
* tar&lt;br /&gt;
* Common tar options&lt;br /&gt;
* gzip, bzip2&lt;br /&gt;
* zip, unzip&lt;br /&gt;
&#039;&#039;&#039;Nice to know:&#039;&#039;&#039;&lt;br /&gt;
* Extracting individual files from archives&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====&amp;lt;span style=&amp;quot;color:navy&amp;quot;&amp;gt;3.2 Searching and Extracting Data from Files&amp;lt;/span&amp;gt;====&lt;br /&gt;
{|&lt;br /&gt;
| style=&amp;quot;background:#dadada&amp;quot; | &#039;&#039;&#039;Weight&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;background:#eaeaea&amp;quot; | 4&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background:#dadada; padding-right:1em&amp;quot; | &#039;&#039;&#039;Description&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;background:#eaeaea&amp;quot; | Search and extract data from files in the home directory.&lt;br /&gt;
|}&lt;br /&gt;
&#039;&#039;&#039;Key Knowledge Areas:&#039;&#039;&#039;&lt;br /&gt;
* Command line pipes&lt;br /&gt;
* I/O re-direction&lt;br /&gt;
* Partial POSIX Regular Expressions (., [ ], *, ?)&lt;br /&gt;
&#039;&#039;&#039;The following is a partial list of the used files, terms and utilities:&#039;&#039;&#039;&lt;br /&gt;
* find&lt;br /&gt;
* grep&lt;br /&gt;
* less&lt;br /&gt;
* head, tail&lt;br /&gt;
* sort&lt;br /&gt;
* cut&lt;br /&gt;
* wc&lt;br /&gt;
&#039;&#039;&#039;Nice to know:&#039;&#039;&#039;&lt;br /&gt;
* Partial POSIX Basic Regular Expressions ([^ ], ^, $)&lt;br /&gt;
* Partial POSIX Extended Regular Expressions (+, ( ), |)&lt;br /&gt;
* xargs&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====&amp;lt;span style=&amp;quot;color:navy&amp;quot;&amp;gt;3.3 Turning Commands into a Script&amp;lt;/span&amp;gt;====&lt;br /&gt;
{|&lt;br /&gt;
| style=&amp;quot;background:#dadada&amp;quot; | &#039;&#039;&#039;Weight&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;background:#eaeaea&amp;quot; | 4&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background:#dadada; padding-right:1em&amp;quot; | &#039;&#039;&#039;Description&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;background:#eaeaea&amp;quot; | Turning repetitive commands into simple scripts.&lt;br /&gt;
|}&lt;br /&gt;
&#039;&#039;&#039;Key Knowledge Areas:&#039;&#039;&#039;&lt;br /&gt;
* Basic text editing&lt;br /&gt;
* Basic shell scripting&lt;br /&gt;
&#039;&#039;&#039;The following is a partial list of the used files, terms and utilities:&#039;&#039;&#039;&lt;br /&gt;
* pico, nano, vi&lt;br /&gt;
* /bin/sh&lt;br /&gt;
* Variables&lt;br /&gt;
* Arguments&lt;br /&gt;
* for loops&lt;br /&gt;
* echo&lt;br /&gt;
* Exit status&lt;br /&gt;
&#039;&#039;&#039;Nice to know:&#039;&#039;&#039;&lt;br /&gt;
* Bash&lt;br /&gt;
* if, while, case statements&lt;br /&gt;
* read and test, and [ commands&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===&#039;&#039;Topic 4: The Linux Operating System (weight: 8)&#039;&#039;===&lt;br /&gt;
====&amp;lt;span style=&amp;quot;color:navy&amp;quot;&amp;gt;4.1 Choosing an Operating System&amp;lt;/span&amp;gt;====&lt;br /&gt;
{|&lt;br /&gt;
| style=&amp;quot;background:#dadada&amp;quot; | &#039;&#039;&#039;Weight&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;background:#eaeaea&amp;quot; | 1&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background:#dadada; padding-right:1em&amp;quot; | &#039;&#039;&#039;Description&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;background:#eaeaea&amp;quot; | Knowledge of major operating systems and Linux distributions.&lt;br /&gt;
|}&lt;br /&gt;
&#039;&#039;&#039;Key Knowledge Areas:&#039;&#039;&#039;&lt;br /&gt;
* Windows, Mac, Linux differences&lt;br /&gt;
* Distribution life cycle management&lt;br /&gt;
&#039;&#039;&#039;The following is a partial list of the used files, terms and utilities:&#039;&#039;&#039;&lt;br /&gt;
* GUI versus command line, desktop configuration&lt;br /&gt;
* Maintenance cycles, Beta and Stable&lt;br /&gt;
&#039;&#039;&#039;Nice to know:&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====&amp;lt;span style=&amp;quot;color:navy&amp;quot;&amp;gt;4.2 Understanding Computer Hardware&amp;lt;/span&amp;gt;====&lt;br /&gt;
{|&lt;br /&gt;
| style=&amp;quot;background:#dadada&amp;quot; | &#039;&#039;&#039;Weight&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;background:#eaeaea&amp;quot; | 2&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background:#dadada; padding-right:1em&amp;quot; | &#039;&#039;&#039;Description&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;background:#eaeaea&amp;quot; |Familiarity with the components that go into building desktop and server computers.&lt;br /&gt;
|}&lt;br /&gt;
&#039;&#039;&#039;Key Knowledge Areas:&#039;&#039;&#039;&lt;br /&gt;
* Hardware&lt;br /&gt;
&#039;&#039;&#039;The following is a partial list of the used files, terms and utilities:&#039;&#039;&#039;&lt;br /&gt;
* Hard drives and partitions, motherboards, processors, power supplies, optical drives, peripherals&lt;br /&gt;
* Display types&lt;br /&gt;
* Drivers&lt;br /&gt;
&#039;&#039;&#039;Nice to know:&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====&amp;lt;span style=&amp;quot;color:navy&amp;quot;&amp;gt;4.3 Where Data is Stored&amp;lt;/span&amp;gt;====&lt;br /&gt;
{|&lt;br /&gt;
| style=&amp;quot;background:#dadada&amp;quot; | &#039;&#039;&#039;Weight&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;background:#eaeaea&amp;quot; | 3&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background:#dadada; padding-right:1em&amp;quot; | &#039;&#039;&#039;Description&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;background:#eaeaea&amp;quot; | Where various types of information are stored on a Linux system.&lt;br /&gt;
|}&lt;br /&gt;
&#039;&#039;&#039;Key Knowledge Areas:&#039;&#039;&#039;&lt;br /&gt;
* Kernel&lt;br /&gt;
* Processes&lt;br /&gt;
* syslog, klog, dmesg&lt;br /&gt;
* /lib, /usr/lib, /etc, /var/log&lt;br /&gt;
&#039;&#039;&#039;The following is a partial list of the used files, terms and utilities:&#039;&#039;&#039;&lt;br /&gt;
* Programs, libraries, packages and package databases, system configuration&lt;br /&gt;
* Processes and process tables, memory addresses, system messaging and logging&lt;br /&gt;
* ps, top, free&lt;br /&gt;
&#039;&#039;&#039;Nice to know:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====&amp;lt;span style=&amp;quot;color:navy&amp;quot;&amp;gt;4.4 Your Computer on the Network&amp;lt;/span&amp;gt;====&lt;br /&gt;
{|&lt;br /&gt;
| style=&amp;quot;background:#dadada&amp;quot; | &#039;&#039;&#039;Weight&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;background:#eaeaea&amp;quot; | 2&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background:#dadada; padding-right:1em&amp;quot; | &#039;&#039;&#039;Description&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;background:#eaeaea&amp;quot; |Determining vital networking settings and the basic requirements to add a computer on to a Local Area Network (LAN).&lt;br /&gt;
|}&lt;br /&gt;
&#039;&#039;&#039;Key Knowledge Areas:&#039;&#039;&#039;&lt;br /&gt;
* Internet, network, routers&lt;br /&gt;
* Domain Name Service&lt;br /&gt;
* Network configuration&lt;br /&gt;
&#039;&#039;&#039;The following is a partial list of the used files, terms and utilities:&#039;&#039;&#039;&lt;br /&gt;
* route&lt;br /&gt;
* resolv.conf&lt;br /&gt;
* IPv4, IPv6&lt;br /&gt;
* ifconfig&lt;br /&gt;
* netstat&lt;br /&gt;
* ping&lt;br /&gt;
&#039;&#039;&#039;Nice to know:&#039;&#039;&#039;&lt;br /&gt;
* ssh&lt;br /&gt;
* dig&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===&#039;&#039;Topic 5: Security and File Permissions (weight: 7)&#039;&#039;===&lt;br /&gt;
====&amp;lt;span style=&amp;quot;color:navy&amp;quot;&amp;gt;5.1 Basic Security and Identifying User Types&amp;lt;/span&amp;gt;====&lt;br /&gt;
{|&lt;br /&gt;
| style=&amp;quot;background:#dadada&amp;quot; | &#039;&#039;&#039;Weight&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;background:#eaeaea&amp;quot; | 2&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background:#dadada; padding-right:1em&amp;quot; | &#039;&#039;&#039;Description&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;background:#eaeaea&amp;quot; | Various types of users on a Linux system.&lt;br /&gt;
|}&lt;br /&gt;
&#039;&#039;&#039;Key Knowledge Areas:&#039;&#039;&#039;&lt;br /&gt;
* Root and Standard Users&lt;br /&gt;
* System users&lt;br /&gt;
&#039;&#039;&#039;The following is a partial list of the used files, terms and utilities:&#039;&#039;&#039;&lt;br /&gt;
* /etc/passwd, /etc/group&lt;br /&gt;
* id, who, w&lt;br /&gt;
* sudo&lt;br /&gt;
&#039;&#039;&#039;Nice to know:&#039;&#039;&#039;&lt;br /&gt;
* su&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====&amp;lt;span style=&amp;quot;color:navy&amp;quot;&amp;gt;5.2 Creating Users and Groups&amp;lt;/span&amp;gt;====&lt;br /&gt;
{|&lt;br /&gt;
| style=&amp;quot;background:#dadada&amp;quot; | &#039;&#039;&#039;Weight&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;background:#eaeaea&amp;quot; | 2&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background:#dadada; padding-right:1em&amp;quot; | &#039;&#039;&#039;Description&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;background:#eaeaea&amp;quot; | Creating users and groups on a Linux system.&lt;br /&gt;
|}&lt;br /&gt;
&#039;&#039;&#039;Key Knowledge Areas:&#039;&#039;&#039;&lt;br /&gt;
* User and group commands&lt;br /&gt;
* User IDs&lt;br /&gt;
&#039;&#039;&#039;The following is a partial list of the used files, terms and utilities:&#039;&#039;&#039;&lt;br /&gt;
* /etc/passwd, /etc/shadow, /etc/group&lt;br /&gt;
* id, last&lt;br /&gt;
* useradd, groupdadd&lt;br /&gt;
* passwd&lt;br /&gt;
&#039;&#039;&#039;Nice to know:&#039;&#039;&#039;&lt;br /&gt;
* usermod, userdel&lt;br /&gt;
* groupmod, groupdel&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====&amp;lt;span style=&amp;quot;color:navy&amp;quot;&amp;gt;5.3 Managing File Permissions and Ownership&amp;lt;/span&amp;gt;====&lt;br /&gt;
{|&lt;br /&gt;
| style=&amp;quot;background:#dadada&amp;quot; | &#039;&#039;&#039;Weight&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;background:#eaeaea&amp;quot; | 2&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background:#dadada; padding-right:1em&amp;quot; | &#039;&#039;&#039;Description&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;background:#eaeaea&amp;quot; | Understanding and manipulating file permissions and ownership settings.&lt;br /&gt;
|}&lt;br /&gt;
&#039;&#039;&#039;Key Knowledge Areas:&#039;&#039;&#039;&lt;br /&gt;
* File/directory permissions and owners&lt;br /&gt;
&#039;&#039;&#039;The following is a partial list of the used files, terms and utilities:&#039;&#039;&#039;&lt;br /&gt;
* ls -l&lt;br /&gt;
* chmod, chown&lt;br /&gt;
&#039;&#039;&#039;Nice to know:&#039;&#039;&#039;&lt;br /&gt;
* chgrp&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
====&amp;lt;span style=&amp;quot;color:navy&amp;quot;&amp;gt;5.4 Special Directories and Files&amp;lt;/span&amp;gt;====&lt;br /&gt;
{|&lt;br /&gt;
| style=&amp;quot;background:#dadada&amp;quot; | &#039;&#039;&#039;Weight&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;background:#eaeaea&amp;quot; | 1&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background:#dadada; padding-right:1em&amp;quot; | &#039;&#039;&#039;Description&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;background:#eaeaea&amp;quot; | Special directories and files on a Linux system including special permissions.&lt;br /&gt;
|}&lt;br /&gt;
&#039;&#039;&#039;Key Knowledge Areas:&#039;&#039;&#039;&lt;br /&gt;
* System files, libraries&lt;br /&gt;
* Symbolic links&lt;br /&gt;
&#039;&#039;&#039;The following is a partial list of the used files, terms and utilities:&#039;&#039;&#039;&lt;br /&gt;
* /etc, /var&lt;br /&gt;
* /tmp, /var/tmp and Sticky Bits&lt;br /&gt;
* ls -d&lt;br /&gt;
* ln -s&lt;br /&gt;
&#039;&#039;&#039;Nice to know:&#039;&#039;&#039;&lt;br /&gt;
* Hard links&lt;br /&gt;
* Setuid/Setgid&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===&#039;&#039;Reference Material&#039;&#039;===&lt;br /&gt;
&lt;br /&gt;
===Notes and Comments===&lt;br /&gt;
&lt;br /&gt;
Feel free to add comments here:&lt;/div&gt;</summary>
		<author><name>MedinaDupuis</name></author>
	</entry>
	<entry>
		<id>https://wiki.lpi.org/w/index.php?title=LinuxEssentialsProgramme&amp;diff=1579</id>
		<title>LinuxEssentialsProgramme</title>
		<link rel="alternate" type="text/html" href="https://wiki.lpi.org/w/index.php?title=LinuxEssentialsProgramme&amp;diff=1579"/>
		<updated>2012-02-26T19:27:51Z</updated>

		<summary type="html">&lt;p&gt;MedinaDupuis: /* Development Workshops */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__FORCETOC__&lt;br /&gt;
==Introduction==&lt;br /&gt;
The purpose of the Linux Essentials Program is to define the basic knowledge required to competantly use a desktop or mobile device using a Linux Operating System. The program will guide and encourage youth (and those new to Linux and Open Source) to understand the place of Linux and Open Source in the context of the broader IT industry. &lt;br /&gt;
&lt;br /&gt;
The Linux Essentials Program is made of several main components:&lt;br /&gt;
&lt;br /&gt;
* Linux Essentials Exam and Certificate Program&lt;br /&gt;
* Support for competitions such as world wide participation the World Skills Competition in the [http://www.worldskillslondon2011.com/events-programme/skills-competitions/information-and-communications-technology/it-network-systems-administration/ World Skills Information and Communications Technology Category, IT Network Systems Administration]&lt;br /&gt;
* Regional links to employability and apprenticeship programs available to youth&lt;br /&gt;
* Research and resources supporting youth entry into Linux and Open Source Careers &lt;br /&gt;
* LPI support for regional government and educational qualification authorities where appropriate&lt;br /&gt;
* LPI support for Teacher collaboration and sharing of projects and learning excercises for the Linux Essentials knowledge base&lt;br /&gt;
* Resources for youth describing jobs and industries requiring Linux skills&lt;br /&gt;
&lt;br /&gt;
==Development Workshops==&lt;br /&gt;
&lt;br /&gt;
The following open attendance item development workshops are taking place in 2012Q1:&lt;br /&gt;
&lt;br /&gt;
Questions? innovation@lpi.org&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
|+&lt;br /&gt;
|| Location || Date || Contact || Address&lt;br /&gt;
|-&lt;br /&gt;
| Linux Hotel, Essen, Germany||November 26, 2011||Klaus Berhla||behrla@lpice.eu&lt;br /&gt;
|-&lt;br /&gt;
| FOSDEM, Brussels, Belgium|| February 5, 2012||Medina Dupuis||mdupuis@lpi.org&lt;br /&gt;
|-&lt;br /&gt;
| Birmingham City University, Birmingham, UK ||February 8, 2012||Bill Quinn||bill.quinn@tdm.info  &lt;br /&gt;
|-&lt;br /&gt;
| Lagos, Nigeria||February 23rd, 2012||Medina Dupuis||mdupius@lpi.org&lt;br /&gt;
|-&lt;br /&gt;
| Narobi, Kenya||tbc||Evans Ikua||ikua@lpi-eastafrica.org&lt;br /&gt;
|-&lt;br /&gt;
| Landesakademie für Fortbildung und Personalentwicklung, Esslingen, Germany||March 2, 2012||Medina Dupuis||mdupuis@lpi.org&lt;br /&gt;
|-&lt;br /&gt;
| Städtische Berufsschule für Informationstechnik, Munich, Germany||March 3, 2012||Michael Niedermair||mgn.schule@gmx.de&lt;br /&gt;
|-&lt;br /&gt;
| CeBIT, Hannover, Germany||March 6-9, 2012||Medina Dupuis||mdupuis@lpi.org&lt;br /&gt;
|-&lt;br /&gt;
| Virtual Workshop, France, Mahgreb, Francophonie||March 15th, 2012||Frantz Fongang||frantz.fongang@auf.org&lt;br /&gt;
|+&lt;br /&gt;
&lt;br /&gt;
Questions? innovation@lpi.org&lt;/div&gt;</summary>
		<author><name>MedinaDupuis</name></author>
	</entry>
	<entry>
		<id>https://wiki.lpi.org/w/index.php?title=LinuxEssentialsProgramme&amp;diff=1578</id>
		<title>LinuxEssentialsProgramme</title>
		<link rel="alternate" type="text/html" href="https://wiki.lpi.org/w/index.php?title=LinuxEssentialsProgramme&amp;diff=1578"/>
		<updated>2012-02-26T19:27:12Z</updated>

		<summary type="html">&lt;p&gt;MedinaDupuis: /* Development Workshops */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__FORCETOC__&lt;br /&gt;
==Introduction==&lt;br /&gt;
The purpose of the Linux Essentials Program is to define the basic knowledge required to competantly use a desktop or mobile device using a Linux Operating System. The program will guide and encourage youth (and those new to Linux and Open Source) to understand the place of Linux and Open Source in the context of the broader IT industry. &lt;br /&gt;
&lt;br /&gt;
The Linux Essentials Program is made of several main components:&lt;br /&gt;
&lt;br /&gt;
* Linux Essentials Exam and Certificate Program&lt;br /&gt;
* Support for competitions such as world wide participation the World Skills Competition in the [http://www.worldskillslondon2011.com/events-programme/skills-competitions/information-and-communications-technology/it-network-systems-administration/ World Skills Information and Communications Technology Category, IT Network Systems Administration]&lt;br /&gt;
* Regional links to employability and apprenticeship programs available to youth&lt;br /&gt;
* Research and resources supporting youth entry into Linux and Open Source Careers &lt;br /&gt;
* LPI support for regional government and educational qualification authorities where appropriate&lt;br /&gt;
* LPI support for Teacher collaboration and sharing of projects and learning excercises for the Linux Essentials knowledge base&lt;br /&gt;
* Resources for youth describing jobs and industries requiring Linux skills&lt;br /&gt;
&lt;br /&gt;
==Development Workshops==&lt;br /&gt;
&lt;br /&gt;
The following open attendance item development workshops are taking place in 2012Q1:&lt;br /&gt;
&lt;br /&gt;
Questions? innovation@lpi.org&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
|+&lt;br /&gt;
|| Location || Date || Contact || Address&lt;br /&gt;
|-&lt;br /&gt;
| Linux Hotel, Essen, Germany||November 26, 2011||Klaus Berhla||behrla@lpice.eu&lt;br /&gt;
|-&lt;br /&gt;
| FOSDEM, Brussels, Belgium|| February 5, 2012||Medina Dupuis||mdupuis@lpi.org&lt;br /&gt;
|-&lt;br /&gt;
| Birmingham City University, Birmingham, UK ||February 8, 2012||Bill Quinn||bill.quinn@tdm.info  &lt;br /&gt;
|-&lt;br /&gt;
| Lagos, Nigeria||February 23rd, 2012||Medina Dupuis||mdupius@lpi.org&lt;br /&gt;
|-&lt;br /&gt;
| Narobi, Kenya||February 25th, 2012||Evans Ikua||ikua@lpi-eastafrica.org&lt;br /&gt;
|-&lt;br /&gt;
| Landesakademie für Fortbildung und Personalentwicklung, Esslingen, Germany||March 2, 2012||Medina Dupuis||mdupuis@lpi.org&lt;br /&gt;
|-&lt;br /&gt;
| Städtische Berufsschule für Informationstechnik, Munich, Germany||March 3, 2012||Michael Niedermair||mgn.schule@gmx.de&lt;br /&gt;
|-&lt;br /&gt;
| CeBIT, Hannover, Germany||March 6-9, 2012||Medina Dupuis||mdupuis@lpi.org&lt;br /&gt;
|-&lt;br /&gt;
| Virtual Workshop, France, Mahgreb, Francophonie||March 15th, 2012||Frantz Fongang||frantz.fongang@auf.org&lt;br /&gt;
|+&lt;br /&gt;
&lt;br /&gt;
Questions? innovation@lpi.org&lt;/div&gt;</summary>
		<author><name>MedinaDupuis</name></author>
	</entry>
	<entry>
		<id>https://wiki.lpi.org/w/index.php?title=LinuxEssentialsProgramme&amp;diff=1577</id>
		<title>LinuxEssentialsProgramme</title>
		<link rel="alternate" type="text/html" href="https://wiki.lpi.org/w/index.php?title=LinuxEssentialsProgramme&amp;diff=1577"/>
		<updated>2012-02-26T19:26:33Z</updated>

		<summary type="html">&lt;p&gt;MedinaDupuis: /* Development Workshops */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__FORCETOC__&lt;br /&gt;
==Introduction==&lt;br /&gt;
The purpose of the Linux Essentials Program is to define the basic knowledge required to competantly use a desktop or mobile device using a Linux Operating System. The program will guide and encourage youth (and those new to Linux and Open Source) to understand the place of Linux and Open Source in the context of the broader IT industry. &lt;br /&gt;
&lt;br /&gt;
The Linux Essentials Program is made of several main components:&lt;br /&gt;
&lt;br /&gt;
* Linux Essentials Exam and Certificate Program&lt;br /&gt;
* Support for competitions such as world wide participation the World Skills Competition in the [http://www.worldskillslondon2011.com/events-programme/skills-competitions/information-and-communications-technology/it-network-systems-administration/ World Skills Information and Communications Technology Category, IT Network Systems Administration]&lt;br /&gt;
* Regional links to employability and apprenticeship programs available to youth&lt;br /&gt;
* Research and resources supporting youth entry into Linux and Open Source Careers &lt;br /&gt;
* LPI support for regional government and educational qualification authorities where appropriate&lt;br /&gt;
* LPI support for Teacher collaboration and sharing of projects and learning excercises for the Linux Essentials knowledge base&lt;br /&gt;
* Resources for youth describing jobs and industries requiring Linux skills&lt;br /&gt;
&lt;br /&gt;
==Development Workshops==&lt;br /&gt;
&lt;br /&gt;
The following open attendance item development workshops are taking place in 2012Q1:&lt;br /&gt;
&lt;br /&gt;
Questions? innovation@lpi.org&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
|+&lt;br /&gt;
|| Location || Date || Contact || Address&lt;br /&gt;
|-&lt;br /&gt;
| Linux Hotel, Essen, Germany||November 26, 2011||Klaus Berhla||behrla@lpice.eu&lt;br /&gt;
|-&lt;br /&gt;
| FOSDEM, Brussels, Belgium|| February 5, 2012||Medina Dupuis||mdupuis@lpi.org&lt;br /&gt;
|-&lt;br /&gt;
| Birmingham City University, Birmingham, UK ||February 8, 2012||Bill Quinn||bill.quinn@tdm.info  &lt;br /&gt;
|-&lt;br /&gt;
| Lagos, Nigeria||February 23rd, 2012||Medina Dupuis||mdupius@lpi.org&lt;br /&gt;
|-&lt;br /&gt;
| Narobi, Kenya||February 25th, 2012||Evans Ikua||ikua@lpi-eastafrica.org&lt;br /&gt;
|-&lt;br /&gt;
| Landesakademie für Fortbildung und Personalentwicklung, Esslingen, Germany||March 2, 2012||Medina Dupuis||mdupuis@lpi.org&lt;br /&gt;
|-&lt;br /&gt;
| Städtische Berufsschule für Informationstechnik, Munich, Germany||March 3, 2012||Michael Niedermair||mgn.schule@gmx.de&lt;br /&gt;
|-&lt;br /&gt;
| CeBIT, Hannover, Germany||March 6-9, 2012||Medina Dupuis||mdupuis@lpi.org&lt;br /&gt;
|-&lt;br /&gt;
| France, French Speaking Africa||March 15th, 2012||Frantz Fongang||frantz.fongang@auf.org&lt;br /&gt;
|-&lt;br /&gt;
| Virtual Workshop, France, Mahgreb, Francophonie||March 15th, 2012||Frantz Fongang||frantz.fongang@auf.org&lt;br /&gt;
|+&lt;br /&gt;
&lt;br /&gt;
Questions? innovation@lpi.org&lt;/div&gt;</summary>
		<author><name>MedinaDupuis</name></author>
	</entry>
	<entry>
		<id>https://wiki.lpi.org/w/index.php?title=LinuxEssentials_Objectives_V1&amp;diff=1576</id>
		<title>LinuxEssentials Objectives V1</title>
		<link rel="alternate" type="text/html" href="https://wiki.lpi.org/w/index.php?title=LinuxEssentials_Objectives_V1&amp;diff=1576"/>
		<updated>2012-02-25T00:24:25Z</updated>

		<summary type="html">&lt;p&gt;MedinaDupuis: /* Minimally Qualified Candidate Description */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__FORCETOC__&lt;br /&gt;
==Introduction and Exam Development Workshops==&lt;br /&gt;
The description of the entire Linux Essentials Programme programme is listed [[LinuxEssentialsProgramme|here]].&lt;br /&gt;
&lt;br /&gt;
The purpose of the Linux Essentials Program is to define the basic knowledge required to competently use a desktop or mobile device using a Linux Operating System.  The program will guide and encourage youth (and those new to Linux and Open Source) to understand the place of Linux and Open Source in the context of the broader IT industry.&lt;br /&gt;
&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==FAQs==&lt;br /&gt;
&lt;br /&gt;
Questions and answers on the Linux Essentials Program and Exam are listed [[LinuxEssentials/FAQs|here]].&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Minimally Qualified Candidate Description==&lt;br /&gt;
This is a description of a candidate that is just barely&lt;br /&gt;
qualified to pass the LPI Linux Essentials exam.  This hypothetical&lt;br /&gt;
person is called the Minimally Qualified Candidate (MQC).  Standards on&lt;br /&gt;
the Linux Essentials exam should be set so that this person (and&lt;br /&gt;
anyone more able) would pass but anyone less able would not pass.&lt;br /&gt;
&lt;br /&gt;
The successful candidate should have an understanding of the Linux and Open Source industry and knowledge of the most popular Open Source Applications.  The candidate should understand the major components of the Linux operating system, and have the technical proficiency to work on the Linux command line. The MQC has a basic understanding of security and administration related topics such&lt;br /&gt;
as user/group management, working on the command line and permissions.   The Linux Essentials Certificate holder is most likely the end user of a mostly managed system.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The &#039;&#039;&#039;LPI Linux Essentials Certificate Holder MQC&#039;&#039;&#039; typically:&lt;br /&gt;
&lt;br /&gt;
* Has a basic understanding of FOSS, the various communities and licenses.&lt;br /&gt;
* Understands the basic concepts of processes, programs and the components of an Operating System.&lt;br /&gt;
* Has a basic knowledge of computer hardware&lt;br /&gt;
* Has a basic appreciation of system security, users/groups and file permissions for public and private directories.&lt;br /&gt;
* Basic understanding of how to make the system accessible and able to connect to other computers on a Local Area Network (LAN).&lt;br /&gt;
* Demonstrates a knowledge of Open Source Applications in the Workplace as they relate to Closed Source equivalents.&lt;br /&gt;
* Understands navigation systems on a Linux Desktop and where to go for help.&lt;br /&gt;
* Has a rudimentary ability to work on the command line and with files.&lt;br /&gt;
* Make and restore simple backups and archives.&lt;br /&gt;
* Can use a basic command line editor.&lt;br /&gt;
* Understands file compression.&lt;br /&gt;
* Ability to create and run simple scripts.&lt;br /&gt;
&lt;br /&gt;
==Version Information==&lt;br /&gt;
These objectives are version 0.99.2.&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Translations of Objectives==&lt;br /&gt;
The following translations of the objectives are available on this wiki:&lt;br /&gt;
* [[LinuxEssentials|English]]&lt;br /&gt;
* [[LinuxEssentials(FR)|French]]&lt;br /&gt;
* [[LinuxEssentials(DE)|German]]&lt;br /&gt;
* [[LinuxEssentials(EL)|Greek]]&lt;br /&gt;
* [[LinuxEssentials(ES)|Spanish]]&lt;br /&gt;
* [[LinuxEssentials(TR)|Turkish]]&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Objectives==&lt;br /&gt;
&lt;br /&gt;
===&#039;&#039;Topic 1:The Linux Community and a Career in Open Source (weight: 7)&#039;&#039;===&lt;br /&gt;
====&amp;lt;span style=&amp;quot;color:navy&amp;quot;&amp;gt;1.1 Linux Evolution and Popular Operating Systems&amp;lt;/span&amp;gt;====&lt;br /&gt;
{|&lt;br /&gt;
| style=&amp;quot;background:#dadada&amp;quot; | &#039;&#039;&#039;Weight&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;background:#eaeaea&amp;quot; | 2&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background:#dadada; padding-right:1em&amp;quot; | &#039;&#039;&#039;Description&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;background:#eaeaea&amp;quot; | Knowledge of Linux development and major distributions.&lt;br /&gt;
|}&lt;br /&gt;
&#039;&#039;&#039;Key Knowledge Areas:&#039;&#039;&#039;&lt;br /&gt;
* Open Source Philosophy&lt;br /&gt;
* Distributions&lt;br /&gt;
* Embedded Systems&lt;br /&gt;
&#039;&#039;&#039;The following is a partial list of the used files, terms and utilities:&#039;&#039;&#039;&lt;br /&gt;
* Android&lt;br /&gt;
* Debian&lt;br /&gt;
* CentOS&lt;br /&gt;
&#039;&#039;&#039;Nice to know:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====&amp;lt;span style=&amp;quot;color:navy&amp;quot;&amp;gt;1.2 Major Open Source Applications&amp;lt;/span&amp;gt;====&lt;br /&gt;
{|&lt;br /&gt;
| style=&amp;quot;background:#dadada&amp;quot; | &#039;&#039;&#039;Weight&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;background:#eaeaea&amp;quot; | 2&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background:#dadada; padding-right:1em&amp;quot; | &#039;&#039;&#039;Description&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;background:#eaeaea&amp;quot; | Awareness of major applications and their uses.&lt;br /&gt;
|}&lt;br /&gt;
&#039;&#039;&#039;Key Knowledge Areas:&#039;&#039;&#039;&lt;br /&gt;
* Desktop Applications&lt;br /&gt;
* Server Applications&lt;br /&gt;
* Mobile Applications&lt;br /&gt;
* Development Languages&lt;br /&gt;
* Package Management Tools and repositories&lt;br /&gt;
&#039;&#039;&#039;The following is a partial list of the used files, terms and utilities:&#039;&#039;&#039;&lt;br /&gt;
* OpenOffice.org, LibreOffice, Thunderbird, Firefox&lt;br /&gt;
* Blender, Gimp, Audacity, ImageMagick&lt;br /&gt;
* Apache, MySQL, PostgreSQL&lt;br /&gt;
* NFS, Samba, OpenLDAP, Postfix, DNS, DHCP&lt;br /&gt;
* C, Perl, shell, Python, PHP&lt;br /&gt;
&#039;&#039;&#039;Nice to know:&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====&amp;lt;span style=&amp;quot;color:navy&amp;quot;&amp;gt;1.3 Understanding Open Source Software and Licensing&amp;lt;/span&amp;gt;====&lt;br /&gt;
{|&lt;br /&gt;
| style=&amp;quot;background:#dadada&amp;quot; | &#039;&#039;&#039;Weight&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;background:#eaeaea&amp;quot; | 1&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background:#dadada; padding-right:1em&amp;quot; | &#039;&#039;&#039;Description&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;background:#eaeaea&amp;quot; | Open communities and licensing Open Source Software for business.&lt;br /&gt;
|}&lt;br /&gt;
&#039;&#039;&#039;Key Knowledge Areas:&#039;&#039;&#039;&lt;br /&gt;
* Licensing&lt;br /&gt;
* Free Software Foundation (FSF), Open Source Initiative (OSI)&lt;br /&gt;
&#039;&#039;&#039;The following is a partial list of the used files, terms and utilities:&#039;&#039;&#039;&lt;br /&gt;
* GPL, BSD, Creative Commons&lt;br /&gt;
* Free Software, Open Source Software, FOSS, FLOSS&lt;br /&gt;
* Open Source business models&lt;br /&gt;
&#039;&#039;&#039;Nice to know:&#039;&#039;&#039;&lt;br /&gt;
* Intellectual Property (IP): copyright, trademarks and patents&lt;br /&gt;
* Apache License, Mozilla License&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====&amp;lt;span style=&amp;quot;color:navy&amp;quot;&amp;gt;1.4 ICT Skills and Working in Linux&amp;lt;/span&amp;gt;====&lt;br /&gt;
{|&lt;br /&gt;
| style=&amp;quot;background:#dadada&amp;quot; | &#039;&#039;&#039;Weight&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;background:#eaeaea&amp;quot; | 2&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background:#dadada; padding-right:1em&amp;quot; | &#039;&#039;&#039;Description&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;background:#eaeaea&amp;quot; | Basic Information and Communication Technology (ICT) skills and working in Linux.&lt;br /&gt;
|}&lt;br /&gt;
&#039;&#039;&#039;Key Knowledge Areas:&#039;&#039;&#039;&lt;br /&gt;
* Desktop Skills&lt;br /&gt;
* Getting to the Command Line&lt;br /&gt;
* Industry uses of Linux, Cloud Computing and Virtualization&lt;br /&gt;
&#039;&#039;&#039;The following is a partial list of the used files, terms and utilities:&#039;&#039;&#039;&lt;br /&gt;
* Using a browser, privacy concerns, configuration options, searching the web and saving content&lt;br /&gt;
* Terminal and Console&lt;br /&gt;
* Password issues&lt;br /&gt;
* Privacy issues and tools&lt;br /&gt;
* Use of common open source applications in presentations and projects&lt;br /&gt;
&#039;&#039;&#039;Nice to know:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===&#039;&#039;Topic 2: Finding Your Way on a Linux System (weight: 8)&#039;&#039;===&lt;br /&gt;
====&amp;lt;span style=&amp;quot;color:navy&amp;quot;&amp;gt;2.1 Command Line Basics&amp;lt;/span&amp;gt;====&lt;br /&gt;
{|&lt;br /&gt;
| style=&amp;quot;background:#dadada&amp;quot; | &#039;&#039;&#039;Weight&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;background:#eaeaea&amp;quot; | 2&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background:#dadada; padding-right:1em&amp;quot; | &#039;&#039;&#039;Description&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;background:#eaeaea&amp;quot; | Basics of using the Linux command line.&lt;br /&gt;
|}&lt;br /&gt;
&#039;&#039;&#039;Key Knowledge Areas:&#039;&#039;&#039;&lt;br /&gt;
* Basic shell&lt;br /&gt;
* Formatting commands&lt;br /&gt;
* Working With Options&lt;br /&gt;
* Variables&lt;br /&gt;
* Globbing&lt;br /&gt;
* Quoting&lt;br /&gt;
&#039;&#039;&#039;The following is a partial list of the used files, terms and utilities:&#039;&#039;&#039;&lt;br /&gt;
* echo&lt;br /&gt;
* history&lt;br /&gt;
* PATH env variable&lt;br /&gt;
* which&lt;br /&gt;
&#039;&#039;&#039;Nice to know:&#039;&#039;&#039;&lt;br /&gt;
* Substitutions&lt;br /&gt;
* ||, &amp;amp;&amp;amp; and ; control operators&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====&amp;lt;span style=&amp;quot;color:navy&amp;quot;&amp;gt;2.2 Using the Command Line to Get Help &amp;lt;/span&amp;gt;====&lt;br /&gt;
{|&lt;br /&gt;
| style=&amp;quot;background:#dadada&amp;quot; | &#039;&#039;&#039;Weight&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;background:#eaeaea&amp;quot; | 2&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background:#dadada; padding-right:1em&amp;quot; | &#039;&#039;&#039;Description&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;background:#eaeaea&amp;quot; |Running help commands and navigation of the various help systems.&lt;br /&gt;
|}&lt;br /&gt;
&#039;&#039;&#039;Key Knowledge Areas:&#039;&#039;&#039;&lt;br /&gt;
* Man&lt;br /&gt;
* Info&lt;br /&gt;
&#039;&#039;&#039;The following is a partial list of the used files, terms and utilities:&#039;&#039;&#039;&lt;br /&gt;
* man&lt;br /&gt;
* info&lt;br /&gt;
* Man pages&lt;br /&gt;
* /usr/share/doc&lt;br /&gt;
* locate&lt;br /&gt;
&#039;&#039;&#039;Nice to know:&#039;&#039;&#039;&lt;br /&gt;
* apropos, whatis, whereis&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====&amp;lt;span style=&amp;quot;color:navy&amp;quot;&amp;gt;2.3 Using Directories and Listing Files&amp;lt;/span&amp;gt;====&lt;br /&gt;
{|&lt;br /&gt;
| style=&amp;quot;background:#dadada&amp;quot; | &#039;&#039;&#039;Weight&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;background:#eaeaea&amp;quot; | 2&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background:#dadada; padding-right:1em&amp;quot; | &#039;&#039;&#039;Description&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;background:#eaeaea&amp;quot; | Navigation of home and system directories and listing files in various locations.&lt;br /&gt;
|}&lt;br /&gt;
&#039;&#039;&#039;Key Knowledge Areas:&#039;&#039;&#039;&lt;br /&gt;
* Files, directories&lt;br /&gt;
* Hidden files and directories&lt;br /&gt;
* Home&lt;br /&gt;
* Absolute and relative paths&lt;br /&gt;
&#039;&#039;&#039;The following is a partial list of the used files, terms and utilities:&#039;&#039;&#039;&lt;br /&gt;
* Common options for ls&lt;br /&gt;
* Recursive listings&lt;br /&gt;
* cd &lt;br /&gt;
* &#039;&#039;&#039;.&#039;&#039;&#039; and &#039;&#039;&#039;..&#039;&#039;&#039;&lt;br /&gt;
* home and ~&lt;br /&gt;
&#039;&#039;&#039;Nice to know:&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====&amp;lt;span style=&amp;quot;color:navy&amp;quot;&amp;gt;2.4 Creating, Moving and Deleting Files&amp;lt;/span&amp;gt;====&lt;br /&gt;
{|&lt;br /&gt;
| style=&amp;quot;background:#dadada&amp;quot; | &#039;&#039;&#039;Weight&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;background:#eaeaea&amp;quot; | 2&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background:#dadada; padding-right:1em&amp;quot; | &#039;&#039;&#039;Description&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;background:#eaeaea&amp;quot; | Create, move and delete files and directories under the home directory.&lt;br /&gt;
|}&lt;br /&gt;
&#039;&#039;&#039;Key Knowledge Areas:&#039;&#039;&#039;&lt;br /&gt;
* Files and directories&lt;br /&gt;
* Case sensitivity&lt;br /&gt;
* Simple globbing and quoting&lt;br /&gt;
&#039;&#039;&#039;The following is a partial list of the used files, terms and utilities:&#039;&#039;&#039;&lt;br /&gt;
* mv, cp, rm, touch&lt;br /&gt;
* mkdir, rmdir&lt;br /&gt;
&#039;&#039;&#039;Nice to know:&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===&#039;&#039;Topic 3: The Power of the Command Line (weight: 10)&#039;&#039;===&lt;br /&gt;
====&amp;lt;span style=&amp;quot;color:navy&amp;quot;&amp;gt;3.1 Archiving Files on the Command Line&amp;lt;/span&amp;gt;====&lt;br /&gt;
{|&lt;br /&gt;
| style=&amp;quot;background:#dadada&amp;quot; | &#039;&#039;&#039;Weight&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;background:#eaeaea&amp;quot; | 2&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background:#dadada; padding-right:1em&amp;quot; | &#039;&#039;&#039;Description&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;background:#eaeaea&amp;quot; | Archiving files in the user home directory.&lt;br /&gt;
|}&lt;br /&gt;
&#039;&#039;&#039;Key Knowledge Areas:&#039;&#039;&#039;&lt;br /&gt;
* Files, directories&lt;br /&gt;
* Archives, compression&lt;br /&gt;
&#039;&#039;&#039;The following is a partial list of the used files, terms and utilities:&#039;&#039;&#039;&lt;br /&gt;
* tar&lt;br /&gt;
* Common tar options&lt;br /&gt;
* gzip, bzip2&lt;br /&gt;
* zip, unzip&lt;br /&gt;
&#039;&#039;&#039;Nice to know:&#039;&#039;&#039;&lt;br /&gt;
* Extracting individual files from archives&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====&amp;lt;span style=&amp;quot;color:navy&amp;quot;&amp;gt;3.2 Searching and Extracting Data from Files&amp;lt;/span&amp;gt;====&lt;br /&gt;
{|&lt;br /&gt;
| style=&amp;quot;background:#dadada&amp;quot; | &#039;&#039;&#039;Weight&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;background:#eaeaea&amp;quot; | 4&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background:#dadada; padding-right:1em&amp;quot; | &#039;&#039;&#039;Description&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;background:#eaeaea&amp;quot; | Search and extract data from files in the home directory.&lt;br /&gt;
|}&lt;br /&gt;
&#039;&#039;&#039;Key Knowledge Areas:&#039;&#039;&#039;&lt;br /&gt;
* Command line pipes&lt;br /&gt;
* I/O re-direction&lt;br /&gt;
* Partial POSIX Regular Expressions (., [ ], *, ?)&lt;br /&gt;
&#039;&#039;&#039;The following is a partial list of the used files, terms and utilities:&#039;&#039;&#039;&lt;br /&gt;
* find&lt;br /&gt;
* grep&lt;br /&gt;
* less&lt;br /&gt;
* head, tail&lt;br /&gt;
* sort&lt;br /&gt;
* cut&lt;br /&gt;
* wc&lt;br /&gt;
&#039;&#039;&#039;Nice to know:&#039;&#039;&#039;&lt;br /&gt;
* Partial POSIX Basic Regular Expressions ([^ ], ^, $)&lt;br /&gt;
* Partial POSIX Extended Regular Expressions (+, ( ), |)&lt;br /&gt;
* xargs&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====&amp;lt;span style=&amp;quot;color:navy&amp;quot;&amp;gt;3.3 Turning Commands into a Script&amp;lt;/span&amp;gt;====&lt;br /&gt;
{|&lt;br /&gt;
| style=&amp;quot;background:#dadada&amp;quot; | &#039;&#039;&#039;Weight&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;background:#eaeaea&amp;quot; | 4&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background:#dadada; padding-right:1em&amp;quot; | &#039;&#039;&#039;Description&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;background:#eaeaea&amp;quot; | Turning repetitive commands into simple scripts.&lt;br /&gt;
|}&lt;br /&gt;
&#039;&#039;&#039;Key Knowledge Areas:&#039;&#039;&#039;&lt;br /&gt;
* Basic text editing&lt;br /&gt;
* Basic shell scripting&lt;br /&gt;
&#039;&#039;&#039;The following is a partial list of the used files, terms and utilities:&#039;&#039;&#039;&lt;br /&gt;
* pico, nano, vi&lt;br /&gt;
* /bin/sh&lt;br /&gt;
* Variables&lt;br /&gt;
* Arguments&lt;br /&gt;
* for loops&lt;br /&gt;
* echo&lt;br /&gt;
* Exit status&lt;br /&gt;
&#039;&#039;&#039;Nice to know:&#039;&#039;&#039;&lt;br /&gt;
* Bash&lt;br /&gt;
* if, while, case statements&lt;br /&gt;
* read and test, and [ commands&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===&#039;&#039;Topic 4: The Linux Operating System (weight: 8)&#039;&#039;===&lt;br /&gt;
====&amp;lt;span style=&amp;quot;color:navy&amp;quot;&amp;gt;4.1 Choosing an Operating System&amp;lt;/span&amp;gt;====&lt;br /&gt;
{|&lt;br /&gt;
| style=&amp;quot;background:#dadada&amp;quot; | &#039;&#039;&#039;Weight&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;background:#eaeaea&amp;quot; | 1&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background:#dadada; padding-right:1em&amp;quot; | &#039;&#039;&#039;Description&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;background:#eaeaea&amp;quot; | Knowledge of major operating systems and Linux distributions.&lt;br /&gt;
|}&lt;br /&gt;
&#039;&#039;&#039;Key Knowledge Areas:&#039;&#039;&#039;&lt;br /&gt;
* Windows, Mac, Linux differences&lt;br /&gt;
* Distribution life cycle management&lt;br /&gt;
&#039;&#039;&#039;The following is a partial list of the used files, terms and utilities:&#039;&#039;&#039;&lt;br /&gt;
* GUI versus command line, desktop configuration&lt;br /&gt;
* Maintenance cycles, Beta and Stable&lt;br /&gt;
&#039;&#039;&#039;Nice to know:&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====&amp;lt;span style=&amp;quot;color:navy&amp;quot;&amp;gt;4.2 Understanding Computer Hardware&amp;lt;/span&amp;gt;====&lt;br /&gt;
{|&lt;br /&gt;
| style=&amp;quot;background:#dadada&amp;quot; | &#039;&#039;&#039;Weight&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;background:#eaeaea&amp;quot; | 2&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background:#dadada; padding-right:1em&amp;quot; | &#039;&#039;&#039;Description&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;background:#eaeaea&amp;quot; |Familiarity with the components that go into building desktop and server computers.&lt;br /&gt;
|}&lt;br /&gt;
&#039;&#039;&#039;Key Knowledge Areas:&#039;&#039;&#039;&lt;br /&gt;
* Hardware&lt;br /&gt;
&#039;&#039;&#039;The following is a partial list of the used files, terms and utilities:&#039;&#039;&#039;&lt;br /&gt;
* Hard drives and partitions, motherboards, processors, power supplies, optical drives, peripherals&lt;br /&gt;
* Display types&lt;br /&gt;
* Drivers&lt;br /&gt;
&#039;&#039;&#039;Nice to know:&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====&amp;lt;span style=&amp;quot;color:navy&amp;quot;&amp;gt;4.3 Where Data is Stored&amp;lt;/span&amp;gt;====&lt;br /&gt;
{|&lt;br /&gt;
| style=&amp;quot;background:#dadada&amp;quot; | &#039;&#039;&#039;Weight&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;background:#eaeaea&amp;quot; | 3&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background:#dadada; padding-right:1em&amp;quot; | &#039;&#039;&#039;Description&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;background:#eaeaea&amp;quot; | Where various types of information are stored on a Linux system.&lt;br /&gt;
|}&lt;br /&gt;
&#039;&#039;&#039;Key Knowledge Areas:&#039;&#039;&#039;&lt;br /&gt;
* Kernel&lt;br /&gt;
* Processes&lt;br /&gt;
* syslog, klog, dmesg&lt;br /&gt;
* /lib, /usr/lib, /etc, /var/log&lt;br /&gt;
&#039;&#039;&#039;The following is a partial list of the used files, terms and utilities:&#039;&#039;&#039;&lt;br /&gt;
* Programs, libraries, packages and package databases, system configuration&lt;br /&gt;
* Processes and process tables, memory addresses, system messaging and logging&lt;br /&gt;
* ps, top, free&lt;br /&gt;
&#039;&#039;&#039;Nice to know:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====&amp;lt;span style=&amp;quot;color:navy&amp;quot;&amp;gt;4.4 Your Computer on the Network&amp;lt;/span&amp;gt;====&lt;br /&gt;
{|&lt;br /&gt;
| style=&amp;quot;background:#dadada&amp;quot; | &#039;&#039;&#039;Weight&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;background:#eaeaea&amp;quot; | 2&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background:#dadada; padding-right:1em&amp;quot; | &#039;&#039;&#039;Description&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;background:#eaeaea&amp;quot; |Determining vital networking settings and the basic requirements to add a computer on to a Local Area Network (LAN).&lt;br /&gt;
|}&lt;br /&gt;
&#039;&#039;&#039;Key Knowledge Areas:&#039;&#039;&#039;&lt;br /&gt;
* Internet, network, routers&lt;br /&gt;
* Domain Name Service&lt;br /&gt;
* Network configuration&lt;br /&gt;
&#039;&#039;&#039;The following is a partial list of the used files, terms and utilities:&#039;&#039;&#039;&lt;br /&gt;
* route&lt;br /&gt;
* resolv.conf&lt;br /&gt;
* IPv4, IPv6&lt;br /&gt;
* ifconfig&lt;br /&gt;
* netstat&lt;br /&gt;
* ping&lt;br /&gt;
&#039;&#039;&#039;Nice to know:&#039;&#039;&#039;&lt;br /&gt;
* ssh&lt;br /&gt;
* dig&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===&#039;&#039;Topic 5: Security and File Permissions (weight: 7)&#039;&#039;===&lt;br /&gt;
====&amp;lt;span style=&amp;quot;color:navy&amp;quot;&amp;gt;5.1 Basic Security and Identifying User Types&amp;lt;/span&amp;gt;====&lt;br /&gt;
{|&lt;br /&gt;
| style=&amp;quot;background:#dadada&amp;quot; | &#039;&#039;&#039;Weight&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;background:#eaeaea&amp;quot; | 2&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background:#dadada; padding-right:1em&amp;quot; | &#039;&#039;&#039;Description&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;background:#eaeaea&amp;quot; | Various types of users on a Linux system.&lt;br /&gt;
|}&lt;br /&gt;
&#039;&#039;&#039;Key Knowledge Areas:&#039;&#039;&#039;&lt;br /&gt;
* Root and Standard Users&lt;br /&gt;
* System users&lt;br /&gt;
&#039;&#039;&#039;The following is a partial list of the used files, terms and utilities:&#039;&#039;&#039;&lt;br /&gt;
* /etc/passwd, /etc/group&lt;br /&gt;
* id, who, w&lt;br /&gt;
* sudo&lt;br /&gt;
&#039;&#039;&#039;Nice to know:&#039;&#039;&#039;&lt;br /&gt;
* su&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====&amp;lt;span style=&amp;quot;color:navy&amp;quot;&amp;gt;5.2 Creating Users and Groups&amp;lt;/span&amp;gt;====&lt;br /&gt;
{|&lt;br /&gt;
| style=&amp;quot;background:#dadada&amp;quot; | &#039;&#039;&#039;Weight&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;background:#eaeaea&amp;quot; | 2&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background:#dadada; padding-right:1em&amp;quot; | &#039;&#039;&#039;Description&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;background:#eaeaea&amp;quot; | Creating users and groups on a Linux system.&lt;br /&gt;
|}&lt;br /&gt;
&#039;&#039;&#039;Key Knowledge Areas:&#039;&#039;&#039;&lt;br /&gt;
* User and group commands&lt;br /&gt;
* User IDs&lt;br /&gt;
&#039;&#039;&#039;The following is a partial list of the used files, terms and utilities:&#039;&#039;&#039;&lt;br /&gt;
* /etc/passwd, /etc/shadow, /etc/group&lt;br /&gt;
* id, last&lt;br /&gt;
* useradd, groupdadd&lt;br /&gt;
* passwd&lt;br /&gt;
&#039;&#039;&#039;Nice to know:&#039;&#039;&#039;&lt;br /&gt;
* usermod, userdel&lt;br /&gt;
* groupmod, groupdel&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====&amp;lt;span style=&amp;quot;color:navy&amp;quot;&amp;gt;5.3 Managing File Permissions and Ownership&amp;lt;/span&amp;gt;====&lt;br /&gt;
{|&lt;br /&gt;
| style=&amp;quot;background:#dadada&amp;quot; | &#039;&#039;&#039;Weight&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;background:#eaeaea&amp;quot; | 2&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background:#dadada; padding-right:1em&amp;quot; | &#039;&#039;&#039;Description&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;background:#eaeaea&amp;quot; | Understanding and manipulating file permissions and ownership settings.&lt;br /&gt;
|}&lt;br /&gt;
&#039;&#039;&#039;Key Knowledge Areas:&#039;&#039;&#039;&lt;br /&gt;
* File/directory permissions and owners&lt;br /&gt;
&#039;&#039;&#039;The following is a partial list of the used files, terms and utilities:&#039;&#039;&#039;&lt;br /&gt;
* ls -l&lt;br /&gt;
* chmod, chown&lt;br /&gt;
&#039;&#039;&#039;Nice to know:&#039;&#039;&#039;&lt;br /&gt;
* chgrp&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
====&amp;lt;span style=&amp;quot;color:navy&amp;quot;&amp;gt;5.4 Special Directories and Files&amp;lt;/span&amp;gt;====&lt;br /&gt;
{|&lt;br /&gt;
| style=&amp;quot;background:#dadada&amp;quot; | &#039;&#039;&#039;Weight&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;background:#eaeaea&amp;quot; | 1&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background:#dadada; padding-right:1em&amp;quot; | &#039;&#039;&#039;Description&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;background:#eaeaea&amp;quot; | Special directories and files on a Linux system including special permissions.&lt;br /&gt;
|}&lt;br /&gt;
&#039;&#039;&#039;Key Knowledge Areas:&#039;&#039;&#039;&lt;br /&gt;
* System files, libraries&lt;br /&gt;
* Symbolic links&lt;br /&gt;
&#039;&#039;&#039;The following is a partial list of the used files, terms and utilities:&#039;&#039;&#039;&lt;br /&gt;
* /etc, /var&lt;br /&gt;
* /tmp, /var/tmp and Sticky Bits&lt;br /&gt;
* ls -d&lt;br /&gt;
* ln -s&lt;br /&gt;
&#039;&#039;&#039;Nice to know:&#039;&#039;&#039;&lt;br /&gt;
* Hard links&lt;br /&gt;
* Setuid/Setgid&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===&#039;&#039;Reference Material&#039;&#039;===&lt;br /&gt;
&lt;br /&gt;
===Notes and Comments===&lt;br /&gt;
&lt;br /&gt;
Feel free to add comments here:&lt;/div&gt;</summary>
		<author><name>MedinaDupuis</name></author>
	</entry>
	<entry>
		<id>https://wiki.lpi.org/w/index.php?title=LinuxEssentialsProgramme&amp;diff=1572</id>
		<title>LinuxEssentialsProgramme</title>
		<link rel="alternate" type="text/html" href="https://wiki.lpi.org/w/index.php?title=LinuxEssentialsProgramme&amp;diff=1572"/>
		<updated>2012-02-23T02:58:37Z</updated>

		<summary type="html">&lt;p&gt;MedinaDupuis: /* Introduction */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__FORCETOC__&lt;br /&gt;
==Introduction==&lt;br /&gt;
The purpose of the Linux Essentials Program is to define the basic knowledge required to competantly use a desktop or mobile device using a Linux Operating System. The program will guide and encourage youth (and those new to Linux and Open Source) to understand the place of Linux and Open Source in the context of the broader IT industry. &lt;br /&gt;
&lt;br /&gt;
The Linux Essentials Program is made of several main components:&lt;br /&gt;
&lt;br /&gt;
* Linux Essentials Exam and Certificate Program&lt;br /&gt;
* Support for competitions such as world wide participation the World Skills Competition in the [http://www.worldskillslondon2011.com/events-programme/skills-competitions/information-and-communications-technology/it-network-systems-administration/ World Skills Information and Communications Technology Category, IT Network Systems Administration]&lt;br /&gt;
* Regional links to employability and apprenticeship programs available to youth&lt;br /&gt;
* Research and resources supporting youth entry into Linux and Open Source Careers &lt;br /&gt;
* LPI support for regional government and educational qualification authorities where appropriate&lt;br /&gt;
* LPI support for Teacher collaboration and sharing of projects and learning excercises for the Linux Essentials knowledge base&lt;br /&gt;
* Resources for youth describing jobs and industries requiring Linux skills&lt;br /&gt;
&lt;br /&gt;
==Development Workshops==&lt;br /&gt;
&lt;br /&gt;
The following open attendance item development workshops are taking place in 2012Q1:&lt;br /&gt;
&lt;br /&gt;
Questions? innovation@lpi.org&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
|+&lt;br /&gt;
|| Location || Date || Contact || Address&lt;br /&gt;
|-&lt;br /&gt;
| Linux Hotel, Essen, Germany||November 26, 2011||Klaus Berhla||behrla@lpice.eu&lt;br /&gt;
|-&lt;br /&gt;
| FOSDEM, Brussels, Belgium|| February 5, 2012||Medina Dupuis||mdupuis@lpi.org&lt;br /&gt;
|-&lt;br /&gt;
| Birmingham City University, Birmingham, UK ||February 8, 2012||Bill Quinn||bill.quinn@tdm.info  &lt;br /&gt;
|-&lt;br /&gt;
| Narobi, Kenya||February 25th, 2012||Evans Ikua||ikua@lpi-eastafrica.org&lt;br /&gt;
|-&lt;br /&gt;
| Landesakademie für Fortbildung und Personalentwicklung, Esslingen, Germany||March 2, 2012||Medina Dupuis||mdupuis@lpi.org&lt;br /&gt;
|-&lt;br /&gt;
| Städtische Berufsschule für Informationstechnik, Munich, Germany||March 3, 2012||Michael Niedermair||mgn.schule@gmx.de&lt;br /&gt;
|-&lt;br /&gt;
| CeBIT, Hannover, Germany||March 6, 2012||Medina Dupuis||mdupuis@lpi.org&lt;br /&gt;
|-&lt;br /&gt;
| Virtual Workshop, France, Mahgreb, Francophonie||March 15th, 2012||Frantz Fongang||frantz.fongang@auf.org&lt;br /&gt;
|+&lt;br /&gt;
&lt;br /&gt;
Questions? innovation@lpi.org&lt;/div&gt;</summary>
		<author><name>MedinaDupuis</name></author>
	</entry>
	<entry>
		<id>https://wiki.lpi.org/w/index.php?title=LinuxEssentials_Objectives_V1&amp;diff=1571</id>
		<title>LinuxEssentials Objectives V1</title>
		<link rel="alternate" type="text/html" href="https://wiki.lpi.org/w/index.php?title=LinuxEssentials_Objectives_V1&amp;diff=1571"/>
		<updated>2012-02-23T02:56:54Z</updated>

		<summary type="html">&lt;p&gt;MedinaDupuis: /* Topic 1: A Career in Open Source and Joining The Linux Community (weight: 7) */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__FORCETOC__&lt;br /&gt;
==Introduction and Exam Development Workshops==&lt;br /&gt;
The description of the entire Linux Essentials Programme programme is listed [[LinuxEssentialsProgramme|here]].&lt;br /&gt;
&lt;br /&gt;
The purpose of the Linux Essentials Program is to define the basic knowledge required to competently use a desktop or mobile device using a Linux Operating System.  The program will guide and encourage youth (and those new to Linux and Open Source) to understand the place of Linux and Open Source in the context of the broader IT industry.&lt;br /&gt;
&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==FAQs==&lt;br /&gt;
&lt;br /&gt;
Questions and answers on the Linux Essentials Program and Exam are listed [[LinuxEssentials/FAQs|here]].&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Minimally Qualified Candidate Description==&lt;br /&gt;
This is a description of a candidate that is just barely&lt;br /&gt;
qualified to pass the LPI Linux Essentials exam.  This hypothetical&lt;br /&gt;
person is called the Minimally Qualified Candidate (MQC).  Standards on&lt;br /&gt;
the Linux Essentials exam should be set so that this person (and&lt;br /&gt;
anyone more able) would pass but anyone less able would not pass.&lt;br /&gt;
&lt;br /&gt;
The successful candidate should have an understanding of the Linux and Open Source industry and knowledge of the most popular Open Source Applications.  The candidate should understand the major components of the Linux operating system, and have the technical proficiency to work on the Linux command line. The MQC has a basic understanding of security and administration related topics such&lt;br /&gt;
as user/group management, working on the command line and permissions.  A &#039;&#039;&#039;LPI Linux Essentials Technician (LPI LET)&#039;&#039;&#039; is most likely the end user of a mostly managed system.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The &#039;&#039;&#039;LPI Linux Essentials Technician (LPI LET) MQC&#039;&#039;&#039; typically:&lt;br /&gt;
&lt;br /&gt;
* Has a basic understanding of FOSS, the various communities and licenses.&lt;br /&gt;
* Understands the basic concepts of processes, programs and the components of an Operating System.&lt;br /&gt;
* Has a basic knowledge of computer hardware&lt;br /&gt;
* Has a basic appreciation of system security, users/groups and file permissions for public and private directories.&lt;br /&gt;
* Basic understanding of how to make the system accessible and able to connect to other computers on a Local Area Network (LAN).&lt;br /&gt;
* Demonstrates a knowledge of Open Source Applications in the Workplace as they relate to Closed Source equivalents.&lt;br /&gt;
* Understands navigation systems on a Linux Desktop and where to go for help.&lt;br /&gt;
* Has a rudimentary ability to work on the command line and with files.&lt;br /&gt;
* Make and restore simple backups and archives.&lt;br /&gt;
* Can use a basic command line editor.&lt;br /&gt;
* Understands file compression.&lt;br /&gt;
* Ability to create and run simple scripts.&lt;br /&gt;
&lt;br /&gt;
==Version Information==&lt;br /&gt;
These objectives are version 0.99.2.&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Translations of Objectives==&lt;br /&gt;
The following translations of the objectives are available on this wiki:&lt;br /&gt;
* [[LinuxEssentials|English]]&lt;br /&gt;
* [[LinuxEssentials(FR)|French]]&lt;br /&gt;
* [[LinuxEssentials(DE)|German]]&lt;br /&gt;
* [[LinuxEssentials(EL)|Greek]]&lt;br /&gt;
* [[LinuxEssentials(ES)|Spanish]]&lt;br /&gt;
* [[LinuxEssentials(TR)|Turkish]]&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Objectives==&lt;br /&gt;
&lt;br /&gt;
===&#039;&#039;Topic 1:The Linux Community and a Career in Open Source (weight: 7)&#039;&#039;===&lt;br /&gt;
====&amp;lt;span style=&amp;quot;color:navy&amp;quot;&amp;gt;1.1 Linux Evolution and Popular Operating Systems&amp;lt;/span&amp;gt;====&lt;br /&gt;
{|&lt;br /&gt;
| style=&amp;quot;background:#dadada&amp;quot; | &#039;&#039;&#039;Weight&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;background:#eaeaea&amp;quot; | 2&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background:#dadada; padding-right:1em&amp;quot; | &#039;&#039;&#039;Description&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;background:#eaeaea&amp;quot; | Knowledge of Linux development and major distributions.&lt;br /&gt;
|}&lt;br /&gt;
&#039;&#039;&#039;Key Knowledge Areas:&#039;&#039;&#039;&lt;br /&gt;
* Open Source Philosophy&lt;br /&gt;
* Distributions&lt;br /&gt;
* Embedded Systems&lt;br /&gt;
&#039;&#039;&#039;The following is a partial list of the used files, terms and utilities:&#039;&#039;&#039;&lt;br /&gt;
* Android&lt;br /&gt;
* Debian&lt;br /&gt;
* CentOS&lt;br /&gt;
&#039;&#039;&#039;Nice to know:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====&amp;lt;span style=&amp;quot;color:navy&amp;quot;&amp;gt;1.2 Major Open Source Applications&amp;lt;/span&amp;gt;====&lt;br /&gt;
{|&lt;br /&gt;
| style=&amp;quot;background:#dadada&amp;quot; | &#039;&#039;&#039;Weight&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;background:#eaeaea&amp;quot; | 2&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background:#dadada; padding-right:1em&amp;quot; | &#039;&#039;&#039;Description&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;background:#eaeaea&amp;quot; | Awareness of major applications and their uses.&lt;br /&gt;
|}&lt;br /&gt;
&#039;&#039;&#039;Key Knowledge Areas:&#039;&#039;&#039;&lt;br /&gt;
* Desktop Applications&lt;br /&gt;
* Server Applications&lt;br /&gt;
* Mobile Applications&lt;br /&gt;
* Development Languages&lt;br /&gt;
* Package Management Tools and repositories&lt;br /&gt;
&#039;&#039;&#039;The following is a partial list of the used files, terms and utilities:&#039;&#039;&#039;&lt;br /&gt;
* OpenOffice.org, LibreOffice, Thunderbird, Firefox&lt;br /&gt;
* Blender, Gimp, Audacity, ImageMagick&lt;br /&gt;
* Apache, MySQL, PostgreSQL&lt;br /&gt;
* NFS, Samba, OpenLDAP, Postfix, DNS, DHCP&lt;br /&gt;
* C, Perl, shell, Python, PHP&lt;br /&gt;
&#039;&#039;&#039;Nice to know:&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====&amp;lt;span style=&amp;quot;color:navy&amp;quot;&amp;gt;1.3 Understanding Open Source Software and Licensing&amp;lt;/span&amp;gt;====&lt;br /&gt;
{|&lt;br /&gt;
| style=&amp;quot;background:#dadada&amp;quot; | &#039;&#039;&#039;Weight&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;background:#eaeaea&amp;quot; | 1&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background:#dadada; padding-right:1em&amp;quot; | &#039;&#039;&#039;Description&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;background:#eaeaea&amp;quot; | Open communities and licensing Open Source Software for business.&lt;br /&gt;
|}&lt;br /&gt;
&#039;&#039;&#039;Key Knowledge Areas:&#039;&#039;&#039;&lt;br /&gt;
* Licensing&lt;br /&gt;
* Free Software Foundation (FSF), Open Source Initiative (OSI)&lt;br /&gt;
&#039;&#039;&#039;The following is a partial list of the used files, terms and utilities:&#039;&#039;&#039;&lt;br /&gt;
* GPL, BSD, Creative Commons&lt;br /&gt;
* Free Software, Open Source Software, FOSS, FLOSS&lt;br /&gt;
* Open Source business models&lt;br /&gt;
&#039;&#039;&#039;Nice to know:&#039;&#039;&#039;&lt;br /&gt;
* Intellectual Property (IP): copyright, trademarks and patents&lt;br /&gt;
* Apache License, Mozilla License&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====&amp;lt;span style=&amp;quot;color:navy&amp;quot;&amp;gt;1.4 ICT Skills and Working in Linux&amp;lt;/span&amp;gt;====&lt;br /&gt;
{|&lt;br /&gt;
| style=&amp;quot;background:#dadada&amp;quot; | &#039;&#039;&#039;Weight&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;background:#eaeaea&amp;quot; | 2&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background:#dadada; padding-right:1em&amp;quot; | &#039;&#039;&#039;Description&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;background:#eaeaea&amp;quot; | Basic Information and Communication Technology (ICT) skills and working in Linux.&lt;br /&gt;
|}&lt;br /&gt;
&#039;&#039;&#039;Key Knowledge Areas:&#039;&#039;&#039;&lt;br /&gt;
* Desktop Skills&lt;br /&gt;
* Getting to the Command Line&lt;br /&gt;
* Industry uses of Linux, Cloud Computing and Virtualization&lt;br /&gt;
&#039;&#039;&#039;The following is a partial list of the used files, terms and utilities:&#039;&#039;&#039;&lt;br /&gt;
* Using a browser, privacy concerns, configuration options, searching the web and saving content&lt;br /&gt;
* Terminal and Console&lt;br /&gt;
* Password issues&lt;br /&gt;
* Privacy issues and tools&lt;br /&gt;
* Use of common open source applications in presentations and projects&lt;br /&gt;
&#039;&#039;&#039;Nice to know:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===&#039;&#039;Topic 2: Finding Your Way on a Linux System (weight: 8)&#039;&#039;===&lt;br /&gt;
====&amp;lt;span style=&amp;quot;color:navy&amp;quot;&amp;gt;2.1 Command Line Basics&amp;lt;/span&amp;gt;====&lt;br /&gt;
{|&lt;br /&gt;
| style=&amp;quot;background:#dadada&amp;quot; | &#039;&#039;&#039;Weight&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;background:#eaeaea&amp;quot; | 2&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background:#dadada; padding-right:1em&amp;quot; | &#039;&#039;&#039;Description&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;background:#eaeaea&amp;quot; | Basics of using the Linux command line.&lt;br /&gt;
|}&lt;br /&gt;
&#039;&#039;&#039;Key Knowledge Areas:&#039;&#039;&#039;&lt;br /&gt;
* Basic shell&lt;br /&gt;
* Formatting commands&lt;br /&gt;
* Working With Options&lt;br /&gt;
* Variables&lt;br /&gt;
* Globbing&lt;br /&gt;
* Quoting&lt;br /&gt;
&#039;&#039;&#039;The following is a partial list of the used files, terms and utilities:&#039;&#039;&#039;&lt;br /&gt;
* echo&lt;br /&gt;
* history&lt;br /&gt;
* PATH env variable&lt;br /&gt;
* which&lt;br /&gt;
&#039;&#039;&#039;Nice to know:&#039;&#039;&#039;&lt;br /&gt;
* Substitutions&lt;br /&gt;
* ||, &amp;amp;&amp;amp; and ; control operators&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====&amp;lt;span style=&amp;quot;color:navy&amp;quot;&amp;gt;2.2 Using the Command Line to Get Help &amp;lt;/span&amp;gt;====&lt;br /&gt;
{|&lt;br /&gt;
| style=&amp;quot;background:#dadada&amp;quot; | &#039;&#039;&#039;Weight&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;background:#eaeaea&amp;quot; | 2&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background:#dadada; padding-right:1em&amp;quot; | &#039;&#039;&#039;Description&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;background:#eaeaea&amp;quot; |Running help commands and navigation of the various help systems.&lt;br /&gt;
|}&lt;br /&gt;
&#039;&#039;&#039;Key Knowledge Areas:&#039;&#039;&#039;&lt;br /&gt;
* Man&lt;br /&gt;
* Info&lt;br /&gt;
&#039;&#039;&#039;The following is a partial list of the used files, terms and utilities:&#039;&#039;&#039;&lt;br /&gt;
* man&lt;br /&gt;
* info&lt;br /&gt;
* Man pages&lt;br /&gt;
* /usr/share/doc&lt;br /&gt;
* locate&lt;br /&gt;
&#039;&#039;&#039;Nice to know:&#039;&#039;&#039;&lt;br /&gt;
* apropos, whatis, whereis&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====&amp;lt;span style=&amp;quot;color:navy&amp;quot;&amp;gt;2.3 Using Directories and Listing Files&amp;lt;/span&amp;gt;====&lt;br /&gt;
{|&lt;br /&gt;
| style=&amp;quot;background:#dadada&amp;quot; | &#039;&#039;&#039;Weight&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;background:#eaeaea&amp;quot; | 2&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background:#dadada; padding-right:1em&amp;quot; | &#039;&#039;&#039;Description&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;background:#eaeaea&amp;quot; | Navigation of home and system directories and listing files in various locations.&lt;br /&gt;
|}&lt;br /&gt;
&#039;&#039;&#039;Key Knowledge Areas:&#039;&#039;&#039;&lt;br /&gt;
* Files, directories&lt;br /&gt;
* Hidden files and directories&lt;br /&gt;
* Home&lt;br /&gt;
* Absolute and relative paths&lt;br /&gt;
&#039;&#039;&#039;The following is a partial list of the used files, terms and utilities:&#039;&#039;&#039;&lt;br /&gt;
* Common options for ls&lt;br /&gt;
* Recursive listings&lt;br /&gt;
* cd &lt;br /&gt;
* &#039;&#039;&#039;.&#039;&#039;&#039; and &#039;&#039;&#039;..&#039;&#039;&#039;&lt;br /&gt;
* home and ~&lt;br /&gt;
&#039;&#039;&#039;Nice to know:&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====&amp;lt;span style=&amp;quot;color:navy&amp;quot;&amp;gt;2.4 Creating, Moving and Deleting Files&amp;lt;/span&amp;gt;====&lt;br /&gt;
{|&lt;br /&gt;
| style=&amp;quot;background:#dadada&amp;quot; | &#039;&#039;&#039;Weight&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;background:#eaeaea&amp;quot; | 2&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background:#dadada; padding-right:1em&amp;quot; | &#039;&#039;&#039;Description&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;background:#eaeaea&amp;quot; | Create, move and delete files and directories under the home directory.&lt;br /&gt;
|}&lt;br /&gt;
&#039;&#039;&#039;Key Knowledge Areas:&#039;&#039;&#039;&lt;br /&gt;
* Files and directories&lt;br /&gt;
* Case sensitivity&lt;br /&gt;
* Simple globbing and quoting&lt;br /&gt;
&#039;&#039;&#039;The following is a partial list of the used files, terms and utilities:&#039;&#039;&#039;&lt;br /&gt;
* mv, cp, rm, touch&lt;br /&gt;
* mkdir, rmdir&lt;br /&gt;
&#039;&#039;&#039;Nice to know:&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===&#039;&#039;Topic 3: The Power of the Command Line (weight: 10)&#039;&#039;===&lt;br /&gt;
====&amp;lt;span style=&amp;quot;color:navy&amp;quot;&amp;gt;3.1 Archiving Files on the Command Line&amp;lt;/span&amp;gt;====&lt;br /&gt;
{|&lt;br /&gt;
| style=&amp;quot;background:#dadada&amp;quot; | &#039;&#039;&#039;Weight&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;background:#eaeaea&amp;quot; | 2&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background:#dadada; padding-right:1em&amp;quot; | &#039;&#039;&#039;Description&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;background:#eaeaea&amp;quot; | Archiving files in the user home directory.&lt;br /&gt;
|}&lt;br /&gt;
&#039;&#039;&#039;Key Knowledge Areas:&#039;&#039;&#039;&lt;br /&gt;
* Files, directories&lt;br /&gt;
* Archives, compression&lt;br /&gt;
&#039;&#039;&#039;The following is a partial list of the used files, terms and utilities:&#039;&#039;&#039;&lt;br /&gt;
* tar&lt;br /&gt;
* tar options&lt;br /&gt;
* gzip, bzip2&lt;br /&gt;
* zip, unzip&lt;br /&gt;
&#039;&#039;&#039;Nice to know:&#039;&#039;&#039;&lt;br /&gt;
* Extracting individual files from archives&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====&amp;lt;span style=&amp;quot;color:navy&amp;quot;&amp;gt;3.2 Searching and Extracting Data from Files&amp;lt;/span&amp;gt;====&lt;br /&gt;
{|&lt;br /&gt;
| style=&amp;quot;background:#dadada&amp;quot; | &#039;&#039;&#039;Weight&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;background:#eaeaea&amp;quot; | 4&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background:#dadada; padding-right:1em&amp;quot; | &#039;&#039;&#039;Description&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;background:#eaeaea&amp;quot; | Search and extract data from files in the home directory.&lt;br /&gt;
|}&lt;br /&gt;
&#039;&#039;&#039;Key Knowledge Areas:&#039;&#039;&#039;&lt;br /&gt;
* Command line pipes&lt;br /&gt;
* I/O re-direction&lt;br /&gt;
* Partial POSIX Regular Expressions (., [ ], *, ?)&lt;br /&gt;
&#039;&#039;&#039;The following is a partial list of the used files, terms and utilities:&#039;&#039;&#039;&lt;br /&gt;
* find&lt;br /&gt;
* grep&lt;br /&gt;
* less&lt;br /&gt;
* tail&lt;br /&gt;
* sort&lt;br /&gt;
* cut&lt;br /&gt;
* wc&lt;br /&gt;
&#039;&#039;&#039;Nice to know:&#039;&#039;&#039;&lt;br /&gt;
* Partial POSIX Basic Regular Expressions ([^ ], ^, $)&lt;br /&gt;
* Partial POSIX Extended Regular Expressions (+, ( ), |)&lt;br /&gt;
* xargs&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====&amp;lt;span style=&amp;quot;color:navy&amp;quot;&amp;gt;3.3 Turning Commands into a Script&amp;lt;/span&amp;gt;====&lt;br /&gt;
{|&lt;br /&gt;
| style=&amp;quot;background:#dadada&amp;quot; | &#039;&#039;&#039;Weight&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;background:#eaeaea&amp;quot; | 4&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background:#dadada; padding-right:1em&amp;quot; | &#039;&#039;&#039;Description&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;background:#eaeaea&amp;quot; | Turning repetitive commands into simple scripts.&lt;br /&gt;
|}&lt;br /&gt;
&#039;&#039;&#039;Key Knowledge Areas:&#039;&#039;&#039;&lt;br /&gt;
* Basic text editing&lt;br /&gt;
* Basic shell scripting&lt;br /&gt;
&#039;&#039;&#039;The following is a partial list of the used files, terms and utilities:&#039;&#039;&#039;&lt;br /&gt;
* pico, nano, vi&lt;br /&gt;
* /bin/sh&lt;br /&gt;
* Variables&lt;br /&gt;
* Arguments&lt;br /&gt;
* for loops&lt;br /&gt;
* echo&lt;br /&gt;
* Exit status&lt;br /&gt;
&#039;&#039;&#039;Nice to know:&#039;&#039;&#039;&lt;br /&gt;
* Bash&lt;br /&gt;
* if, while, case statements&lt;br /&gt;
* read and test, and [ commands&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===&#039;&#039;Topic 4: The Linux Operating System (weight: 8)&#039;&#039;===&lt;br /&gt;
====&amp;lt;span style=&amp;quot;color:navy&amp;quot;&amp;gt;4.1 Choosing an Operating System&amp;lt;/span&amp;gt;====&lt;br /&gt;
{|&lt;br /&gt;
| style=&amp;quot;background:#dadada&amp;quot; | &#039;&#039;&#039;Weight&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;background:#eaeaea&amp;quot; | 1&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background:#dadada; padding-right:1em&amp;quot; | &#039;&#039;&#039;Description&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;background:#eaeaea&amp;quot; | Knowledge of major operating systems and Linux distributions.&lt;br /&gt;
|}&lt;br /&gt;
&#039;&#039;&#039;Key Knowledge Areas:&#039;&#039;&#039;&lt;br /&gt;
* Windows, Mac, Linux differences&lt;br /&gt;
* Distribution life cycle management&lt;br /&gt;
&#039;&#039;&#039;The following is a partial list of the used files, terms and utilities:&#039;&#039;&#039;&lt;br /&gt;
* GUI versus command line, desktop configuration&lt;br /&gt;
* Maintenance cycles, Beta and Stable&lt;br /&gt;
&#039;&#039;&#039;Nice to know:&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====&amp;lt;span style=&amp;quot;color:navy&amp;quot;&amp;gt;4.2 Understanding Computer Hardware&amp;lt;/span&amp;gt;====&lt;br /&gt;
{|&lt;br /&gt;
| style=&amp;quot;background:#dadada&amp;quot; | &#039;&#039;&#039;Weight&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;background:#eaeaea&amp;quot; | 2&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background:#dadada; padding-right:1em&amp;quot; | &#039;&#039;&#039;Description&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;background:#eaeaea&amp;quot; |Familiarity with the components that go into building desktop and server computers.&lt;br /&gt;
|}&lt;br /&gt;
&#039;&#039;&#039;Key Knowledge Areas:&#039;&#039;&#039;&lt;br /&gt;
* Hardware&lt;br /&gt;
&#039;&#039;&#039;The following is a partial list of the used files, terms and utilities:&#039;&#039;&#039;&lt;br /&gt;
* Hard drives and partitions, motherboards, processors, power supplies, optical drives, peripherals&lt;br /&gt;
* Display types&lt;br /&gt;
* Drivers&lt;br /&gt;
&#039;&#039;&#039;Nice to know:&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====&amp;lt;span style=&amp;quot;color:navy&amp;quot;&amp;gt;4.3 Where Data is Stored&amp;lt;/span&amp;gt;====&lt;br /&gt;
{|&lt;br /&gt;
| style=&amp;quot;background:#dadada&amp;quot; | &#039;&#039;&#039;Weight&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;background:#eaeaea&amp;quot; | 3&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background:#dadada; padding-right:1em&amp;quot; | &#039;&#039;&#039;Description&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;background:#eaeaea&amp;quot; | Where various types of information are stored on a Linux system.&lt;br /&gt;
|}&lt;br /&gt;
&#039;&#039;&#039;Key Knowledge Areas:&#039;&#039;&#039;&lt;br /&gt;
* Kernel&lt;br /&gt;
* Processes&lt;br /&gt;
* syslog, klog, dmesg&lt;br /&gt;
* /lib, /usr/lib, /etc, /var/log&lt;br /&gt;
&#039;&#039;&#039;The following is a partial list of the used files, terms and utilities:&#039;&#039;&#039;&lt;br /&gt;
* Programs, libraries, packages and package databases, system configuration&lt;br /&gt;
* Processes and process tables, memory addresses, system messaging and logging&lt;br /&gt;
* ps, top, free&lt;br /&gt;
&#039;&#039;&#039;Nice to know:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====&amp;lt;span style=&amp;quot;color:navy&amp;quot;&amp;gt;4.4 Your Computer on the Network&amp;lt;/span&amp;gt;====&lt;br /&gt;
{|&lt;br /&gt;
| style=&amp;quot;background:#dadada&amp;quot; | &#039;&#039;&#039;Weight&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;background:#eaeaea&amp;quot; | 2&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background:#dadada; padding-right:1em&amp;quot; | &#039;&#039;&#039;Description&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;background:#eaeaea&amp;quot; |Determining vital networking settings and the basic requirements to add a computer on to a Local Area Network (LAN).&lt;br /&gt;
|}&lt;br /&gt;
&#039;&#039;&#039;Key Knowledge Areas:&#039;&#039;&#039;&lt;br /&gt;
* Internet, network, routers&lt;br /&gt;
* Domain Name Service&lt;br /&gt;
* Network configuration&lt;br /&gt;
&#039;&#039;&#039;The following is a partial list of the used files, terms and utilities:&#039;&#039;&#039;&lt;br /&gt;
* route&lt;br /&gt;
* resolv.conf&lt;br /&gt;
* IPv4, IPv6&lt;br /&gt;
* ifconfig&lt;br /&gt;
* netstat&lt;br /&gt;
* ping&lt;br /&gt;
&#039;&#039;&#039;Nice to know:&#039;&#039;&#039;&lt;br /&gt;
* ssh&lt;br /&gt;
* dig&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===&#039;&#039;Topic 5: Security and File Permissions (weight: 7)&#039;&#039;===&lt;br /&gt;
====&amp;lt;span style=&amp;quot;color:navy&amp;quot;&amp;gt;5.1 Basic Security and Identifying User Types&amp;lt;/span&amp;gt;====&lt;br /&gt;
{|&lt;br /&gt;
| style=&amp;quot;background:#dadada&amp;quot; | &#039;&#039;&#039;Weight&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;background:#eaeaea&amp;quot; | 2&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background:#dadada; padding-right:1em&amp;quot; | &#039;&#039;&#039;Description&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;background:#eaeaea&amp;quot; | Various types of users on a Linux system.&lt;br /&gt;
|}&lt;br /&gt;
&#039;&#039;&#039;Key Knowledge Areas:&#039;&#039;&#039;&lt;br /&gt;
* Root and Standard Users&lt;br /&gt;
* System users&lt;br /&gt;
&#039;&#039;&#039;The following is a partial list of the used files, terms and utilities:&#039;&#039;&#039;&lt;br /&gt;
* /etc/passwd, /etc/group&lt;br /&gt;
* id, who, w&lt;br /&gt;
* sudo&lt;br /&gt;
&#039;&#039;&#039;Nice to know:&#039;&#039;&#039;&lt;br /&gt;
* su&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====&amp;lt;span style=&amp;quot;color:navy&amp;quot;&amp;gt;5.2 Creating Users and Groups&amp;lt;/span&amp;gt;====&lt;br /&gt;
{|&lt;br /&gt;
| style=&amp;quot;background:#dadada&amp;quot; | &#039;&#039;&#039;Weight&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;background:#eaeaea&amp;quot; | 2&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background:#dadada; padding-right:1em&amp;quot; | &#039;&#039;&#039;Description&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;background:#eaeaea&amp;quot; | Creating users and groups on a Linux system.&lt;br /&gt;
|}&lt;br /&gt;
&#039;&#039;&#039;Key Knowledge Areas:&#039;&#039;&#039;&lt;br /&gt;
* User and group commands&lt;br /&gt;
* User IDs&lt;br /&gt;
&#039;&#039;&#039;The following is a partial list of the used files, terms and utilities:&#039;&#039;&#039;&lt;br /&gt;
* /etc/passwd, /etc/shadow, /etc/group&lt;br /&gt;
* id, last&lt;br /&gt;
* useradd, groupdadd&lt;br /&gt;
* passwd&lt;br /&gt;
&#039;&#039;&#039;Nice to know:&#039;&#039;&#039;&lt;br /&gt;
* usermod, userdel&lt;br /&gt;
* groupmod, groupdel&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====&amp;lt;span style=&amp;quot;color:navy&amp;quot;&amp;gt;5.3 Managing File Permissions and Ownership&amp;lt;/span&amp;gt;====&lt;br /&gt;
{|&lt;br /&gt;
| style=&amp;quot;background:#dadada&amp;quot; | &#039;&#039;&#039;Weight&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;background:#eaeaea&amp;quot; | 2&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background:#dadada; padding-right:1em&amp;quot; | &#039;&#039;&#039;Description&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;background:#eaeaea&amp;quot; | Understanding and manipulating file permissions and ownership settings.&lt;br /&gt;
|}&lt;br /&gt;
&#039;&#039;&#039;Key Knowledge Areas:&#039;&#039;&#039;&lt;br /&gt;
* File/directory permissions and owners&lt;br /&gt;
&#039;&#039;&#039;The following is a partial list of the used files, terms and utilities:&#039;&#039;&#039;&lt;br /&gt;
* ls -l&lt;br /&gt;
* chmod, chown&lt;br /&gt;
&#039;&#039;&#039;Nice to know:&#039;&#039;&#039;&lt;br /&gt;
* chgrp&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
====&amp;lt;span style=&amp;quot;color:navy&amp;quot;&amp;gt;5.4 Special Directories and Files&amp;lt;/span&amp;gt;====&lt;br /&gt;
{|&lt;br /&gt;
| style=&amp;quot;background:#dadada&amp;quot; | &#039;&#039;&#039;Weight&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;background:#eaeaea&amp;quot; | 1&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background:#dadada; padding-right:1em&amp;quot; | &#039;&#039;&#039;Description&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;background:#eaeaea&amp;quot; | Special directories and files on a Linux system including special permissions.&lt;br /&gt;
|}&lt;br /&gt;
&#039;&#039;&#039;Key Knowledge Areas:&#039;&#039;&#039;&lt;br /&gt;
* System files, libraries&lt;br /&gt;
* Symbolic links&lt;br /&gt;
&#039;&#039;&#039;The following is a partial list of the used files, terms and utilities:&#039;&#039;&#039;&lt;br /&gt;
* /etc, /var&lt;br /&gt;
* /tmp, /var/tmp and Sticky Bits&lt;br /&gt;
* ls -d&lt;br /&gt;
* ln -s&lt;br /&gt;
&#039;&#039;&#039;Nice to know:&#039;&#039;&#039;&lt;br /&gt;
* Hard links&lt;br /&gt;
* Setuid/Setgid&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===&#039;&#039;Reference Material&#039;&#039;===&lt;br /&gt;
&lt;br /&gt;
===Notes and Comments===&lt;br /&gt;
&lt;br /&gt;
Feel free to add comments here:&lt;/div&gt;</summary>
		<author><name>MedinaDupuis</name></author>
	</entry>
	<entry>
		<id>https://wiki.lpi.org/w/index.php?title=LinuxEssentials/FAQs&amp;diff=1570</id>
		<title>LinuxEssentials/FAQs</title>
		<link rel="alternate" type="text/html" href="https://wiki.lpi.org/w/index.php?title=LinuxEssentials/FAQs&amp;diff=1570"/>
		<updated>2012-02-21T19:41:28Z</updated>

		<summary type="html">&lt;p&gt;MedinaDupuis: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;How many teaching hours is recommended for core Linux Essentials material?&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Age 14-18 - minumum 30-35 hours in class plus assignments&lt;br /&gt;
Age 18-adult - minimum 16-20 hours in class plus assignments&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;How long will my certificat be good for?&#039;&#039;&#039;&lt;/div&gt;</summary>
		<author><name>MedinaDupuis</name></author>
	</entry>
	<entry>
		<id>https://wiki.lpi.org/w/index.php?title=LinuxEssentialsProgramme&amp;diff=1568</id>
		<title>LinuxEssentialsProgramme</title>
		<link rel="alternate" type="text/html" href="https://wiki.lpi.org/w/index.php?title=LinuxEssentialsProgramme&amp;diff=1568"/>
		<updated>2012-02-14T20:55:48Z</updated>

		<summary type="html">&lt;p&gt;MedinaDupuis: /* Development Workshops */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__FORCETOC__&lt;br /&gt;
==Introduction==&lt;br /&gt;
The purpose of the Linux Essentials Program is to define the basic knowledge required to competantly use a desktop or mobile device using a Linux Operating System. The program will guide and encourage youth (and those new to Linux and Open Source) to understand the place of Linux and Open Source in the context of the broader IT industry. &lt;br /&gt;
&lt;br /&gt;
The Linux Essentials Program is made of several main components:&lt;br /&gt;
&lt;br /&gt;
* Linux Essentials Exam and Certification&lt;br /&gt;
* Support for world wide participation the the World Skills Competition in the [http://www.worldskillslondon2011.com/events-programme/skills-competitions/information-and-communications-technology/it-network-systems-administration/ World Skills Information and Communications Technology Category, IT Network Systems Administration]&lt;br /&gt;
* Regional links to employability and apprenticeship programs available to youth&lt;br /&gt;
* Research and resources supporting youth entry into Linux and Open Source Careers &lt;br /&gt;
* LPI support for regional government and educational qualification authorities where appropriate&lt;br /&gt;
* LPI support for Teacher collaboration and sharing of projects and learning excercises for the Linux Essentials knowledge base&lt;br /&gt;
* Resources for youth describing jobs and industries requiring Linux skills&lt;br /&gt;
&lt;br /&gt;
==Development Workshops==&lt;br /&gt;
&lt;br /&gt;
The following open attendance item development workshops are taking place in 2012Q1:&lt;br /&gt;
&lt;br /&gt;
Questions? innovation@lpi.org&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
|+&lt;br /&gt;
|| Location || Date || Contact || Address&lt;br /&gt;
|-&lt;br /&gt;
| Linux Hotel, Essen, Germany||November 26, 2011||Klaus Berhla||behrla@lpice.eu&lt;br /&gt;
|-&lt;br /&gt;
| FOSDEM, Brussels, Belgium|| February 5, 2012||Medina Dupuis||mdupuis@lpi.org&lt;br /&gt;
|-&lt;br /&gt;
| Birmingham City University, Birmingham, UK ||February 8, 2012||Bill Quinn||bill.quinn@tdm.info  &lt;br /&gt;
|-&lt;br /&gt;
| Narobi, Kenya||February 25th, 2012||Evans Ikua||ikua@lpi-eastafrica.org&lt;br /&gt;
|-&lt;br /&gt;
| Landesakademie für Fortbildung und Personalentwicklung, Esslingen, Germany||March 2, 2012||Medina Dupuis||mdupuis@lpi.org&lt;br /&gt;
|-&lt;br /&gt;
| Städtische Berufsschule für Informationstechnik, Munich, Germany||March 3, 2012||Michael Niedermair||mgn.schule@gmx.de&lt;br /&gt;
|-&lt;br /&gt;
| CeBIT, Hannover, Germany||March 6, 2012||Medina Dupuis||mdupuis@lpi.org&lt;br /&gt;
|-&lt;br /&gt;
| Virtual Workshop, France, Mahgreb, Francophonie||March 15th, 2012||Frantz Fongang||frantz.fongang@auf.org&lt;br /&gt;
|+&lt;br /&gt;
&lt;br /&gt;
Questions? innovation@lpi.org&lt;/div&gt;</summary>
		<author><name>MedinaDupuis</name></author>
	</entry>
	<entry>
		<id>https://wiki.lpi.org/w/index.php?title=LinuxEssentials/FAQs&amp;diff=1560</id>
		<title>LinuxEssentials/FAQs</title>
		<link rel="alternate" type="text/html" href="https://wiki.lpi.org/w/index.php?title=LinuxEssentials/FAQs&amp;diff=1560"/>
		<updated>2012-02-13T18:33:26Z</updated>

		<summary type="html">&lt;p&gt;MedinaDupuis: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;How many teaching hours is recommended for core Linux Essentials material?&lt;br /&gt;
&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Age 14-18 - minumum 30-35 hours in class plus assignments&lt;br /&gt;
Age 18-adult - minimum 16-20 hours in class plus assignments&lt;/div&gt;</summary>
		<author><name>MedinaDupuis</name></author>
	</entry>
	<entry>
		<id>https://wiki.lpi.org/w/index.php?title=LinuxEssentialsFAQs&amp;diff=1558</id>
		<title>LinuxEssentialsFAQs</title>
		<link rel="alternate" type="text/html" href="https://wiki.lpi.org/w/index.php?title=LinuxEssentialsFAQs&amp;diff=1558"/>
		<updated>2012-02-13T18:26:58Z</updated>

		<summary type="html">&lt;p&gt;MedinaDupuis: moved LinuxEssentialsFAQs to LinuxEssentials/FAQs&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;#REDIRECT [[LinuxEssentials/FAQs]]&lt;/div&gt;</summary>
		<author><name>MedinaDupuis</name></author>
	</entry>
	<entry>
		<id>https://wiki.lpi.org/w/index.php?title=LinuxEssentials/FAQs&amp;diff=1557</id>
		<title>LinuxEssentials/FAQs</title>
		<link rel="alternate" type="text/html" href="https://wiki.lpi.org/w/index.php?title=LinuxEssentials/FAQs&amp;diff=1557"/>
		<updated>2012-02-13T18:26:58Z</updated>

		<summary type="html">&lt;p&gt;MedinaDupuis: moved LinuxEssentialsFAQs to LinuxEssentials/FAQs&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;How many teaching hours is recommended for core Linux Essentials material?&lt;br /&gt;
&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Age 14-18 - minumum 36-40 hours in class plus assignments&lt;br /&gt;
Age 18-adult - minimum 16-20 hours in class plus assignments&lt;/div&gt;</summary>
		<author><name>MedinaDupuis</name></author>
	</entry>
	<entry>
		<id>https://wiki.lpi.org/w/index.php?title=FAQs&amp;diff=1556</id>
		<title>FAQs</title>
		<link rel="alternate" type="text/html" href="https://wiki.lpi.org/w/index.php?title=FAQs&amp;diff=1556"/>
		<updated>2012-02-13T18:25:21Z</updated>

		<summary type="html">&lt;p&gt;MedinaDupuis: moved FAQs to LinuxEssentialsFAQs&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;#REDIRECT [[LinuxEssentialsFAQs]]&lt;/div&gt;</summary>
		<author><name>MedinaDupuis</name></author>
	</entry>
	<entry>
		<id>https://wiki.lpi.org/w/index.php?title=LinuxEssentials/FAQs&amp;diff=1555</id>
		<title>LinuxEssentials/FAQs</title>
		<link rel="alternate" type="text/html" href="https://wiki.lpi.org/w/index.php?title=LinuxEssentials/FAQs&amp;diff=1555"/>
		<updated>2012-02-13T18:25:21Z</updated>

		<summary type="html">&lt;p&gt;MedinaDupuis: moved FAQs to LinuxEssentialsFAQs&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;How many teaching hours is recommended for core Linux Essentials material?&lt;br /&gt;
&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Age 14-18 - minumum 36-40 hours in class plus assignments&lt;br /&gt;
Age 18-adult - minimum 16-20 hours in class plus assignments&lt;/div&gt;</summary>
		<author><name>MedinaDupuis</name></author>
	</entry>
	<entry>
		<id>https://wiki.lpi.org/w/index.php?title=LinuxEssentials/FAQs&amp;diff=1551</id>
		<title>LinuxEssentials/FAQs</title>
		<link rel="alternate" type="text/html" href="https://wiki.lpi.org/w/index.php?title=LinuxEssentials/FAQs&amp;diff=1551"/>
		<updated>2012-02-10T19:31:16Z</updated>

		<summary type="html">&lt;p&gt;MedinaDupuis: Created page with &amp;quot;&amp;#039;&amp;#039;&amp;#039;How many teaching hours is recommended for core Linux Essentials material? &amp;#039;&amp;#039;&amp;#039;  Age 14-18 - minumum 36-40 hours in class plus assignments Age 18-adult - minimum 16-20 hours...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;How many teaching hours is recommended for core Linux Essentials material?&lt;br /&gt;
&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Age 14-18 - minumum 36-40 hours in class plus assignments&lt;br /&gt;
Age 18-adult - minimum 16-20 hours in class plus assignments&lt;/div&gt;</summary>
		<author><name>MedinaDupuis</name></author>
	</entry>
	<entry>
		<id>https://wiki.lpi.org/w/index.php?title=LinuxEssentials_Objectives_V1&amp;diff=1550</id>
		<title>LinuxEssentials Objectives V1</title>
		<link rel="alternate" type="text/html" href="https://wiki.lpi.org/w/index.php?title=LinuxEssentials_Objectives_V1&amp;diff=1550"/>
		<updated>2012-02-10T19:27:57Z</updated>

		<summary type="html">&lt;p&gt;MedinaDupuis: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__FORCETOC__&lt;br /&gt;
==Introduction and Exam Development Workshops==&lt;br /&gt;
The description of the entire Linux Essentials Programme programme is listed [[LinuxEssentialsProgramme|here]].&lt;br /&gt;
&lt;br /&gt;
The purpose of the Linux Essentials Program is to define the basic knowledge required to competently use a desktop or mobile device using a Linux Operating System.  The program will guide and encourage youth (and those new to Linux and Open Source) to understand the place of Linux and Open Source in the context of the broader IT industry.&lt;br /&gt;
&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==FAQs==&lt;br /&gt;
&lt;br /&gt;
Questions and answers on the Linux Essentials Program and Exam are listed [[FAQs|here]].&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Minimally Qualified Candidate Description==&lt;br /&gt;
This is a description of a candidate that is just barely&lt;br /&gt;
qualified to pass the LPI Linux Essentials exam.  This hypothetical&lt;br /&gt;
person is called the Minimally Qualified Candidate (MQC).  Standards on&lt;br /&gt;
the Linux Essentials exam should be set so that this person (and&lt;br /&gt;
anyone more able) would pass but anyone less able would not pass.&lt;br /&gt;
&lt;br /&gt;
The successful candidate should have an understanding of the Linux and Open Source industry and knowledge of the most popular Open Source Applications.  The candidate should understand the major components of the Linux operating system, and have the technical proficiency to work on the Linux command line. The MQC has a basic understanding of security and administration related topics such&lt;br /&gt;
as user/group management, working on the command line and permissions.  A &#039;&#039;&#039;LPI Linux Essentials Technician (LPI LET)&#039;&#039;&#039; is most likely the end user of a mostly managed system.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The &#039;&#039;&#039;LPI Linux Essentials Technician (LPI LET) MQC&#039;&#039;&#039; typically:&lt;br /&gt;
&lt;br /&gt;
* Has a basic understanding of FOSS, the various communities and licenses.&lt;br /&gt;
* Understands the basic concepts of processes, programs and the components of an Operating System.&lt;br /&gt;
* Has a basic knowledge of computer hardware&lt;br /&gt;
* Has a basic appreciation of system security, users/groups and file permissions for public and private directories.&lt;br /&gt;
* Basic understanding of how to make the system accessible and able to connect to other computers on a Local Area Network (LAN).&lt;br /&gt;
* Demonstrates a knowledge of Open Source Applications in the Workplace as they relate to Closed Source equivalents.&lt;br /&gt;
* Understands navigation systems on a Linux Desktop and where to go for help.&lt;br /&gt;
* Has a rudimentary ability to work on the command line and with files.&lt;br /&gt;
* Make and restore simple backups and archives.&lt;br /&gt;
* Can use a basic command line editor.&lt;br /&gt;
* Understands file compression.&lt;br /&gt;
* Ability to create and run simple scripts.&lt;br /&gt;
&lt;br /&gt;
==Version Information==&lt;br /&gt;
These objectives are version 0.99.2.&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Translations of Objectives==&lt;br /&gt;
The following translations of the objectives are available on this wiki:&lt;br /&gt;
* [[LinuxEssentials|English]]&lt;br /&gt;
* [[LinuxEssentials(FR)|French]]&lt;br /&gt;
* [[LinuxEssentials(DE)|German]]&lt;br /&gt;
* [[LinuxEssentials(EL)|Greek]]&lt;br /&gt;
* [[LinuxEssentials(ES)|Spanish]]&lt;br /&gt;
* [[LinuxEssentials(TR)|Turkish]]&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Objectives==&lt;br /&gt;
&lt;br /&gt;
===&#039;&#039;Topic 1: A Career in Open Source and Joining The Linux Community (weight: 7)&#039;&#039;===&lt;br /&gt;
====&amp;lt;span style=&amp;quot;color:navy&amp;quot;&amp;gt;1.1 Linux Evolution and Popular Operating Systems&amp;lt;/span&amp;gt;====&lt;br /&gt;
{|&lt;br /&gt;
| style=&amp;quot;background:#dadada&amp;quot; | &#039;&#039;&#039;Weight&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;background:#eaeaea&amp;quot; | 2&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background:#dadada; padding-right:1em&amp;quot; | &#039;&#039;&#039;Description&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;background:#eaeaea&amp;quot; | Knowledge of Linux development and major distributions.&lt;br /&gt;
|}&lt;br /&gt;
&#039;&#039;&#039;Key Knowledge Areas:&#039;&#039;&#039;&lt;br /&gt;
* Open Source Philosophy&lt;br /&gt;
* Distributions&lt;br /&gt;
* Embedded Systems&lt;br /&gt;
&#039;&#039;&#039;The following is a partial list of the used files, terms and utilities:&#039;&#039;&#039;&lt;br /&gt;
* Android&lt;br /&gt;
* Debian&lt;br /&gt;
* CentOS&lt;br /&gt;
&#039;&#039;&#039;Nice to know:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====&amp;lt;span style=&amp;quot;color:navy&amp;quot;&amp;gt;1.2 Major Open Source Applications&amp;lt;/span&amp;gt;====&lt;br /&gt;
{|&lt;br /&gt;
| style=&amp;quot;background:#dadada&amp;quot; | &#039;&#039;&#039;Weight&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;background:#eaeaea&amp;quot; | 2&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background:#dadada; padding-right:1em&amp;quot; | &#039;&#039;&#039;Description&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;background:#eaeaea&amp;quot; | Awareness of major applications and their uses.&lt;br /&gt;
|}&lt;br /&gt;
&#039;&#039;&#039;Key Knowledge Areas:&#039;&#039;&#039;&lt;br /&gt;
* Desktop Applications&lt;br /&gt;
* Server Applications&lt;br /&gt;
* Mobile Applications&lt;br /&gt;
* Development Languages&lt;br /&gt;
* Package Management Tools and repositories&lt;br /&gt;
&#039;&#039;&#039;The following is a partial list of the used files, terms and utilities:&#039;&#039;&#039;&lt;br /&gt;
* OpenOffice.org, LibreOffice, Thunderbird, Firefox&lt;br /&gt;
* Blender, Gimp, Audacity, ImageMagick&lt;br /&gt;
* Apache, MySQL, PostgreSQL&lt;br /&gt;
* NFS, Samba, OpenLDAP, Postfix, DNS, DHCP&lt;br /&gt;
* C, Perl, shell, Python, PHP&lt;br /&gt;
&#039;&#039;&#039;Nice to know:&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====&amp;lt;span style=&amp;quot;color:navy&amp;quot;&amp;gt;1.3 Understanding Open Source Software and Licensing&amp;lt;/span&amp;gt;====&lt;br /&gt;
{|&lt;br /&gt;
| style=&amp;quot;background:#dadada&amp;quot; | &#039;&#039;&#039;Weight&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;background:#eaeaea&amp;quot; | 1&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background:#dadada; padding-right:1em&amp;quot; | &#039;&#039;&#039;Description&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;background:#eaeaea&amp;quot; | Open communities and licensing Open Source Software for business.&lt;br /&gt;
|}&lt;br /&gt;
&#039;&#039;&#039;Key Knowledge Areas:&#039;&#039;&#039;&lt;br /&gt;
* Licensing&lt;br /&gt;
* Free Software Foundation (FSF), Open Source Initiative (OSI)&lt;br /&gt;
&#039;&#039;&#039;The following is a partial list of the used files, terms and utilities:&#039;&#039;&#039;&lt;br /&gt;
* GPL, BSD, Creative Commons&lt;br /&gt;
* Free Software, Open Source Software, FOSS, FLOSS&lt;br /&gt;
* Open Source business models&lt;br /&gt;
&#039;&#039;&#039;Nice to know:&#039;&#039;&#039;&lt;br /&gt;
* Intellectual Property (IP): copyright, trademarks and patents&lt;br /&gt;
* Apache License, Mozilla License&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====&amp;lt;span style=&amp;quot;color:navy&amp;quot;&amp;gt;1.4 ICT Skills and Working in Linux&amp;lt;/span&amp;gt;====&lt;br /&gt;
{|&lt;br /&gt;
| style=&amp;quot;background:#dadada&amp;quot; | &#039;&#039;&#039;Weight&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;background:#eaeaea&amp;quot; | 2&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background:#dadada; padding-right:1em&amp;quot; | &#039;&#039;&#039;Description&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;background:#eaeaea&amp;quot; | Basic Information and Communication Technology (ICT) skills and working in Linux.&lt;br /&gt;
|}&lt;br /&gt;
&#039;&#039;&#039;Key Knowledge Areas:&#039;&#039;&#039;&lt;br /&gt;
* Desktop Skills&lt;br /&gt;
* Getting to the Command Line&lt;br /&gt;
* Industry uses of Linux, Cloud Computing and Virtualization&lt;br /&gt;
&#039;&#039;&#039;The following is a partial list of the used files, terms and utilities:&#039;&#039;&#039;&lt;br /&gt;
* Using a browser, privacy concerns, configuration options, searching the web and saving content&lt;br /&gt;
* Terminal and Console&lt;br /&gt;
* Password issues&lt;br /&gt;
* Privacy issues and tools&lt;br /&gt;
* Use of common open source applications in presentations and projects&lt;br /&gt;
&#039;&#039;&#039;Nice to know:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===&#039;&#039;Topic 2: Finding Your Way on a Linux System (weight: 8)&#039;&#039;===&lt;br /&gt;
====&amp;lt;span style=&amp;quot;color:navy&amp;quot;&amp;gt;2.1 Command Line Basics&amp;lt;/span&amp;gt;====&lt;br /&gt;
{|&lt;br /&gt;
| style=&amp;quot;background:#dadada&amp;quot; | &#039;&#039;&#039;Weight&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;background:#eaeaea&amp;quot; | 2&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background:#dadada; padding-right:1em&amp;quot; | &#039;&#039;&#039;Description&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;background:#eaeaea&amp;quot; | Basics of using the Linux command line.&lt;br /&gt;
|}&lt;br /&gt;
&#039;&#039;&#039;Key Knowledge Areas:&#039;&#039;&#039;&lt;br /&gt;
* Basic shell&lt;br /&gt;
* Formatting commands&lt;br /&gt;
* Working With Options&lt;br /&gt;
* Variables&lt;br /&gt;
* Globbing&lt;br /&gt;
* Quoting&lt;br /&gt;
&#039;&#039;&#039;The following is a partial list of the used files, terms and utilities:&#039;&#039;&#039;&lt;br /&gt;
* echo&lt;br /&gt;
* history&lt;br /&gt;
* PATH env variable&lt;br /&gt;
* which&lt;br /&gt;
&#039;&#039;&#039;Nice to know:&#039;&#039;&#039;&lt;br /&gt;
* Substitutions&lt;br /&gt;
* ||, &amp;amp;&amp;amp; and ; control operators&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====&amp;lt;span style=&amp;quot;color:navy&amp;quot;&amp;gt;2.2 Using the Command Line to Get Help &amp;lt;/span&amp;gt;====&lt;br /&gt;
{|&lt;br /&gt;
| style=&amp;quot;background:#dadada&amp;quot; | &#039;&#039;&#039;Weight&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;background:#eaeaea&amp;quot; | 2&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background:#dadada; padding-right:1em&amp;quot; | &#039;&#039;&#039;Description&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;background:#eaeaea&amp;quot; |Running help commands and navigation of the various help systems.&lt;br /&gt;
|}&lt;br /&gt;
&#039;&#039;&#039;Key Knowledge Areas:&#039;&#039;&#039;&lt;br /&gt;
* Man&lt;br /&gt;
* Info&lt;br /&gt;
&#039;&#039;&#039;The following is a partial list of the used files, terms and utilities:&#039;&#039;&#039;&lt;br /&gt;
* man&lt;br /&gt;
* info&lt;br /&gt;
* Man pages&lt;br /&gt;
* /usr/share/doc&lt;br /&gt;
* locate&lt;br /&gt;
&#039;&#039;&#039;Nice to know:&#039;&#039;&#039;&lt;br /&gt;
* apropos, whatis, whereis&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====&amp;lt;span style=&amp;quot;color:navy&amp;quot;&amp;gt;2.3 Using Directories and Listing Files&amp;lt;/span&amp;gt;====&lt;br /&gt;
{|&lt;br /&gt;
| style=&amp;quot;background:#dadada&amp;quot; | &#039;&#039;&#039;Weight&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;background:#eaeaea&amp;quot; | 2&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background:#dadada; padding-right:1em&amp;quot; | &#039;&#039;&#039;Description&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;background:#eaeaea&amp;quot; | Navigation of home and system directories and listing files in various locations.&lt;br /&gt;
|}&lt;br /&gt;
&#039;&#039;&#039;Key Knowledge Areas:&#039;&#039;&#039;&lt;br /&gt;
* Files, directories&lt;br /&gt;
* Hidden files and directories&lt;br /&gt;
* Home&lt;br /&gt;
* Absolute and relative paths&lt;br /&gt;
&#039;&#039;&#039;The following is a partial list of the used files, terms and utilities:&#039;&#039;&#039;&lt;br /&gt;
* Common options for ls&lt;br /&gt;
* Recursive listings&lt;br /&gt;
* cd &lt;br /&gt;
* &#039;&#039;&#039;.&#039;&#039;&#039; and &#039;&#039;&#039;..&#039;&#039;&#039;&lt;br /&gt;
* home and ~&lt;br /&gt;
&#039;&#039;&#039;Nice to know:&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====&amp;lt;span style=&amp;quot;color:navy&amp;quot;&amp;gt;2.4 Creating, Moving and Deleting Files&amp;lt;/span&amp;gt;====&lt;br /&gt;
{|&lt;br /&gt;
| style=&amp;quot;background:#dadada&amp;quot; | &#039;&#039;&#039;Weight&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;background:#eaeaea&amp;quot; | 2&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background:#dadada; padding-right:1em&amp;quot; | &#039;&#039;&#039;Description&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;background:#eaeaea&amp;quot; | Create, move and delete files and directories under the home directory.&lt;br /&gt;
|}&lt;br /&gt;
&#039;&#039;&#039;Key Knowledge Areas:&#039;&#039;&#039;&lt;br /&gt;
* Files and directories&lt;br /&gt;
* Case sensitivity&lt;br /&gt;
* Simple globbing and quoting&lt;br /&gt;
&#039;&#039;&#039;The following is a partial list of the used files, terms and utilities:&#039;&#039;&#039;&lt;br /&gt;
* mv, cp, rm, touch&lt;br /&gt;
* mkdir, rmdir&lt;br /&gt;
&#039;&#039;&#039;Nice to know:&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===&#039;&#039;Topic 3: The Power of the Command Line (weight: 10)&#039;&#039;===&lt;br /&gt;
====&amp;lt;span style=&amp;quot;color:navy&amp;quot;&amp;gt;3.1 Archiving Files on the Command Line&amp;lt;/span&amp;gt;====&lt;br /&gt;
{|&lt;br /&gt;
| style=&amp;quot;background:#dadada&amp;quot; | &#039;&#039;&#039;Weight&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;background:#eaeaea&amp;quot; | 2&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background:#dadada; padding-right:1em&amp;quot; | &#039;&#039;&#039;Description&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;background:#eaeaea&amp;quot; | Archiving files in the user home directory.&lt;br /&gt;
|}&lt;br /&gt;
&#039;&#039;&#039;Key Knowledge Areas:&#039;&#039;&#039;&lt;br /&gt;
* Files, directories&lt;br /&gt;
* Archives, compression&lt;br /&gt;
&#039;&#039;&#039;The following is a partial list of the used files, terms and utilities:&#039;&#039;&#039;&lt;br /&gt;
* tar&lt;br /&gt;
* tar options&lt;br /&gt;
* gzip, bzip2&lt;br /&gt;
* zip, unzip&lt;br /&gt;
&#039;&#039;&#039;Nice to know:&#039;&#039;&#039;&lt;br /&gt;
* Extracting individual files from archives&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====&amp;lt;span style=&amp;quot;color:navy&amp;quot;&amp;gt;3.2 Searching and Extracting Data from Files&amp;lt;/span&amp;gt;====&lt;br /&gt;
{|&lt;br /&gt;
| style=&amp;quot;background:#dadada&amp;quot; | &#039;&#039;&#039;Weight&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;background:#eaeaea&amp;quot; | 4&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background:#dadada; padding-right:1em&amp;quot; | &#039;&#039;&#039;Description&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;background:#eaeaea&amp;quot; | Search and extract data from files in the home directory.&lt;br /&gt;
|}&lt;br /&gt;
&#039;&#039;&#039;Key Knowledge Areas:&#039;&#039;&#039;&lt;br /&gt;
* Command line pipes&lt;br /&gt;
* I/O re-direction&lt;br /&gt;
* Partial POSIX Regular Expressions (., [ ], *, ?)&lt;br /&gt;
&#039;&#039;&#039;The following is a partial list of the used files, terms and utilities:&#039;&#039;&#039;&lt;br /&gt;
* find&lt;br /&gt;
* grep&lt;br /&gt;
* less&lt;br /&gt;
* tail&lt;br /&gt;
* sort&lt;br /&gt;
* cut&lt;br /&gt;
* wc&lt;br /&gt;
&#039;&#039;&#039;Nice to know:&#039;&#039;&#039;&lt;br /&gt;
* Partial POSIX Basic Regular Expressions ([^ ], ^, $)&lt;br /&gt;
* Partial POSIX Extended Regular Expressions (+, ( ), |)&lt;br /&gt;
* xargs&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====&amp;lt;span style=&amp;quot;color:navy&amp;quot;&amp;gt;3.3 Turning Commands into a Script&amp;lt;/span&amp;gt;====&lt;br /&gt;
{|&lt;br /&gt;
| style=&amp;quot;background:#dadada&amp;quot; | &#039;&#039;&#039;Weight&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;background:#eaeaea&amp;quot; | 4&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background:#dadada; padding-right:1em&amp;quot; | &#039;&#039;&#039;Description&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;background:#eaeaea&amp;quot; | Turning repetitive commands into simple scripts.&lt;br /&gt;
|}&lt;br /&gt;
&#039;&#039;&#039;Key Knowledge Areas:&#039;&#039;&#039;&lt;br /&gt;
* Basic text editing&lt;br /&gt;
* Basic shell scripting&lt;br /&gt;
&#039;&#039;&#039;The following is a partial list of the used files, terms and utilities:&#039;&#039;&#039;&lt;br /&gt;
* pico, nano, vi&lt;br /&gt;
* /bin/sh&lt;br /&gt;
* Variables&lt;br /&gt;
* Arguments&lt;br /&gt;
* for loops&lt;br /&gt;
* echo&lt;br /&gt;
* Exit status&lt;br /&gt;
&#039;&#039;&#039;Nice to know:&#039;&#039;&#039;&lt;br /&gt;
* Bash&lt;br /&gt;
* if, while, case statements&lt;br /&gt;
* read and test, and [ commands&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===&#039;&#039;Topic 4: The Linux Operating System (weight: 8)&#039;&#039;===&lt;br /&gt;
====&amp;lt;span style=&amp;quot;color:navy&amp;quot;&amp;gt;4.1 Choosing an Operating System&amp;lt;/span&amp;gt;====&lt;br /&gt;
{|&lt;br /&gt;
| style=&amp;quot;background:#dadada&amp;quot; | &#039;&#039;&#039;Weight&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;background:#eaeaea&amp;quot; | 1&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background:#dadada; padding-right:1em&amp;quot; | &#039;&#039;&#039;Description&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;background:#eaeaea&amp;quot; | Knowledge of major operating systems and Linux distributions.&lt;br /&gt;
|}&lt;br /&gt;
&#039;&#039;&#039;Key Knowledge Areas:&#039;&#039;&#039;&lt;br /&gt;
* Windows, Mac, Linux differences&lt;br /&gt;
* Distribution life cycle management&lt;br /&gt;
&#039;&#039;&#039;The following is a partial list of the used files, terms and utilities:&#039;&#039;&#039;&lt;br /&gt;
* GUI versus command line, desktop configuration&lt;br /&gt;
* Maintenance cycles, Beta and Stable&lt;br /&gt;
&#039;&#039;&#039;Nice to know:&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====&amp;lt;span style=&amp;quot;color:navy&amp;quot;&amp;gt;4.2 Understanding Computer Hardware&amp;lt;/span&amp;gt;====&lt;br /&gt;
{|&lt;br /&gt;
| style=&amp;quot;background:#dadada&amp;quot; | &#039;&#039;&#039;Weight&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;background:#eaeaea&amp;quot; | 2&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background:#dadada; padding-right:1em&amp;quot; | &#039;&#039;&#039;Description&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;background:#eaeaea&amp;quot; |Familiarity with the components that go into building desktop and server computers.&lt;br /&gt;
|}&lt;br /&gt;
&#039;&#039;&#039;Key Knowledge Areas:&#039;&#039;&#039;&lt;br /&gt;
* Hardware&lt;br /&gt;
&#039;&#039;&#039;The following is a partial list of the used files, terms and utilities:&#039;&#039;&#039;&lt;br /&gt;
* Hard drives and partitions, motherboards, processors, power supplies, optical drives, peripherals&lt;br /&gt;
* Display types&lt;br /&gt;
* Drivers&lt;br /&gt;
&#039;&#039;&#039;Nice to know:&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====&amp;lt;span style=&amp;quot;color:navy&amp;quot;&amp;gt;4.3 Where Data is Stored&amp;lt;/span&amp;gt;====&lt;br /&gt;
{|&lt;br /&gt;
| style=&amp;quot;background:#dadada&amp;quot; | &#039;&#039;&#039;Weight&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;background:#eaeaea&amp;quot; | 3&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background:#dadada; padding-right:1em&amp;quot; | &#039;&#039;&#039;Description&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;background:#eaeaea&amp;quot; | Where various types of information are stored on a Linux system.&lt;br /&gt;
|}&lt;br /&gt;
&#039;&#039;&#039;Key Knowledge Areas:&#039;&#039;&#039;&lt;br /&gt;
* Kernel&lt;br /&gt;
* Processes&lt;br /&gt;
* syslog, klog, dmesg&lt;br /&gt;
* /lib, /usr/lib, /etc, /var/log&lt;br /&gt;
&#039;&#039;&#039;The following is a partial list of the used files, terms and utilities:&#039;&#039;&#039;&lt;br /&gt;
* Programs, libraries, packages and package databases, system configuration&lt;br /&gt;
* Processes and process tables, memory addresses, system messaging and logging&lt;br /&gt;
* ps, top, free&lt;br /&gt;
&#039;&#039;&#039;Nice to know:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====&amp;lt;span style=&amp;quot;color:navy&amp;quot;&amp;gt;4.4 Your Computer on the Network&amp;lt;/span&amp;gt;====&lt;br /&gt;
{|&lt;br /&gt;
| style=&amp;quot;background:#dadada&amp;quot; | &#039;&#039;&#039;Weight&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;background:#eaeaea&amp;quot; | 2&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background:#dadada; padding-right:1em&amp;quot; | &#039;&#039;&#039;Description&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;background:#eaeaea&amp;quot; |Determining vital networking settings and the basic requirements to add a computer on to a Local Area Network (LAN).&lt;br /&gt;
|}&lt;br /&gt;
&#039;&#039;&#039;Key Knowledge Areas:&#039;&#039;&#039;&lt;br /&gt;
* Internet, network, routers&lt;br /&gt;
* Domain Name Service&lt;br /&gt;
* Network configuration&lt;br /&gt;
&#039;&#039;&#039;The following is a partial list of the used files, terms and utilities:&#039;&#039;&#039;&lt;br /&gt;
* route&lt;br /&gt;
* resolv.conf&lt;br /&gt;
* IPv4, IPv6&lt;br /&gt;
* ifconfig&lt;br /&gt;
* netstat&lt;br /&gt;
* ping&lt;br /&gt;
&#039;&#039;&#039;Nice to know:&#039;&#039;&#039;&lt;br /&gt;
* ssh&lt;br /&gt;
* dig&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===&#039;&#039;Topic 5: Security and File Permissions (weight: 7)&#039;&#039;===&lt;br /&gt;
====&amp;lt;span style=&amp;quot;color:navy&amp;quot;&amp;gt;5.1 Basic Security and Identifying User Types&amp;lt;/span&amp;gt;====&lt;br /&gt;
{|&lt;br /&gt;
| style=&amp;quot;background:#dadada&amp;quot; | &#039;&#039;&#039;Weight&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;background:#eaeaea&amp;quot; | 2&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background:#dadada; padding-right:1em&amp;quot; | &#039;&#039;&#039;Description&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;background:#eaeaea&amp;quot; | Various types of users on a Linux system.&lt;br /&gt;
|}&lt;br /&gt;
&#039;&#039;&#039;Key Knowledge Areas:&#039;&#039;&#039;&lt;br /&gt;
* Root and Standard Users&lt;br /&gt;
* System users&lt;br /&gt;
&#039;&#039;&#039;The following is a partial list of the used files, terms and utilities:&#039;&#039;&#039;&lt;br /&gt;
* /etc/passwd, /etc/group&lt;br /&gt;
* id, who, w&lt;br /&gt;
* sudo&lt;br /&gt;
&#039;&#039;&#039;Nice to know:&#039;&#039;&#039;&lt;br /&gt;
* su&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====&amp;lt;span style=&amp;quot;color:navy&amp;quot;&amp;gt;5.2 Creating Users and Groups&amp;lt;/span&amp;gt;====&lt;br /&gt;
{|&lt;br /&gt;
| style=&amp;quot;background:#dadada&amp;quot; | &#039;&#039;&#039;Weight&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;background:#eaeaea&amp;quot; | 2&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background:#dadada; padding-right:1em&amp;quot; | &#039;&#039;&#039;Description&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;background:#eaeaea&amp;quot; | Creating users and groups on a Linux system.&lt;br /&gt;
|}&lt;br /&gt;
&#039;&#039;&#039;Key Knowledge Areas:&#039;&#039;&#039;&lt;br /&gt;
* User and group commands&lt;br /&gt;
* User IDs&lt;br /&gt;
&#039;&#039;&#039;The following is a partial list of the used files, terms and utilities:&#039;&#039;&#039;&lt;br /&gt;
* /etc/passwd, /etc/shadow, /etc/group&lt;br /&gt;
* id, last&lt;br /&gt;
* useradd, groupdadd&lt;br /&gt;
* passwd&lt;br /&gt;
&#039;&#039;&#039;Nice to know:&#039;&#039;&#039;&lt;br /&gt;
* usermod, userdel&lt;br /&gt;
* groupmod, groupdel&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====&amp;lt;span style=&amp;quot;color:navy&amp;quot;&amp;gt;5.3 Managing File Permissions and Ownership&amp;lt;/span&amp;gt;====&lt;br /&gt;
{|&lt;br /&gt;
| style=&amp;quot;background:#dadada&amp;quot; | &#039;&#039;&#039;Weight&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;background:#eaeaea&amp;quot; | 2&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background:#dadada; padding-right:1em&amp;quot; | &#039;&#039;&#039;Description&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;background:#eaeaea&amp;quot; | Understanding and manipulating file permissions and ownership settings.&lt;br /&gt;
|}&lt;br /&gt;
&#039;&#039;&#039;Key Knowledge Areas:&#039;&#039;&#039;&lt;br /&gt;
* File/directory permissions and owners&lt;br /&gt;
&#039;&#039;&#039;The following is a partial list of the used files, terms and utilities:&#039;&#039;&#039;&lt;br /&gt;
* ls -l&lt;br /&gt;
* chmod, chown&lt;br /&gt;
&#039;&#039;&#039;Nice to know:&#039;&#039;&#039;&lt;br /&gt;
* chgrp&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
====&amp;lt;span style=&amp;quot;color:navy&amp;quot;&amp;gt;5.4 Special Directories and Files&amp;lt;/span&amp;gt;====&lt;br /&gt;
{|&lt;br /&gt;
| style=&amp;quot;background:#dadada&amp;quot; | &#039;&#039;&#039;Weight&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;background:#eaeaea&amp;quot; | 1&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background:#dadada; padding-right:1em&amp;quot; | &#039;&#039;&#039;Description&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;background:#eaeaea&amp;quot; | Special directories and files on a Linux system including special permissions.&lt;br /&gt;
|}&lt;br /&gt;
&#039;&#039;&#039;Key Knowledge Areas:&#039;&#039;&#039;&lt;br /&gt;
* System files, libraries&lt;br /&gt;
* Symbolic links&lt;br /&gt;
&#039;&#039;&#039;The following is a partial list of the used files, terms and utilities:&#039;&#039;&#039;&lt;br /&gt;
* /etc, /var&lt;br /&gt;
* /tmp, /var/tmp and Sticky Bits&lt;br /&gt;
* ls -d&lt;br /&gt;
* ln -s&lt;br /&gt;
&#039;&#039;&#039;Nice to know:&#039;&#039;&#039;&lt;br /&gt;
* Hard links&lt;br /&gt;
* Setuid/Setgid&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===&#039;&#039;Reference Material&#039;&#039;===&lt;br /&gt;
&lt;br /&gt;
===Notes and Comments===&lt;br /&gt;
&lt;br /&gt;
Feel free to add comments here:&lt;/div&gt;</summary>
		<author><name>MedinaDupuis</name></author>
	</entry>
	<entry>
		<id>https://wiki.lpi.org/w/index.php?title=LinuxEssentials_Objectives_V1&amp;diff=1549</id>
		<title>LinuxEssentials Objectives V1</title>
		<link rel="alternate" type="text/html" href="https://wiki.lpi.org/w/index.php?title=LinuxEssentials_Objectives_V1&amp;diff=1549"/>
		<updated>2012-02-10T19:23:44Z</updated>

		<summary type="html">&lt;p&gt;MedinaDupuis: /* Introduction and Exam Development Workshops */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__FORCETOC__&lt;br /&gt;
==Introduction and Exam Development Workshops==&lt;br /&gt;
The description of the entire Linux Essentials Programme programme is listed [[LinuxEssentialsProgramme|here]].&lt;br /&gt;
&lt;br /&gt;
The purpose of the Linux Essentials Program is to define the basic knowledge required to competently use a desktop or mobile device using a Linux Operating System.  The program will guide and encourage youth (and those new to Linux and Open Source) to understand the place of Linux and Open Source in the context of the broader IT industry.&lt;br /&gt;
&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Minimally Qualified Candidate Description==&lt;br /&gt;
This is a description of a candidate that is just barely&lt;br /&gt;
qualified to pass the LPI Linux Essentials exam.  This hypothetical&lt;br /&gt;
person is called the Minimally Qualified Candidate (MQC).  Standards on&lt;br /&gt;
the Linux Essentials exam should be set so that this person (and&lt;br /&gt;
anyone more able) would pass but anyone less able would not pass.&lt;br /&gt;
&lt;br /&gt;
The successful candidate should have an understanding of the Linux and Open Source industry and knowledge of the most popular Open Source Applications.  The candidate should understand the major components of the Linux operating system, and have the technical proficiency to work on the Linux command line. The MQC has a basic understanding of security and administration related topics such&lt;br /&gt;
as user/group management, working on the command line and permissions.  A &#039;&#039;&#039;LPI Linux Essentials Technician (LPI LET)&#039;&#039;&#039; is most likely the end user of a mostly managed system.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The &#039;&#039;&#039;LPI Linux Essentials Technician (LPI LET) MQC&#039;&#039;&#039; typically:&lt;br /&gt;
&lt;br /&gt;
* Has a basic understanding of FOSS, the various communities and licenses.&lt;br /&gt;
* Understands the basic concepts of processes, programs and the components of an Operating System.&lt;br /&gt;
* Has a basic knowledge of computer hardware&lt;br /&gt;
* Has a basic appreciation of system security, users/groups and file permissions for public and private directories.&lt;br /&gt;
* Basic understanding of how to make the system accessible and able to connect to other computers on a Local Area Network (LAN).&lt;br /&gt;
* Demonstrates a knowledge of Open Source Applications in the Workplace as they relate to Closed Source equivalents.&lt;br /&gt;
* Understands navigation systems on a Linux Desktop and where to go for help.&lt;br /&gt;
* Has a rudimentary ability to work on the command line and with files.&lt;br /&gt;
* Make and restore simple backups and archives.&lt;br /&gt;
* Can use a basic command line editor.&lt;br /&gt;
* Understands file compression.&lt;br /&gt;
* Ability to create and run simple scripts.&lt;br /&gt;
&lt;br /&gt;
==Version Information==&lt;br /&gt;
These objectives are version 0.99.2.&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Translations of Objectives==&lt;br /&gt;
The following translations of the objectives are available on this wiki:&lt;br /&gt;
* [[LinuxEssentials|English]]&lt;br /&gt;
* [[LinuxEssentials(FR)|French]]&lt;br /&gt;
* [[LinuxEssentials(DE)|German]]&lt;br /&gt;
* [[LinuxEssentials(EL)|Greek]]&lt;br /&gt;
* [[LinuxEssentials(ES)|Spanish]]&lt;br /&gt;
* [[LinuxEssentials(TR)|Turkish]]&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Objectives==&lt;br /&gt;
&lt;br /&gt;
===&#039;&#039;Topic 1: A Career in Open Source and Joining The Linux Community (weight: 7)&#039;&#039;===&lt;br /&gt;
====&amp;lt;span style=&amp;quot;color:navy&amp;quot;&amp;gt;1.1 Linux Evolution and Popular Operating Systems&amp;lt;/span&amp;gt;====&lt;br /&gt;
{|&lt;br /&gt;
| style=&amp;quot;background:#dadada&amp;quot; | &#039;&#039;&#039;Weight&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;background:#eaeaea&amp;quot; | 2&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background:#dadada; padding-right:1em&amp;quot; | &#039;&#039;&#039;Description&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;background:#eaeaea&amp;quot; | Knowledge of Linux development and major distributions.&lt;br /&gt;
|}&lt;br /&gt;
&#039;&#039;&#039;Key Knowledge Areas:&#039;&#039;&#039;&lt;br /&gt;
* Open Source Philosophy&lt;br /&gt;
* Distributions&lt;br /&gt;
* Embedded Systems&lt;br /&gt;
&#039;&#039;&#039;The following is a partial list of the used files, terms and utilities:&#039;&#039;&#039;&lt;br /&gt;
* Android&lt;br /&gt;
* Debian&lt;br /&gt;
* CentOS&lt;br /&gt;
&#039;&#039;&#039;Nice to know:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====&amp;lt;span style=&amp;quot;color:navy&amp;quot;&amp;gt;1.2 Major Open Source Applications&amp;lt;/span&amp;gt;====&lt;br /&gt;
{|&lt;br /&gt;
| style=&amp;quot;background:#dadada&amp;quot; | &#039;&#039;&#039;Weight&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;background:#eaeaea&amp;quot; | 2&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background:#dadada; padding-right:1em&amp;quot; | &#039;&#039;&#039;Description&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;background:#eaeaea&amp;quot; | Awareness of major applications and their uses.&lt;br /&gt;
|}&lt;br /&gt;
&#039;&#039;&#039;Key Knowledge Areas:&#039;&#039;&#039;&lt;br /&gt;
* Desktop Applications&lt;br /&gt;
* Server Applications&lt;br /&gt;
* Mobile Applications&lt;br /&gt;
* Development Languages&lt;br /&gt;
* Package Management Tools and repositories&lt;br /&gt;
&#039;&#039;&#039;The following is a partial list of the used files, terms and utilities:&#039;&#039;&#039;&lt;br /&gt;
* OpenOffice.org, LibreOffice, Thunderbird, Firefox&lt;br /&gt;
* Blender, Gimp, Audacity, ImageMagick&lt;br /&gt;
* Apache, MySQL, PostgreSQL&lt;br /&gt;
* NFS, Samba, OpenLDAP, Postfix, DNS, DHCP&lt;br /&gt;
* C, Perl, shell, Python, PHP&lt;br /&gt;
&#039;&#039;&#039;Nice to know:&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====&amp;lt;span style=&amp;quot;color:navy&amp;quot;&amp;gt;1.3 Understanding Open Source Software and Licensing&amp;lt;/span&amp;gt;====&lt;br /&gt;
{|&lt;br /&gt;
| style=&amp;quot;background:#dadada&amp;quot; | &#039;&#039;&#039;Weight&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;background:#eaeaea&amp;quot; | 1&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background:#dadada; padding-right:1em&amp;quot; | &#039;&#039;&#039;Description&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;background:#eaeaea&amp;quot; | Open communities and licensing Open Source Software for business.&lt;br /&gt;
|}&lt;br /&gt;
&#039;&#039;&#039;Key Knowledge Areas:&#039;&#039;&#039;&lt;br /&gt;
* Licensing&lt;br /&gt;
* Free Software Foundation (FSF), Open Source Initiative (OSI)&lt;br /&gt;
&#039;&#039;&#039;The following is a partial list of the used files, terms and utilities:&#039;&#039;&#039;&lt;br /&gt;
* GPL, BSD, Creative Commons&lt;br /&gt;
* Free Software, Open Source Software, FOSS, FLOSS&lt;br /&gt;
* Open Source business models&lt;br /&gt;
&#039;&#039;&#039;Nice to know:&#039;&#039;&#039;&lt;br /&gt;
* Intellectual Property (IP): copyright, trademarks and patents&lt;br /&gt;
* Apache License, Mozilla License&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====&amp;lt;span style=&amp;quot;color:navy&amp;quot;&amp;gt;1.4 ICT Skills and Working in Linux&amp;lt;/span&amp;gt;====&lt;br /&gt;
{|&lt;br /&gt;
| style=&amp;quot;background:#dadada&amp;quot; | &#039;&#039;&#039;Weight&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;background:#eaeaea&amp;quot; | 2&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background:#dadada; padding-right:1em&amp;quot; | &#039;&#039;&#039;Description&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;background:#eaeaea&amp;quot; | Basic Information and Communication Technology (ICT) skills and working in Linux.&lt;br /&gt;
|}&lt;br /&gt;
&#039;&#039;&#039;Key Knowledge Areas:&#039;&#039;&#039;&lt;br /&gt;
* Desktop Skills&lt;br /&gt;
* Getting to the Command Line&lt;br /&gt;
* Industry uses of Linux, Cloud Computing and Virtualization&lt;br /&gt;
&#039;&#039;&#039;The following is a partial list of the used files, terms and utilities:&#039;&#039;&#039;&lt;br /&gt;
* Using a browser, privacy concerns, configuration options, searching the web and saving content&lt;br /&gt;
* Terminal and Console&lt;br /&gt;
* Password issues&lt;br /&gt;
* Privacy issues and tools&lt;br /&gt;
* Use of common open source applications in presentations and projects&lt;br /&gt;
&#039;&#039;&#039;Nice to know:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===&#039;&#039;Topic 2: Finding Your Way on a Linux System (weight: 8)&#039;&#039;===&lt;br /&gt;
====&amp;lt;span style=&amp;quot;color:navy&amp;quot;&amp;gt;2.1 Command Line Basics&amp;lt;/span&amp;gt;====&lt;br /&gt;
{|&lt;br /&gt;
| style=&amp;quot;background:#dadada&amp;quot; | &#039;&#039;&#039;Weight&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;background:#eaeaea&amp;quot; | 2&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background:#dadada; padding-right:1em&amp;quot; | &#039;&#039;&#039;Description&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;background:#eaeaea&amp;quot; | Basics of using the Linux command line.&lt;br /&gt;
|}&lt;br /&gt;
&#039;&#039;&#039;Key Knowledge Areas:&#039;&#039;&#039;&lt;br /&gt;
* Basic shell&lt;br /&gt;
* Formatting commands&lt;br /&gt;
* Working With Options&lt;br /&gt;
* Variables&lt;br /&gt;
* Globbing&lt;br /&gt;
* Quoting&lt;br /&gt;
&#039;&#039;&#039;The following is a partial list of the used files, terms and utilities:&#039;&#039;&#039;&lt;br /&gt;
* echo&lt;br /&gt;
* history&lt;br /&gt;
* PATH env variable&lt;br /&gt;
* which&lt;br /&gt;
&#039;&#039;&#039;Nice to know:&#039;&#039;&#039;&lt;br /&gt;
* Substitutions&lt;br /&gt;
* ||, &amp;amp;&amp;amp; and ; control operators&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====&amp;lt;span style=&amp;quot;color:navy&amp;quot;&amp;gt;2.2 Using the Command Line to Get Help &amp;lt;/span&amp;gt;====&lt;br /&gt;
{|&lt;br /&gt;
| style=&amp;quot;background:#dadada&amp;quot; | &#039;&#039;&#039;Weight&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;background:#eaeaea&amp;quot; | 2&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background:#dadada; padding-right:1em&amp;quot; | &#039;&#039;&#039;Description&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;background:#eaeaea&amp;quot; |Running help commands and navigation of the various help systems.&lt;br /&gt;
|}&lt;br /&gt;
&#039;&#039;&#039;Key Knowledge Areas:&#039;&#039;&#039;&lt;br /&gt;
* Man&lt;br /&gt;
* Info&lt;br /&gt;
&#039;&#039;&#039;The following is a partial list of the used files, terms and utilities:&#039;&#039;&#039;&lt;br /&gt;
* man&lt;br /&gt;
* info&lt;br /&gt;
* Man pages&lt;br /&gt;
* /usr/share/doc&lt;br /&gt;
* locate&lt;br /&gt;
&#039;&#039;&#039;Nice to know:&#039;&#039;&#039;&lt;br /&gt;
* apropos, whatis, whereis&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====&amp;lt;span style=&amp;quot;color:navy&amp;quot;&amp;gt;2.3 Using Directories and Listing Files&amp;lt;/span&amp;gt;====&lt;br /&gt;
{|&lt;br /&gt;
| style=&amp;quot;background:#dadada&amp;quot; | &#039;&#039;&#039;Weight&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;background:#eaeaea&amp;quot; | 2&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background:#dadada; padding-right:1em&amp;quot; | &#039;&#039;&#039;Description&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;background:#eaeaea&amp;quot; | Navigation of home and system directories and listing files in various locations.&lt;br /&gt;
|}&lt;br /&gt;
&#039;&#039;&#039;Key Knowledge Areas:&#039;&#039;&#039;&lt;br /&gt;
* Files, directories&lt;br /&gt;
* Hidden files and directories&lt;br /&gt;
* Home&lt;br /&gt;
* Absolute and relative paths&lt;br /&gt;
&#039;&#039;&#039;The following is a partial list of the used files, terms and utilities:&#039;&#039;&#039;&lt;br /&gt;
* Common options for ls&lt;br /&gt;
* Recursive listings&lt;br /&gt;
* cd &lt;br /&gt;
* &#039;&#039;&#039;.&#039;&#039;&#039; and &#039;&#039;&#039;..&#039;&#039;&#039;&lt;br /&gt;
* home and ~&lt;br /&gt;
&#039;&#039;&#039;Nice to know:&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====&amp;lt;span style=&amp;quot;color:navy&amp;quot;&amp;gt;2.4 Creating, Moving and Deleting Files&amp;lt;/span&amp;gt;====&lt;br /&gt;
{|&lt;br /&gt;
| style=&amp;quot;background:#dadada&amp;quot; | &#039;&#039;&#039;Weight&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;background:#eaeaea&amp;quot; | 2&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background:#dadada; padding-right:1em&amp;quot; | &#039;&#039;&#039;Description&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;background:#eaeaea&amp;quot; | Create, move and delete files and directories under the home directory.&lt;br /&gt;
|}&lt;br /&gt;
&#039;&#039;&#039;Key Knowledge Areas:&#039;&#039;&#039;&lt;br /&gt;
* Files and directories&lt;br /&gt;
* Case sensitivity&lt;br /&gt;
* Simple globbing and quoting&lt;br /&gt;
&#039;&#039;&#039;The following is a partial list of the used files, terms and utilities:&#039;&#039;&#039;&lt;br /&gt;
* mv, cp, rm, touch&lt;br /&gt;
* mkdir, rmdir&lt;br /&gt;
&#039;&#039;&#039;Nice to know:&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===&#039;&#039;Topic 3: The Power of the Command Line (weight: 10)&#039;&#039;===&lt;br /&gt;
====&amp;lt;span style=&amp;quot;color:navy&amp;quot;&amp;gt;3.1 Archiving Files on the Command Line&amp;lt;/span&amp;gt;====&lt;br /&gt;
{|&lt;br /&gt;
| style=&amp;quot;background:#dadada&amp;quot; | &#039;&#039;&#039;Weight&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;background:#eaeaea&amp;quot; | 2&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background:#dadada; padding-right:1em&amp;quot; | &#039;&#039;&#039;Description&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;background:#eaeaea&amp;quot; | Archiving files in the user home directory.&lt;br /&gt;
|}&lt;br /&gt;
&#039;&#039;&#039;Key Knowledge Areas:&#039;&#039;&#039;&lt;br /&gt;
* Files, directories&lt;br /&gt;
* Archives, compression&lt;br /&gt;
&#039;&#039;&#039;The following is a partial list of the used files, terms and utilities:&#039;&#039;&#039;&lt;br /&gt;
* tar&lt;br /&gt;
* tar options&lt;br /&gt;
* gzip, bzip2&lt;br /&gt;
* zip, unzip&lt;br /&gt;
&#039;&#039;&#039;Nice to know:&#039;&#039;&#039;&lt;br /&gt;
* Extracting individual files from archives&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====&amp;lt;span style=&amp;quot;color:navy&amp;quot;&amp;gt;3.2 Searching and Extracting Data from Files&amp;lt;/span&amp;gt;====&lt;br /&gt;
{|&lt;br /&gt;
| style=&amp;quot;background:#dadada&amp;quot; | &#039;&#039;&#039;Weight&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;background:#eaeaea&amp;quot; | 4&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background:#dadada; padding-right:1em&amp;quot; | &#039;&#039;&#039;Description&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;background:#eaeaea&amp;quot; | Search and extract data from files in the home directory.&lt;br /&gt;
|}&lt;br /&gt;
&#039;&#039;&#039;Key Knowledge Areas:&#039;&#039;&#039;&lt;br /&gt;
* Command line pipes&lt;br /&gt;
* I/O re-direction&lt;br /&gt;
* Partial POSIX Regular Expressions (., [ ], *, ?)&lt;br /&gt;
&#039;&#039;&#039;The following is a partial list of the used files, terms and utilities:&#039;&#039;&#039;&lt;br /&gt;
* find&lt;br /&gt;
* grep&lt;br /&gt;
* less&lt;br /&gt;
* tail&lt;br /&gt;
* sort&lt;br /&gt;
* cut&lt;br /&gt;
* wc&lt;br /&gt;
&#039;&#039;&#039;Nice to know:&#039;&#039;&#039;&lt;br /&gt;
* Partial POSIX Basic Regular Expressions ([^ ], ^, $)&lt;br /&gt;
* Partial POSIX Extended Regular Expressions (+, ( ), |)&lt;br /&gt;
* xargs&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====&amp;lt;span style=&amp;quot;color:navy&amp;quot;&amp;gt;3.3 Turning Commands into a Script&amp;lt;/span&amp;gt;====&lt;br /&gt;
{|&lt;br /&gt;
| style=&amp;quot;background:#dadada&amp;quot; | &#039;&#039;&#039;Weight&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;background:#eaeaea&amp;quot; | 4&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background:#dadada; padding-right:1em&amp;quot; | &#039;&#039;&#039;Description&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;background:#eaeaea&amp;quot; | Turning repetitive commands into simple scripts.&lt;br /&gt;
|}&lt;br /&gt;
&#039;&#039;&#039;Key Knowledge Areas:&#039;&#039;&#039;&lt;br /&gt;
* Basic text editing&lt;br /&gt;
* Basic shell scripting&lt;br /&gt;
&#039;&#039;&#039;The following is a partial list of the used files, terms and utilities:&#039;&#039;&#039;&lt;br /&gt;
* pico, nano, vi&lt;br /&gt;
* /bin/sh&lt;br /&gt;
* Variables&lt;br /&gt;
* Arguments&lt;br /&gt;
* for loops&lt;br /&gt;
* echo&lt;br /&gt;
* Exit status&lt;br /&gt;
&#039;&#039;&#039;Nice to know:&#039;&#039;&#039;&lt;br /&gt;
* Bash&lt;br /&gt;
* if, while, case statements&lt;br /&gt;
* read and test, and [ commands&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===&#039;&#039;Topic 4: The Linux Operating System (weight: 8)&#039;&#039;===&lt;br /&gt;
====&amp;lt;span style=&amp;quot;color:navy&amp;quot;&amp;gt;4.1 Choosing an Operating System&amp;lt;/span&amp;gt;====&lt;br /&gt;
{|&lt;br /&gt;
| style=&amp;quot;background:#dadada&amp;quot; | &#039;&#039;&#039;Weight&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;background:#eaeaea&amp;quot; | 1&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background:#dadada; padding-right:1em&amp;quot; | &#039;&#039;&#039;Description&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;background:#eaeaea&amp;quot; | Knowledge of major operating systems and Linux distributions.&lt;br /&gt;
|}&lt;br /&gt;
&#039;&#039;&#039;Key Knowledge Areas:&#039;&#039;&#039;&lt;br /&gt;
* Windows, Mac, Linux differences&lt;br /&gt;
* Distribution life cycle management&lt;br /&gt;
&#039;&#039;&#039;The following is a partial list of the used files, terms and utilities:&#039;&#039;&#039;&lt;br /&gt;
* GUI versus command line, desktop configuration&lt;br /&gt;
* Maintenance cycles, Beta and Stable&lt;br /&gt;
&#039;&#039;&#039;Nice to know:&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====&amp;lt;span style=&amp;quot;color:navy&amp;quot;&amp;gt;4.2 Understanding Computer Hardware&amp;lt;/span&amp;gt;====&lt;br /&gt;
{|&lt;br /&gt;
| style=&amp;quot;background:#dadada&amp;quot; | &#039;&#039;&#039;Weight&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;background:#eaeaea&amp;quot; | 2&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background:#dadada; padding-right:1em&amp;quot; | &#039;&#039;&#039;Description&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;background:#eaeaea&amp;quot; |Familiarity with the components that go into building desktop and server computers.&lt;br /&gt;
|}&lt;br /&gt;
&#039;&#039;&#039;Key Knowledge Areas:&#039;&#039;&#039;&lt;br /&gt;
* Hardware&lt;br /&gt;
&#039;&#039;&#039;The following is a partial list of the used files, terms and utilities:&#039;&#039;&#039;&lt;br /&gt;
* Hard drives and partitions, motherboards, processors, power supplies, optical drives, peripherals&lt;br /&gt;
* Display types&lt;br /&gt;
* Drivers&lt;br /&gt;
&#039;&#039;&#039;Nice to know:&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====&amp;lt;span style=&amp;quot;color:navy&amp;quot;&amp;gt;4.3 Where Data is Stored&amp;lt;/span&amp;gt;====&lt;br /&gt;
{|&lt;br /&gt;
| style=&amp;quot;background:#dadada&amp;quot; | &#039;&#039;&#039;Weight&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;background:#eaeaea&amp;quot; | 3&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background:#dadada; padding-right:1em&amp;quot; | &#039;&#039;&#039;Description&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;background:#eaeaea&amp;quot; | Where various types of information are stored on a Linux system.&lt;br /&gt;
|}&lt;br /&gt;
&#039;&#039;&#039;Key Knowledge Areas:&#039;&#039;&#039;&lt;br /&gt;
* Kernel&lt;br /&gt;
* Processes&lt;br /&gt;
* syslog, klog, dmesg&lt;br /&gt;
* /lib, /usr/lib, /etc, /var/log&lt;br /&gt;
&#039;&#039;&#039;The following is a partial list of the used files, terms and utilities:&#039;&#039;&#039;&lt;br /&gt;
* Programs, libraries, packages and package databases, system configuration&lt;br /&gt;
* Processes and process tables, memory addresses, system messaging and logging&lt;br /&gt;
* ps, top, free&lt;br /&gt;
&#039;&#039;&#039;Nice to know:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====&amp;lt;span style=&amp;quot;color:navy&amp;quot;&amp;gt;4.4 Your Computer on the Network&amp;lt;/span&amp;gt;====&lt;br /&gt;
{|&lt;br /&gt;
| style=&amp;quot;background:#dadada&amp;quot; | &#039;&#039;&#039;Weight&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;background:#eaeaea&amp;quot; | 2&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background:#dadada; padding-right:1em&amp;quot; | &#039;&#039;&#039;Description&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;background:#eaeaea&amp;quot; |Determining vital networking settings and the basic requirements to add a computer on to a Local Area Network (LAN).&lt;br /&gt;
|}&lt;br /&gt;
&#039;&#039;&#039;Key Knowledge Areas:&#039;&#039;&#039;&lt;br /&gt;
* Internet, network, routers&lt;br /&gt;
* Domain Name Service&lt;br /&gt;
* Network configuration&lt;br /&gt;
&#039;&#039;&#039;The following is a partial list of the used files, terms and utilities:&#039;&#039;&#039;&lt;br /&gt;
* route&lt;br /&gt;
* resolv.conf&lt;br /&gt;
* IPv4, IPv6&lt;br /&gt;
* ifconfig&lt;br /&gt;
* netstat&lt;br /&gt;
* ping&lt;br /&gt;
&#039;&#039;&#039;Nice to know:&#039;&#039;&#039;&lt;br /&gt;
* ssh&lt;br /&gt;
* dig&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===&#039;&#039;Topic 5: Security and File Permissions (weight: 7)&#039;&#039;===&lt;br /&gt;
====&amp;lt;span style=&amp;quot;color:navy&amp;quot;&amp;gt;5.1 Basic Security and Identifying User Types&amp;lt;/span&amp;gt;====&lt;br /&gt;
{|&lt;br /&gt;
| style=&amp;quot;background:#dadada&amp;quot; | &#039;&#039;&#039;Weight&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;background:#eaeaea&amp;quot; | 2&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background:#dadada; padding-right:1em&amp;quot; | &#039;&#039;&#039;Description&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;background:#eaeaea&amp;quot; | Various types of users on a Linux system.&lt;br /&gt;
|}&lt;br /&gt;
&#039;&#039;&#039;Key Knowledge Areas:&#039;&#039;&#039;&lt;br /&gt;
* Root and Standard Users&lt;br /&gt;
* System users&lt;br /&gt;
&#039;&#039;&#039;The following is a partial list of the used files, terms and utilities:&#039;&#039;&#039;&lt;br /&gt;
* /etc/passwd, /etc/group&lt;br /&gt;
* id, who, w&lt;br /&gt;
* sudo&lt;br /&gt;
&#039;&#039;&#039;Nice to know:&#039;&#039;&#039;&lt;br /&gt;
* su&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====&amp;lt;span style=&amp;quot;color:navy&amp;quot;&amp;gt;5.2 Creating Users and Groups&amp;lt;/span&amp;gt;====&lt;br /&gt;
{|&lt;br /&gt;
| style=&amp;quot;background:#dadada&amp;quot; | &#039;&#039;&#039;Weight&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;background:#eaeaea&amp;quot; | 2&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background:#dadada; padding-right:1em&amp;quot; | &#039;&#039;&#039;Description&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;background:#eaeaea&amp;quot; | Creating users and groups on a Linux system.&lt;br /&gt;
|}&lt;br /&gt;
&#039;&#039;&#039;Key Knowledge Areas:&#039;&#039;&#039;&lt;br /&gt;
* User and group commands&lt;br /&gt;
* User IDs&lt;br /&gt;
&#039;&#039;&#039;The following is a partial list of the used files, terms and utilities:&#039;&#039;&#039;&lt;br /&gt;
* /etc/passwd, /etc/shadow, /etc/group&lt;br /&gt;
* id, last&lt;br /&gt;
* useradd, groupdadd&lt;br /&gt;
* passwd&lt;br /&gt;
&#039;&#039;&#039;Nice to know:&#039;&#039;&#039;&lt;br /&gt;
* usermod, userdel&lt;br /&gt;
* groupmod, groupdel&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====&amp;lt;span style=&amp;quot;color:navy&amp;quot;&amp;gt;5.3 Managing File Permissions and Ownership&amp;lt;/span&amp;gt;====&lt;br /&gt;
{|&lt;br /&gt;
| style=&amp;quot;background:#dadada&amp;quot; | &#039;&#039;&#039;Weight&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;background:#eaeaea&amp;quot; | 2&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background:#dadada; padding-right:1em&amp;quot; | &#039;&#039;&#039;Description&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;background:#eaeaea&amp;quot; | Understanding and manipulating file permissions and ownership settings.&lt;br /&gt;
|}&lt;br /&gt;
&#039;&#039;&#039;Key Knowledge Areas:&#039;&#039;&#039;&lt;br /&gt;
* File/directory permissions and owners&lt;br /&gt;
&#039;&#039;&#039;The following is a partial list of the used files, terms and utilities:&#039;&#039;&#039;&lt;br /&gt;
* ls -l&lt;br /&gt;
* chmod, chown&lt;br /&gt;
&#039;&#039;&#039;Nice to know:&#039;&#039;&#039;&lt;br /&gt;
* chgrp&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
====&amp;lt;span style=&amp;quot;color:navy&amp;quot;&amp;gt;5.4 Special Directories and Files&amp;lt;/span&amp;gt;====&lt;br /&gt;
{|&lt;br /&gt;
| style=&amp;quot;background:#dadada&amp;quot; | &#039;&#039;&#039;Weight&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;background:#eaeaea&amp;quot; | 1&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background:#dadada; padding-right:1em&amp;quot; | &#039;&#039;&#039;Description&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;background:#eaeaea&amp;quot; | Special directories and files on a Linux system including special permissions.&lt;br /&gt;
|}&lt;br /&gt;
&#039;&#039;&#039;Key Knowledge Areas:&#039;&#039;&#039;&lt;br /&gt;
* System files, libraries&lt;br /&gt;
* Symbolic links&lt;br /&gt;
&#039;&#039;&#039;The following is a partial list of the used files, terms and utilities:&#039;&#039;&#039;&lt;br /&gt;
* /etc, /var&lt;br /&gt;
* /tmp, /var/tmp and Sticky Bits&lt;br /&gt;
* ls -d&lt;br /&gt;
* ln -s&lt;br /&gt;
&#039;&#039;&#039;Nice to know:&#039;&#039;&#039;&lt;br /&gt;
* Hard links&lt;br /&gt;
* Setuid/Setgid&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===&#039;&#039;Reference Material&#039;&#039;===&lt;br /&gt;
&lt;br /&gt;
===Notes and Comments===&lt;br /&gt;
&lt;br /&gt;
Feel free to add comments here:&lt;/div&gt;</summary>
		<author><name>MedinaDupuis</name></author>
	</entry>
	<entry>
		<id>https://wiki.lpi.org/w/index.php?title=LinuxEssentials_Objectives_V1&amp;diff=1548</id>
		<title>LinuxEssentials Objectives V1</title>
		<link rel="alternate" type="text/html" href="https://wiki.lpi.org/w/index.php?title=LinuxEssentials_Objectives_V1&amp;diff=1548"/>
		<updated>2012-02-10T19:23:01Z</updated>

		<summary type="html">&lt;p&gt;MedinaDupuis: /* Introduction */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__FORCETOC__&lt;br /&gt;
==Introduction and Exam Development Workshops==&lt;br /&gt;
The description of the entire [[LinuxEssentialsProgramme]] programme is listed [[LinuxEssentialsProgramme|here]].&lt;br /&gt;
&lt;br /&gt;
The purpose of the Linux Essentials Program is to define the basic knowledge required to competently use a desktop or mobile device using a Linux Operating System.  The program will guide and encourage youth (and those new to Linux and Open Source) to understand the place of Linux and Open Source in the context of the broader IT industry.&lt;br /&gt;
&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Minimally Qualified Candidate Description==&lt;br /&gt;
This is a description of a candidate that is just barely&lt;br /&gt;
qualified to pass the LPI Linux Essentials exam.  This hypothetical&lt;br /&gt;
person is called the Minimally Qualified Candidate (MQC).  Standards on&lt;br /&gt;
the Linux Essentials exam should be set so that this person (and&lt;br /&gt;
anyone more able) would pass but anyone less able would not pass.&lt;br /&gt;
&lt;br /&gt;
The successful candidate should have an understanding of the Linux and Open Source industry and knowledge of the most popular Open Source Applications.  The candidate should understand the major components of the Linux operating system, and have the technical proficiency to work on the Linux command line. The MQC has a basic understanding of security and administration related topics such&lt;br /&gt;
as user/group management, working on the command line and permissions.  A &#039;&#039;&#039;LPI Linux Essentials Technician (LPI LET)&#039;&#039;&#039; is most likely the end user of a mostly managed system.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The &#039;&#039;&#039;LPI Linux Essentials Technician (LPI LET) MQC&#039;&#039;&#039; typically:&lt;br /&gt;
&lt;br /&gt;
* Has a basic understanding of FOSS, the various communities and licenses.&lt;br /&gt;
* Understands the basic concepts of processes, programs and the components of an Operating System.&lt;br /&gt;
* Has a basic knowledge of computer hardware&lt;br /&gt;
* Has a basic appreciation of system security, users/groups and file permissions for public and private directories.&lt;br /&gt;
* Basic understanding of how to make the system accessible and able to connect to other computers on a Local Area Network (LAN).&lt;br /&gt;
* Demonstrates a knowledge of Open Source Applications in the Workplace as they relate to Closed Source equivalents.&lt;br /&gt;
* Understands navigation systems on a Linux Desktop and where to go for help.&lt;br /&gt;
* Has a rudimentary ability to work on the command line and with files.&lt;br /&gt;
* Make and restore simple backups and archives.&lt;br /&gt;
* Can use a basic command line editor.&lt;br /&gt;
* Understands file compression.&lt;br /&gt;
* Ability to create and run simple scripts.&lt;br /&gt;
&lt;br /&gt;
==Version Information==&lt;br /&gt;
These objectives are version 0.99.2.&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Translations of Objectives==&lt;br /&gt;
The following translations of the objectives are available on this wiki:&lt;br /&gt;
* [[LinuxEssentials|English]]&lt;br /&gt;
* [[LinuxEssentials(FR)|French]]&lt;br /&gt;
* [[LinuxEssentials(DE)|German]]&lt;br /&gt;
* [[LinuxEssentials(EL)|Greek]]&lt;br /&gt;
* [[LinuxEssentials(ES)|Spanish]]&lt;br /&gt;
* [[LinuxEssentials(TR)|Turkish]]&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Objectives==&lt;br /&gt;
&lt;br /&gt;
===&#039;&#039;Topic 1: A Career in Open Source and Joining The Linux Community (weight: 7)&#039;&#039;===&lt;br /&gt;
====&amp;lt;span style=&amp;quot;color:navy&amp;quot;&amp;gt;1.1 Linux Evolution and Popular Operating Systems&amp;lt;/span&amp;gt;====&lt;br /&gt;
{|&lt;br /&gt;
| style=&amp;quot;background:#dadada&amp;quot; | &#039;&#039;&#039;Weight&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;background:#eaeaea&amp;quot; | 2&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background:#dadada; padding-right:1em&amp;quot; | &#039;&#039;&#039;Description&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;background:#eaeaea&amp;quot; | Knowledge of Linux development and major distributions.&lt;br /&gt;
|}&lt;br /&gt;
&#039;&#039;&#039;Key Knowledge Areas:&#039;&#039;&#039;&lt;br /&gt;
* Open Source Philosophy&lt;br /&gt;
* Distributions&lt;br /&gt;
* Embedded Systems&lt;br /&gt;
&#039;&#039;&#039;The following is a partial list of the used files, terms and utilities:&#039;&#039;&#039;&lt;br /&gt;
* Android&lt;br /&gt;
* Debian&lt;br /&gt;
* CentOS&lt;br /&gt;
&#039;&#039;&#039;Nice to know:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====&amp;lt;span style=&amp;quot;color:navy&amp;quot;&amp;gt;1.2 Major Open Source Applications&amp;lt;/span&amp;gt;====&lt;br /&gt;
{|&lt;br /&gt;
| style=&amp;quot;background:#dadada&amp;quot; | &#039;&#039;&#039;Weight&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;background:#eaeaea&amp;quot; | 2&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background:#dadada; padding-right:1em&amp;quot; | &#039;&#039;&#039;Description&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;background:#eaeaea&amp;quot; | Awareness of major applications and their uses.&lt;br /&gt;
|}&lt;br /&gt;
&#039;&#039;&#039;Key Knowledge Areas:&#039;&#039;&#039;&lt;br /&gt;
* Desktop Applications&lt;br /&gt;
* Server Applications&lt;br /&gt;
* Mobile Applications&lt;br /&gt;
* Development Languages&lt;br /&gt;
* Package Management Tools and repositories&lt;br /&gt;
&#039;&#039;&#039;The following is a partial list of the used files, terms and utilities:&#039;&#039;&#039;&lt;br /&gt;
* OpenOffice.org, LibreOffice, Thunderbird, Firefox&lt;br /&gt;
* Blender, Gimp, Audacity, ImageMagick&lt;br /&gt;
* Apache, MySQL, PostgreSQL&lt;br /&gt;
* NFS, Samba, OpenLDAP, Postfix, DNS, DHCP&lt;br /&gt;
* C, Perl, shell, Python, PHP&lt;br /&gt;
&#039;&#039;&#039;Nice to know:&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====&amp;lt;span style=&amp;quot;color:navy&amp;quot;&amp;gt;1.3 Understanding Open Source Software and Licensing&amp;lt;/span&amp;gt;====&lt;br /&gt;
{|&lt;br /&gt;
| style=&amp;quot;background:#dadada&amp;quot; | &#039;&#039;&#039;Weight&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;background:#eaeaea&amp;quot; | 1&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background:#dadada; padding-right:1em&amp;quot; | &#039;&#039;&#039;Description&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;background:#eaeaea&amp;quot; | Open communities and licensing Open Source Software for business.&lt;br /&gt;
|}&lt;br /&gt;
&#039;&#039;&#039;Key Knowledge Areas:&#039;&#039;&#039;&lt;br /&gt;
* Licensing&lt;br /&gt;
* Free Software Foundation (FSF), Open Source Initiative (OSI)&lt;br /&gt;
&#039;&#039;&#039;The following is a partial list of the used files, terms and utilities:&#039;&#039;&#039;&lt;br /&gt;
* GPL, BSD, Creative Commons&lt;br /&gt;
* Free Software, Open Source Software, FOSS, FLOSS&lt;br /&gt;
* Open Source business models&lt;br /&gt;
&#039;&#039;&#039;Nice to know:&#039;&#039;&#039;&lt;br /&gt;
* Intellectual Property (IP): copyright, trademarks and patents&lt;br /&gt;
* Apache License, Mozilla License&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====&amp;lt;span style=&amp;quot;color:navy&amp;quot;&amp;gt;1.4 ICT Skills and Working in Linux&amp;lt;/span&amp;gt;====&lt;br /&gt;
{|&lt;br /&gt;
| style=&amp;quot;background:#dadada&amp;quot; | &#039;&#039;&#039;Weight&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;background:#eaeaea&amp;quot; | 2&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background:#dadada; padding-right:1em&amp;quot; | &#039;&#039;&#039;Description&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;background:#eaeaea&amp;quot; | Basic Information and Communication Technology (ICT) skills and working in Linux.&lt;br /&gt;
|}&lt;br /&gt;
&#039;&#039;&#039;Key Knowledge Areas:&#039;&#039;&#039;&lt;br /&gt;
* Desktop Skills&lt;br /&gt;
* Getting to the Command Line&lt;br /&gt;
* Industry uses of Linux, Cloud Computing and Virtualization&lt;br /&gt;
&#039;&#039;&#039;The following is a partial list of the used files, terms and utilities:&#039;&#039;&#039;&lt;br /&gt;
* Using a browser, privacy concerns, configuration options, searching the web and saving content&lt;br /&gt;
* Terminal and Console&lt;br /&gt;
* Password issues&lt;br /&gt;
* Privacy issues and tools&lt;br /&gt;
* Use of common open source applications in presentations and projects&lt;br /&gt;
&#039;&#039;&#039;Nice to know:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===&#039;&#039;Topic 2: Finding Your Way on a Linux System (weight: 8)&#039;&#039;===&lt;br /&gt;
====&amp;lt;span style=&amp;quot;color:navy&amp;quot;&amp;gt;2.1 Command Line Basics&amp;lt;/span&amp;gt;====&lt;br /&gt;
{|&lt;br /&gt;
| style=&amp;quot;background:#dadada&amp;quot; | &#039;&#039;&#039;Weight&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;background:#eaeaea&amp;quot; | 2&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background:#dadada; padding-right:1em&amp;quot; | &#039;&#039;&#039;Description&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;background:#eaeaea&amp;quot; | Basics of using the Linux command line.&lt;br /&gt;
|}&lt;br /&gt;
&#039;&#039;&#039;Key Knowledge Areas:&#039;&#039;&#039;&lt;br /&gt;
* Basic shell&lt;br /&gt;
* Formatting commands&lt;br /&gt;
* Working With Options&lt;br /&gt;
* Variables&lt;br /&gt;
* Globbing&lt;br /&gt;
* Quoting&lt;br /&gt;
&#039;&#039;&#039;The following is a partial list of the used files, terms and utilities:&#039;&#039;&#039;&lt;br /&gt;
* echo&lt;br /&gt;
* history&lt;br /&gt;
* PATH env variable&lt;br /&gt;
* which&lt;br /&gt;
&#039;&#039;&#039;Nice to know:&#039;&#039;&#039;&lt;br /&gt;
* Substitutions&lt;br /&gt;
* ||, &amp;amp;&amp;amp; and ; control operators&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====&amp;lt;span style=&amp;quot;color:navy&amp;quot;&amp;gt;2.2 Using the Command Line to Get Help &amp;lt;/span&amp;gt;====&lt;br /&gt;
{|&lt;br /&gt;
| style=&amp;quot;background:#dadada&amp;quot; | &#039;&#039;&#039;Weight&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;background:#eaeaea&amp;quot; | 2&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background:#dadada; padding-right:1em&amp;quot; | &#039;&#039;&#039;Description&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;background:#eaeaea&amp;quot; |Running help commands and navigation of the various help systems.&lt;br /&gt;
|}&lt;br /&gt;
&#039;&#039;&#039;Key Knowledge Areas:&#039;&#039;&#039;&lt;br /&gt;
* Man&lt;br /&gt;
* Info&lt;br /&gt;
&#039;&#039;&#039;The following is a partial list of the used files, terms and utilities:&#039;&#039;&#039;&lt;br /&gt;
* man&lt;br /&gt;
* info&lt;br /&gt;
* Man pages&lt;br /&gt;
* /usr/share/doc&lt;br /&gt;
* locate&lt;br /&gt;
&#039;&#039;&#039;Nice to know:&#039;&#039;&#039;&lt;br /&gt;
* apropos, whatis, whereis&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====&amp;lt;span style=&amp;quot;color:navy&amp;quot;&amp;gt;2.3 Using Directories and Listing Files&amp;lt;/span&amp;gt;====&lt;br /&gt;
{|&lt;br /&gt;
| style=&amp;quot;background:#dadada&amp;quot; | &#039;&#039;&#039;Weight&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;background:#eaeaea&amp;quot; | 2&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background:#dadada; padding-right:1em&amp;quot; | &#039;&#039;&#039;Description&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;background:#eaeaea&amp;quot; | Navigation of home and system directories and listing files in various locations.&lt;br /&gt;
|}&lt;br /&gt;
&#039;&#039;&#039;Key Knowledge Areas:&#039;&#039;&#039;&lt;br /&gt;
* Files, directories&lt;br /&gt;
* Hidden files and directories&lt;br /&gt;
* Home&lt;br /&gt;
* Absolute and relative paths&lt;br /&gt;
&#039;&#039;&#039;The following is a partial list of the used files, terms and utilities:&#039;&#039;&#039;&lt;br /&gt;
* Common options for ls&lt;br /&gt;
* Recursive listings&lt;br /&gt;
* cd &lt;br /&gt;
* &#039;&#039;&#039;.&#039;&#039;&#039; and &#039;&#039;&#039;..&#039;&#039;&#039;&lt;br /&gt;
* home and ~&lt;br /&gt;
&#039;&#039;&#039;Nice to know:&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====&amp;lt;span style=&amp;quot;color:navy&amp;quot;&amp;gt;2.4 Creating, Moving and Deleting Files&amp;lt;/span&amp;gt;====&lt;br /&gt;
{|&lt;br /&gt;
| style=&amp;quot;background:#dadada&amp;quot; | &#039;&#039;&#039;Weight&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;background:#eaeaea&amp;quot; | 2&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background:#dadada; padding-right:1em&amp;quot; | &#039;&#039;&#039;Description&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;background:#eaeaea&amp;quot; | Create, move and delete files and directories under the home directory.&lt;br /&gt;
|}&lt;br /&gt;
&#039;&#039;&#039;Key Knowledge Areas:&#039;&#039;&#039;&lt;br /&gt;
* Files and directories&lt;br /&gt;
* Case sensitivity&lt;br /&gt;
* Simple globbing and quoting&lt;br /&gt;
&#039;&#039;&#039;The following is a partial list of the used files, terms and utilities:&#039;&#039;&#039;&lt;br /&gt;
* mv, cp, rm, touch&lt;br /&gt;
* mkdir, rmdir&lt;br /&gt;
&#039;&#039;&#039;Nice to know:&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===&#039;&#039;Topic 3: The Power of the Command Line (weight: 10)&#039;&#039;===&lt;br /&gt;
====&amp;lt;span style=&amp;quot;color:navy&amp;quot;&amp;gt;3.1 Archiving Files on the Command Line&amp;lt;/span&amp;gt;====&lt;br /&gt;
{|&lt;br /&gt;
| style=&amp;quot;background:#dadada&amp;quot; | &#039;&#039;&#039;Weight&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;background:#eaeaea&amp;quot; | 2&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background:#dadada; padding-right:1em&amp;quot; | &#039;&#039;&#039;Description&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;background:#eaeaea&amp;quot; | Archiving files in the user home directory.&lt;br /&gt;
|}&lt;br /&gt;
&#039;&#039;&#039;Key Knowledge Areas:&#039;&#039;&#039;&lt;br /&gt;
* Files, directories&lt;br /&gt;
* Archives, compression&lt;br /&gt;
&#039;&#039;&#039;The following is a partial list of the used files, terms and utilities:&#039;&#039;&#039;&lt;br /&gt;
* tar&lt;br /&gt;
* tar options&lt;br /&gt;
* gzip, bzip2&lt;br /&gt;
* zip, unzip&lt;br /&gt;
&#039;&#039;&#039;Nice to know:&#039;&#039;&#039;&lt;br /&gt;
* Extracting individual files from archives&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====&amp;lt;span style=&amp;quot;color:navy&amp;quot;&amp;gt;3.2 Searching and Extracting Data from Files&amp;lt;/span&amp;gt;====&lt;br /&gt;
{|&lt;br /&gt;
| style=&amp;quot;background:#dadada&amp;quot; | &#039;&#039;&#039;Weight&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;background:#eaeaea&amp;quot; | 4&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background:#dadada; padding-right:1em&amp;quot; | &#039;&#039;&#039;Description&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;background:#eaeaea&amp;quot; | Search and extract data from files in the home directory.&lt;br /&gt;
|}&lt;br /&gt;
&#039;&#039;&#039;Key Knowledge Areas:&#039;&#039;&#039;&lt;br /&gt;
* Command line pipes&lt;br /&gt;
* I/O re-direction&lt;br /&gt;
* Partial POSIX Regular Expressions (., [ ], *, ?)&lt;br /&gt;
&#039;&#039;&#039;The following is a partial list of the used files, terms and utilities:&#039;&#039;&#039;&lt;br /&gt;
* find&lt;br /&gt;
* grep&lt;br /&gt;
* less&lt;br /&gt;
* tail&lt;br /&gt;
* sort&lt;br /&gt;
* cut&lt;br /&gt;
* wc&lt;br /&gt;
&#039;&#039;&#039;Nice to know:&#039;&#039;&#039;&lt;br /&gt;
* Partial POSIX Basic Regular Expressions ([^ ], ^, $)&lt;br /&gt;
* Partial POSIX Extended Regular Expressions (+, ( ), |)&lt;br /&gt;
* xargs&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====&amp;lt;span style=&amp;quot;color:navy&amp;quot;&amp;gt;3.3 Turning Commands into a Script&amp;lt;/span&amp;gt;====&lt;br /&gt;
{|&lt;br /&gt;
| style=&amp;quot;background:#dadada&amp;quot; | &#039;&#039;&#039;Weight&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;background:#eaeaea&amp;quot; | 4&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background:#dadada; padding-right:1em&amp;quot; | &#039;&#039;&#039;Description&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;background:#eaeaea&amp;quot; | Turning repetitive commands into simple scripts.&lt;br /&gt;
|}&lt;br /&gt;
&#039;&#039;&#039;Key Knowledge Areas:&#039;&#039;&#039;&lt;br /&gt;
* Basic text editing&lt;br /&gt;
* Basic shell scripting&lt;br /&gt;
&#039;&#039;&#039;The following is a partial list of the used files, terms and utilities:&#039;&#039;&#039;&lt;br /&gt;
* pico, nano, vi&lt;br /&gt;
* /bin/sh&lt;br /&gt;
* Variables&lt;br /&gt;
* Arguments&lt;br /&gt;
* for loops&lt;br /&gt;
* echo&lt;br /&gt;
* Exit status&lt;br /&gt;
&#039;&#039;&#039;Nice to know:&#039;&#039;&#039;&lt;br /&gt;
* Bash&lt;br /&gt;
* if, while, case statements&lt;br /&gt;
* read and test, and [ commands&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===&#039;&#039;Topic 4: The Linux Operating System (weight: 8)&#039;&#039;===&lt;br /&gt;
====&amp;lt;span style=&amp;quot;color:navy&amp;quot;&amp;gt;4.1 Choosing an Operating System&amp;lt;/span&amp;gt;====&lt;br /&gt;
{|&lt;br /&gt;
| style=&amp;quot;background:#dadada&amp;quot; | &#039;&#039;&#039;Weight&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;background:#eaeaea&amp;quot; | 1&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background:#dadada; padding-right:1em&amp;quot; | &#039;&#039;&#039;Description&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;background:#eaeaea&amp;quot; | Knowledge of major operating systems and Linux distributions.&lt;br /&gt;
|}&lt;br /&gt;
&#039;&#039;&#039;Key Knowledge Areas:&#039;&#039;&#039;&lt;br /&gt;
* Windows, Mac, Linux differences&lt;br /&gt;
* Distribution life cycle management&lt;br /&gt;
&#039;&#039;&#039;The following is a partial list of the used files, terms and utilities:&#039;&#039;&#039;&lt;br /&gt;
* GUI versus command line, desktop configuration&lt;br /&gt;
* Maintenance cycles, Beta and Stable&lt;br /&gt;
&#039;&#039;&#039;Nice to know:&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====&amp;lt;span style=&amp;quot;color:navy&amp;quot;&amp;gt;4.2 Understanding Computer Hardware&amp;lt;/span&amp;gt;====&lt;br /&gt;
{|&lt;br /&gt;
| style=&amp;quot;background:#dadada&amp;quot; | &#039;&#039;&#039;Weight&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;background:#eaeaea&amp;quot; | 2&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background:#dadada; padding-right:1em&amp;quot; | &#039;&#039;&#039;Description&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;background:#eaeaea&amp;quot; |Familiarity with the components that go into building desktop and server computers.&lt;br /&gt;
|}&lt;br /&gt;
&#039;&#039;&#039;Key Knowledge Areas:&#039;&#039;&#039;&lt;br /&gt;
* Hardware&lt;br /&gt;
&#039;&#039;&#039;The following is a partial list of the used files, terms and utilities:&#039;&#039;&#039;&lt;br /&gt;
* Hard drives and partitions, motherboards, processors, power supplies, optical drives, peripherals&lt;br /&gt;
* Display types&lt;br /&gt;
* Drivers&lt;br /&gt;
&#039;&#039;&#039;Nice to know:&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====&amp;lt;span style=&amp;quot;color:navy&amp;quot;&amp;gt;4.3 Where Data is Stored&amp;lt;/span&amp;gt;====&lt;br /&gt;
{|&lt;br /&gt;
| style=&amp;quot;background:#dadada&amp;quot; | &#039;&#039;&#039;Weight&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;background:#eaeaea&amp;quot; | 3&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background:#dadada; padding-right:1em&amp;quot; | &#039;&#039;&#039;Description&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;background:#eaeaea&amp;quot; | Where various types of information are stored on a Linux system.&lt;br /&gt;
|}&lt;br /&gt;
&#039;&#039;&#039;Key Knowledge Areas:&#039;&#039;&#039;&lt;br /&gt;
* Kernel&lt;br /&gt;
* Processes&lt;br /&gt;
* syslog, klog, dmesg&lt;br /&gt;
* /lib, /usr/lib, /etc, /var/log&lt;br /&gt;
&#039;&#039;&#039;The following is a partial list of the used files, terms and utilities:&#039;&#039;&#039;&lt;br /&gt;
* Programs, libraries, packages and package databases, system configuration&lt;br /&gt;
* Processes and process tables, memory addresses, system messaging and logging&lt;br /&gt;
* ps, top, free&lt;br /&gt;
&#039;&#039;&#039;Nice to know:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====&amp;lt;span style=&amp;quot;color:navy&amp;quot;&amp;gt;4.4 Your Computer on the Network&amp;lt;/span&amp;gt;====&lt;br /&gt;
{|&lt;br /&gt;
| style=&amp;quot;background:#dadada&amp;quot; | &#039;&#039;&#039;Weight&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;background:#eaeaea&amp;quot; | 2&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background:#dadada; padding-right:1em&amp;quot; | &#039;&#039;&#039;Description&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;background:#eaeaea&amp;quot; |Determining vital networking settings and the basic requirements to add a computer on to a Local Area Network (LAN).&lt;br /&gt;
|}&lt;br /&gt;
&#039;&#039;&#039;Key Knowledge Areas:&#039;&#039;&#039;&lt;br /&gt;
* Internet, network, routers&lt;br /&gt;
* Domain Name Service&lt;br /&gt;
* Network configuration&lt;br /&gt;
&#039;&#039;&#039;The following is a partial list of the used files, terms and utilities:&#039;&#039;&#039;&lt;br /&gt;
* route&lt;br /&gt;
* resolv.conf&lt;br /&gt;
* IPv4, IPv6&lt;br /&gt;
* ifconfig&lt;br /&gt;
* netstat&lt;br /&gt;
* ping&lt;br /&gt;
&#039;&#039;&#039;Nice to know:&#039;&#039;&#039;&lt;br /&gt;
* ssh&lt;br /&gt;
* dig&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===&#039;&#039;Topic 5: Security and File Permissions (weight: 7)&#039;&#039;===&lt;br /&gt;
====&amp;lt;span style=&amp;quot;color:navy&amp;quot;&amp;gt;5.1 Basic Security and Identifying User Types&amp;lt;/span&amp;gt;====&lt;br /&gt;
{|&lt;br /&gt;
| style=&amp;quot;background:#dadada&amp;quot; | &#039;&#039;&#039;Weight&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;background:#eaeaea&amp;quot; | 2&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background:#dadada; padding-right:1em&amp;quot; | &#039;&#039;&#039;Description&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;background:#eaeaea&amp;quot; | Various types of users on a Linux system.&lt;br /&gt;
|}&lt;br /&gt;
&#039;&#039;&#039;Key Knowledge Areas:&#039;&#039;&#039;&lt;br /&gt;
* Root and Standard Users&lt;br /&gt;
* System users&lt;br /&gt;
&#039;&#039;&#039;The following is a partial list of the used files, terms and utilities:&#039;&#039;&#039;&lt;br /&gt;
* /etc/passwd, /etc/group&lt;br /&gt;
* id, who, w&lt;br /&gt;
* sudo&lt;br /&gt;
&#039;&#039;&#039;Nice to know:&#039;&#039;&#039;&lt;br /&gt;
* su&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====&amp;lt;span style=&amp;quot;color:navy&amp;quot;&amp;gt;5.2 Creating Users and Groups&amp;lt;/span&amp;gt;====&lt;br /&gt;
{|&lt;br /&gt;
| style=&amp;quot;background:#dadada&amp;quot; | &#039;&#039;&#039;Weight&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;background:#eaeaea&amp;quot; | 2&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background:#dadada; padding-right:1em&amp;quot; | &#039;&#039;&#039;Description&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;background:#eaeaea&amp;quot; | Creating users and groups on a Linux system.&lt;br /&gt;
|}&lt;br /&gt;
&#039;&#039;&#039;Key Knowledge Areas:&#039;&#039;&#039;&lt;br /&gt;
* User and group commands&lt;br /&gt;
* User IDs&lt;br /&gt;
&#039;&#039;&#039;The following is a partial list of the used files, terms and utilities:&#039;&#039;&#039;&lt;br /&gt;
* /etc/passwd, /etc/shadow, /etc/group&lt;br /&gt;
* id, last&lt;br /&gt;
* useradd, groupdadd&lt;br /&gt;
* passwd&lt;br /&gt;
&#039;&#039;&#039;Nice to know:&#039;&#039;&#039;&lt;br /&gt;
* usermod, userdel&lt;br /&gt;
* groupmod, groupdel&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====&amp;lt;span style=&amp;quot;color:navy&amp;quot;&amp;gt;5.3 Managing File Permissions and Ownership&amp;lt;/span&amp;gt;====&lt;br /&gt;
{|&lt;br /&gt;
| style=&amp;quot;background:#dadada&amp;quot; | &#039;&#039;&#039;Weight&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;background:#eaeaea&amp;quot; | 2&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background:#dadada; padding-right:1em&amp;quot; | &#039;&#039;&#039;Description&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;background:#eaeaea&amp;quot; | Understanding and manipulating file permissions and ownership settings.&lt;br /&gt;
|}&lt;br /&gt;
&#039;&#039;&#039;Key Knowledge Areas:&#039;&#039;&#039;&lt;br /&gt;
* File/directory permissions and owners&lt;br /&gt;
&#039;&#039;&#039;The following is a partial list of the used files, terms and utilities:&#039;&#039;&#039;&lt;br /&gt;
* ls -l&lt;br /&gt;
* chmod, chown&lt;br /&gt;
&#039;&#039;&#039;Nice to know:&#039;&#039;&#039;&lt;br /&gt;
* chgrp&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
====&amp;lt;span style=&amp;quot;color:navy&amp;quot;&amp;gt;5.4 Special Directories and Files&amp;lt;/span&amp;gt;====&lt;br /&gt;
{|&lt;br /&gt;
| style=&amp;quot;background:#dadada&amp;quot; | &#039;&#039;&#039;Weight&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;background:#eaeaea&amp;quot; | 1&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background:#dadada; padding-right:1em&amp;quot; | &#039;&#039;&#039;Description&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;background:#eaeaea&amp;quot; | Special directories and files on a Linux system including special permissions.&lt;br /&gt;
|}&lt;br /&gt;
&#039;&#039;&#039;Key Knowledge Areas:&#039;&#039;&#039;&lt;br /&gt;
* System files, libraries&lt;br /&gt;
* Symbolic links&lt;br /&gt;
&#039;&#039;&#039;The following is a partial list of the used files, terms and utilities:&#039;&#039;&#039;&lt;br /&gt;
* /etc, /var&lt;br /&gt;
* /tmp, /var/tmp and Sticky Bits&lt;br /&gt;
* ls -d&lt;br /&gt;
* ln -s&lt;br /&gt;
&#039;&#039;&#039;Nice to know:&#039;&#039;&#039;&lt;br /&gt;
* Hard links&lt;br /&gt;
* Setuid/Setgid&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===&#039;&#039;Reference Material&#039;&#039;===&lt;br /&gt;
&lt;br /&gt;
===Notes and Comments===&lt;br /&gt;
&lt;br /&gt;
Feel free to add comments here:&lt;/div&gt;</summary>
		<author><name>MedinaDupuis</name></author>
	</entry>
	<entry>
		<id>https://wiki.lpi.org/w/index.php?title=LinuxEssentialsProgramme&amp;diff=1547</id>
		<title>LinuxEssentialsProgramme</title>
		<link rel="alternate" type="text/html" href="https://wiki.lpi.org/w/index.php?title=LinuxEssentialsProgramme&amp;diff=1547"/>
		<updated>2012-02-10T19:09:09Z</updated>

		<summary type="html">&lt;p&gt;MedinaDupuis: /* Development Workshops */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__FORCETOC__&lt;br /&gt;
==Introduction==&lt;br /&gt;
The purpose of the Linux Essentials Program is to define the basic knowledge required to competantly use a desktop or mobile device using a Linux Operating System. The program will guide and encourage youth (and those new to Linux and Open Source) to understand the place of Linux and Open Source in the context of the broader IT industry. &lt;br /&gt;
&lt;br /&gt;
The Linux Essentials Program is made of several main components:&lt;br /&gt;
&lt;br /&gt;
* Linux Essentials Exam and Certification&lt;br /&gt;
* Support for world wide participation the the World Skills Competition in the [http://www.worldskillslondon2011.com/events-programme/skills-competitions/information-and-communications-technology/it-network-systems-administration/ World Skills Information and Communications Technology Category, IT Network Systems Administration]&lt;br /&gt;
* Regional links to employability and apprenticeship programs available to youth&lt;br /&gt;
* Research and resources supporting youth entry into Linux and Open Source Careers &lt;br /&gt;
* LPI support for regional government and educational qualification authorities where appropriate&lt;br /&gt;
* LPI support for Teacher collaboration and sharing of projects and learning excercises for the Linux Essentials knowledge base&lt;br /&gt;
* Resources for youth describing jobs and industries requiring Linux skills&lt;br /&gt;
&lt;br /&gt;
==Development Workshops==&lt;br /&gt;
&lt;br /&gt;
The following open attendance item development workshops are taking place in 2012Q1:&lt;br /&gt;
&lt;br /&gt;
Questions? innovation@lpi.org&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
|+&lt;br /&gt;
|| Location || Date || Contact || Address&lt;br /&gt;
|-&lt;br /&gt;
| Linux Hotel, Essen, Germany||November 26, 2011||Klaus Berhla||behrla@lpice.eu&lt;br /&gt;
|-&lt;br /&gt;
| FOSDEM, Brussels, Belgium|| February 5, 2012||Medina Dupuis||mdupuis@lpi.org&lt;br /&gt;
|-&lt;br /&gt;
| Birmingham City University, Birmingham, UK ||February 8, 2012||Bill Quinn||bill.quinn@tdm.info  &lt;br /&gt;
|-&lt;br /&gt;
| Narobi, Kenya||February 24th, 2012||Evans Ikua||ikua@lpi-eastafrica.org&lt;br /&gt;
|-&lt;br /&gt;
| Landesakademie für Fortbildung und Personalentwicklung, Esslingen, Germany||March 2, 2012||Medina Dupuis||mdupuis@lpi.org&lt;br /&gt;
|-&lt;br /&gt;
| Städtische Berufsschule für Informationstechnik, Munich, Germany||March 3, 2012||Michael Niedermair||mgn.schule@gmx.de&lt;br /&gt;
|-&lt;br /&gt;
| CeBIT, Hannover, Germany||March 6, 2012||Medina Dupuis||mdupuis@lpi.org&lt;br /&gt;
|-&lt;br /&gt;
| Virtual Workshop, France, Mahgreb, Francophonie||March 15th, 2012||Frantz Fongang||frantz.fongang@auf.org&lt;br /&gt;
|+&lt;br /&gt;
&lt;br /&gt;
Questions? innovation@lpi.org&lt;/div&gt;</summary>
		<author><name>MedinaDupuis</name></author>
	</entry>
	<entry>
		<id>https://wiki.lpi.org/w/index.php?title=LinuxEssentialsProgramme&amp;diff=1546</id>
		<title>LinuxEssentialsProgramme</title>
		<link rel="alternate" type="text/html" href="https://wiki.lpi.org/w/index.php?title=LinuxEssentialsProgramme&amp;diff=1546"/>
		<updated>2012-02-10T19:08:57Z</updated>

		<summary type="html">&lt;p&gt;MedinaDupuis: /* Development Workshops */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__FORCETOC__&lt;br /&gt;
==Introduction==&lt;br /&gt;
The purpose of the Linux Essentials Program is to define the basic knowledge required to competantly use a desktop or mobile device using a Linux Operating System. The program will guide and encourage youth (and those new to Linux and Open Source) to understand the place of Linux and Open Source in the context of the broader IT industry. &lt;br /&gt;
&lt;br /&gt;
The Linux Essentials Program is made of several main components:&lt;br /&gt;
&lt;br /&gt;
* Linux Essentials Exam and Certification&lt;br /&gt;
* Support for world wide participation the the World Skills Competition in the [http://www.worldskillslondon2011.com/events-programme/skills-competitions/information-and-communications-technology/it-network-systems-administration/ World Skills Information and Communications Technology Category, IT Network Systems Administration]&lt;br /&gt;
* Regional links to employability and apprenticeship programs available to youth&lt;br /&gt;
* Research and resources supporting youth entry into Linux and Open Source Careers &lt;br /&gt;
* LPI support for regional government and educational qualification authorities where appropriate&lt;br /&gt;
* LPI support for Teacher collaboration and sharing of projects and learning excercises for the Linux Essentials knowledge base&lt;br /&gt;
* Resources for youth describing jobs and industries requiring Linux skills&lt;br /&gt;
&lt;br /&gt;
==Development Workshops==&lt;br /&gt;
&lt;br /&gt;
The following open attendance item development workshops are taking place in 2012Q1:&lt;br /&gt;
&lt;br /&gt;
Questions? innovation@lpi.org&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
|+&lt;br /&gt;
|| Location || Date || Contact || Address&lt;br /&gt;
|-&lt;br /&gt;
| Linux Hotel, Essen, Germany||November 26, 2011||Klaus Berhla||behrla@lpice.eu&lt;br /&gt;
|-&lt;br /&gt;
| FOSDEM, Brussels, Belgium|| February 5, 2012||Medina Dupuis||mdupuis@lpi.org&lt;br /&gt;
|-&lt;br /&gt;
| Birmingham City University, Birmingham, UK ||February 8, 2012||Bill Quinn||bill.quinn@tdm.info  &lt;br /&gt;
|-&lt;br /&gt;
| Narobi, Kenya||February 24th, 2012||Evans Ikua||ikua@lpi-eastafrica.org&lt;br /&gt;
|-&lt;br /&gt;
| Landesakademie für Fortbildung und Personalentwicklung, Esslingen, Germany||March 2, 2012||Medina Dupuis||mdupuis@lpi.org&lt;br /&gt;
|-&lt;br /&gt;
| Städtische Berufsschule für Informationstechnik, Munich, Germany||March 3, 2012||Michael Niedermair||mgn.schule@gmx.de&lt;br /&gt;
|-&lt;br /&gt;
| CeBit, Hannover, Germany||March 6, 2012||Medina Dupuis||mdupuis@lpi.org&lt;br /&gt;
|-&lt;br /&gt;
| Virtual Workshop, France, Mahgreb, Francophonie||March 15th, 2012||Frantz Fongang||frantz.fongang@auf.org&lt;br /&gt;
|+&lt;br /&gt;
&lt;br /&gt;
Questions? innovation@lpi.org&lt;/div&gt;</summary>
		<author><name>MedinaDupuis</name></author>
	</entry>
	<entry>
		<id>https://wiki.lpi.org/w/index.php?title=LinuxEssentialsProgramme&amp;diff=1545</id>
		<title>LinuxEssentialsProgramme</title>
		<link rel="alternate" type="text/html" href="https://wiki.lpi.org/w/index.php?title=LinuxEssentialsProgramme&amp;diff=1545"/>
		<updated>2012-02-10T19:08:44Z</updated>

		<summary type="html">&lt;p&gt;MedinaDupuis: /* Development Workshops */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__FORCETOC__&lt;br /&gt;
==Introduction==&lt;br /&gt;
The purpose of the Linux Essentials Program is to define the basic knowledge required to competantly use a desktop or mobile device using a Linux Operating System. The program will guide and encourage youth (and those new to Linux and Open Source) to understand the place of Linux and Open Source in the context of the broader IT industry. &lt;br /&gt;
&lt;br /&gt;
The Linux Essentials Program is made of several main components:&lt;br /&gt;
&lt;br /&gt;
* Linux Essentials Exam and Certification&lt;br /&gt;
* Support for world wide participation the the World Skills Competition in the [http://www.worldskillslondon2011.com/events-programme/skills-competitions/information-and-communications-technology/it-network-systems-administration/ World Skills Information and Communications Technology Category, IT Network Systems Administration]&lt;br /&gt;
* Regional links to employability and apprenticeship programs available to youth&lt;br /&gt;
* Research and resources supporting youth entry into Linux and Open Source Careers &lt;br /&gt;
* LPI support for regional government and educational qualification authorities where appropriate&lt;br /&gt;
* LPI support for Teacher collaboration and sharing of projects and learning excercises for the Linux Essentials knowledge base&lt;br /&gt;
* Resources for youth describing jobs and industries requiring Linux skills&lt;br /&gt;
&lt;br /&gt;
==Development Workshops==&lt;br /&gt;
&lt;br /&gt;
The following open attendance item development workshops are taking place in 2012Q1:&lt;br /&gt;
&lt;br /&gt;
Questions? innovation@lpi.org&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
|+&lt;br /&gt;
|| Location || Date || Contact || Address&lt;br /&gt;
|-&lt;br /&gt;
| Linux Hotel, Essen, Germany||November 26, 2011||Klaus Berhla||behrla@lpice.eu&lt;br /&gt;
|-&lt;br /&gt;
| FOSDEM, Brussels, Belgium|| February 5, 2012||Medina Dupuis||mdupuis@lpi.org&lt;br /&gt;
|-&lt;br /&gt;
| Birmingham City University, Birmingham, UK ||February 8, 2012||Bill Quinn||bill.quinn@tdm.info  &lt;br /&gt;
|-&lt;br /&gt;
| Narobi, Kenya||February 24th, 2012||Evans Ikua||ikua@lpi-eastafrica.org&lt;br /&gt;
|-&lt;br /&gt;
| Landesakademie für Fortbildung und Personalentwicklung, Esslingen, Germany||March 2, 2012||Medina Dupuis||mdupuis@lpi.org&lt;br /&gt;
|-&lt;br /&gt;
| Städtische Berufsschule für Informationstechnik, Munich, Germany||March 3, 2012||Michael Niedermair||mgn.schule@gmx.de&lt;br /&gt;
|-&lt;br /&gt;
| Cebit, Hannover, Germany||March 6, 2012||Medina Dupuis||mdupuis@lpi.org&lt;br /&gt;
|-&lt;br /&gt;
| Virtual Workshop, France, Mahgreb, Francophonie||March 15th, 2012||Frantz Fongang||frantz.fongang@auf.org&lt;br /&gt;
|+&lt;br /&gt;
&lt;br /&gt;
Questions? innovation@lpi.org&lt;/div&gt;</summary>
		<author><name>MedinaDupuis</name></author>
	</entry>
	<entry>
		<id>https://wiki.lpi.org/w/index.php?title=LinuxEssentialsProgramme&amp;diff=1544</id>
		<title>LinuxEssentialsProgramme</title>
		<link rel="alternate" type="text/html" href="https://wiki.lpi.org/w/index.php?title=LinuxEssentialsProgramme&amp;diff=1544"/>
		<updated>2012-02-10T19:06:46Z</updated>

		<summary type="html">&lt;p&gt;MedinaDupuis: /* Development Workshops */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__FORCETOC__&lt;br /&gt;
==Introduction==&lt;br /&gt;
The purpose of the Linux Essentials Program is to define the basic knowledge required to competantly use a desktop or mobile device using a Linux Operating System. The program will guide and encourage youth (and those new to Linux and Open Source) to understand the place of Linux and Open Source in the context of the broader IT industry. &lt;br /&gt;
&lt;br /&gt;
The Linux Essentials Program is made of several main components:&lt;br /&gt;
&lt;br /&gt;
* Linux Essentials Exam and Certification&lt;br /&gt;
* Support for world wide participation the the World Skills Competition in the [http://www.worldskillslondon2011.com/events-programme/skills-competitions/information-and-communications-technology/it-network-systems-administration/ World Skills Information and Communications Technology Category, IT Network Systems Administration]&lt;br /&gt;
* Regional links to employability and apprenticeship programs available to youth&lt;br /&gt;
* Research and resources supporting youth entry into Linux and Open Source Careers &lt;br /&gt;
* LPI support for regional government and educational qualification authorities where appropriate&lt;br /&gt;
* LPI support for Teacher collaboration and sharing of projects and learning excercises for the Linux Essentials knowledge base&lt;br /&gt;
* Resources for youth describing jobs and industries requiring Linux skills&lt;br /&gt;
&lt;br /&gt;
==Development Workshops==&lt;br /&gt;
&lt;br /&gt;
The following open attendance item development workshops are taking place in 2012Q1:&lt;br /&gt;
&lt;br /&gt;
Questions? innovation@lpi.org&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
|+&lt;br /&gt;
|| Location || Date || Contact || Address&lt;br /&gt;
|-&lt;br /&gt;
| Linux Hotel, Essen, Germany||November 26, 2011||Klaus Berhla||behrla@lpice.eu&lt;br /&gt;
|-&lt;br /&gt;
| FOSDEM, Brussels, Belgium|| February 5, 2012||Medina Dupuis||mdupuis@lpi.org&lt;br /&gt;
|-&lt;br /&gt;
| Birmingham City University, Birmingham, UK ||February 8, 2012||Bill Quinn||bill.quinn@tdm.info  &lt;br /&gt;
|-&lt;br /&gt;
| Narobi, Kenya||February 24th, 2012||Evans Ikua||ikua@lpi-eastafrica.org&lt;br /&gt;
|-&lt;br /&gt;
| Landesakademie für Fortbildung und Personalentwicklung, Esslingen, Germany||March 2, 2012||Medina Dupuis||mdupuis@lpi.org&lt;br /&gt;
|-&lt;br /&gt;
| Städtische Berufsschule für Informationstechnik, Munich, Germany||March 3, 2012||Michael Niedermair||mgn.schule@gmx.de&lt;br /&gt;
|-&lt;br /&gt;
| Virtual Workshop, France, Mahgreb, Francophonie||March 15th, 2012||Frantz Fongang||frantz.fongang@auf.org&lt;br /&gt;
|+&lt;br /&gt;
&lt;br /&gt;
Questions? innovation@lpi.org&lt;/div&gt;</summary>
		<author><name>MedinaDupuis</name></author>
	</entry>
	<entry>
		<id>https://wiki.lpi.org/w/index.php?title=LinuxEssentialsProgramme&amp;diff=1543</id>
		<title>LinuxEssentialsProgramme</title>
		<link rel="alternate" type="text/html" href="https://wiki.lpi.org/w/index.php?title=LinuxEssentialsProgramme&amp;diff=1543"/>
		<updated>2012-02-10T19:05:38Z</updated>

		<summary type="html">&lt;p&gt;MedinaDupuis: /* Development Workshops */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__FORCETOC__&lt;br /&gt;
==Introduction==&lt;br /&gt;
The purpose of the Linux Essentials Program is to define the basic knowledge required to competantly use a desktop or mobile device using a Linux Operating System. The program will guide and encourage youth (and those new to Linux and Open Source) to understand the place of Linux and Open Source in the context of the broader IT industry. &lt;br /&gt;
&lt;br /&gt;
The Linux Essentials Program is made of several main components:&lt;br /&gt;
&lt;br /&gt;
* Linux Essentials Exam and Certification&lt;br /&gt;
* Support for world wide participation the the World Skills Competition in the [http://www.worldskillslondon2011.com/events-programme/skills-competitions/information-and-communications-technology/it-network-systems-administration/ World Skills Information and Communications Technology Category, IT Network Systems Administration]&lt;br /&gt;
* Regional links to employability and apprenticeship programs available to youth&lt;br /&gt;
* Research and resources supporting youth entry into Linux and Open Source Careers &lt;br /&gt;
* LPI support for regional government and educational qualification authorities where appropriate&lt;br /&gt;
* LPI support for Teacher collaboration and sharing of projects and learning excercises for the Linux Essentials knowledge base&lt;br /&gt;
* Resources for youth describing jobs and industries requiring Linux skills&lt;br /&gt;
&lt;br /&gt;
==Development Workshops==&lt;br /&gt;
&lt;br /&gt;
The following open attendance item development workshops are taking place in 2012Q1:&lt;br /&gt;
&lt;br /&gt;
Questions? innovation@lpi.org&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
|+&lt;br /&gt;
|| Location || Date || Contact || Address&lt;br /&gt;
|-&lt;br /&gt;
| Linux Hotel, Essen, Germany||November 26, 2011||Klaus Berhla||behrla@lpice.eu&lt;br /&gt;
|-&lt;br /&gt;
| FOSDEM, Brussels, Belgium|| February 5, 2012||Medina Dupuis||mdupuis@lpi.org&lt;br /&gt;
|-&lt;br /&gt;
| Birmingham City University, Birmingham, UK ||February 8, 2012||Bill Quinn||bill.quinn@tdm.info  &lt;br /&gt;
|-&lt;br /&gt;
| Narobi, Kenya||February 24th, 2012||Evans Ikua||ikua@lpi-eastafrica.org&lt;br /&gt;
|-&lt;br /&gt;
| Landesakademie für Fortbildung und Personalentwicklung, Esslingen, Germany||March 2, 2012||Medina Dupuis||mdupuis@lpi.org&lt;br /&gt;
|-&lt;br /&gt;
| Städtische Berufsschule für Informationstechnik, Munich, Germany||March 3, 2012||Michael Niedermair||mgn.schule@gmx.de&lt;br /&gt;
|-&lt;br /&gt;
| Virtual Workshop, France, Mahgreb, Francaphonie||March 15th, 2012||Frantz Fongang||frantz.fongang@auf.org&lt;br /&gt;
|+&lt;br /&gt;
&lt;br /&gt;
Questions? innovation@lpi.org&lt;/div&gt;</summary>
		<author><name>MedinaDupuis</name></author>
	</entry>
	<entry>
		<id>https://wiki.lpi.org/w/index.php?title=LinuxEssentialsProgramme&amp;diff=1531</id>
		<title>LinuxEssentialsProgramme</title>
		<link rel="alternate" type="text/html" href="https://wiki.lpi.org/w/index.php?title=LinuxEssentialsProgramme&amp;diff=1531"/>
		<updated>2012-01-26T01:02:48Z</updated>

		<summary type="html">&lt;p&gt;MedinaDupuis: /* Introduction */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__FORCETOC__&lt;br /&gt;
==Introduction==&lt;br /&gt;
The purpose of the Linux Essentials Program is to define the basic knowledge required to competantly use a desktop or mobile device using a Linux Operating System. The program will guide and encourage youth (and those new to Linux and Open Source) to understand the place of Linux and Open Source in the context of the broader IT industry. &lt;br /&gt;
&lt;br /&gt;
The Linux Essentials Program is made of several main components:&lt;br /&gt;
&lt;br /&gt;
* Linux Essentials Exam and Certification&lt;br /&gt;
* Support for world wide participation the the World Skills Competition in the [http://www.worldskillslondon2011.com/events-programme/skills-competitions/information-and-communications-technology/it-network-systems-administration/ World Skills Information and Communications Technology Category, IT Network Systems Administration]&lt;br /&gt;
* Regional links to employability and apprenticeship programs available to youth&lt;br /&gt;
* Research and resources supporting youth entry into Linux and Open Source Careers &lt;br /&gt;
* LPI support for regional government and educational qualification authorities where appropriate&lt;br /&gt;
* LPI support for Teacher collaboration and sharing of projects and learning excercises for the Linux Essentials knowledge base&lt;br /&gt;
* Resources for youth describing jobs and industries requiring Linux skills&lt;br /&gt;
&lt;br /&gt;
==Development Workshops==&lt;br /&gt;
&lt;br /&gt;
The following open attendance item development workshops are taking place in 2012Q1:&lt;br /&gt;
&lt;br /&gt;
Questions? innovation@lpi.org&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
|+&lt;br /&gt;
|| Location || Date || Contact || Address&lt;br /&gt;
|-&lt;br /&gt;
| FOSDEM, Brussels, Belgium|| February 5, 2012||Medina Dupuis||mdupuis@lpi.org&lt;br /&gt;
|-&lt;br /&gt;
| Open University, Milton Keynes, UK || February 7, 2012 ||Bill Quinn||bill.quinn@tdm.info&lt;br /&gt;
|-&lt;br /&gt;
| Birmingham City University, Birmingham, UK ||February 8, 2012||Bill Quinn||bill.quinn@tdm.info  &lt;br /&gt;
|-&lt;br /&gt;
| Städtische Berufsschule für Informationstechnik, Munich, Germany||March 3, 2012||Michael Niedermair||mgn.schule@gmx.de &lt;br /&gt;
|+&lt;br /&gt;
&lt;br /&gt;
Questions? innovation@lpi.org&lt;/div&gt;</summary>
		<author><name>MedinaDupuis</name></author>
	</entry>
	<entry>
		<id>https://wiki.lpi.org/w/index.php?title=LinuxEssentialsProgramme&amp;diff=1530</id>
		<title>LinuxEssentialsProgramme</title>
		<link rel="alternate" type="text/html" href="https://wiki.lpi.org/w/index.php?title=LinuxEssentialsProgramme&amp;diff=1530"/>
		<updated>2012-01-26T00:58:33Z</updated>

		<summary type="html">&lt;p&gt;MedinaDupuis: /* Development Workshops */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__FORCETOC__&lt;br /&gt;
==Introduction==&lt;br /&gt;
The purpose of the Linux Essentials Program is to define the basic knowledge required to competantly use a desktop or mobile device using a Linux Operating System. The program will guide and encourage youth (and those new to Linux and Open Source) to understand the place of Linux and Open Source in the context of the broader IT industry. &lt;br /&gt;
&lt;br /&gt;
The Linux Essentials Program is made of several main components:&lt;br /&gt;
&lt;br /&gt;
* Linux Essentials Exam and Certification&lt;br /&gt;
* Support for world wide participation the the World Skills Competition in the [http://www.worldskillslondon2011.com/events-programme/skills-competitions/information-and-communications-technology/it-network-systems-administration/ World Skills Information and Communications Technology Category, IT Network Systems Administration]&lt;br /&gt;
* Regional links to employability and apprenticeship programs available to youth&lt;br /&gt;
* Research and resources supporting youth entry into Linux and Open Source Careers&lt;br /&gt;
* LPI support for regional government and educational qualification authorities where appropriate&lt;br /&gt;
* LPI support for Teacher collaboration and sharing of projects and excercises for the Linux Essentials knowledge base&lt;br /&gt;
* Resources for youth describing jobs and industries requiring Linux skills&lt;br /&gt;
&lt;br /&gt;
==Development Workshops==&lt;br /&gt;
&lt;br /&gt;
The following open attendance item development workshops are taking place in 2012Q1:&lt;br /&gt;
&lt;br /&gt;
Questions? innovation@lpi.org&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
|+&lt;br /&gt;
|| Location || Date || Contact || Address&lt;br /&gt;
|-&lt;br /&gt;
| FOSDEM, Brussels, Belgium|| February 5, 2012||Medina Dupuis||mdupuis@lpi.org&lt;br /&gt;
|-&lt;br /&gt;
| Open University, Milton Keynes, UK || February 7, 2012 ||Bill Quinn||bill.quinn@tdm.info&lt;br /&gt;
|-&lt;br /&gt;
| Birmingham City University, Birmingham, UK ||February 8, 2012||Bill Quinn||bill.quinn@tdm.info  &lt;br /&gt;
|-&lt;br /&gt;
| Städtische Berufsschule für Informationstechnik, Munich, Germany||March 3, 2012||Michael Niedermair||mgn.schule@gmx.de &lt;br /&gt;
|+&lt;br /&gt;
&lt;br /&gt;
Questions? innovation@lpi.org&lt;/div&gt;</summary>
		<author><name>MedinaDupuis</name></author>
	</entry>
	<entry>
		<id>https://wiki.lpi.org/w/index.php?title=LinuxEssentialsProgramme&amp;diff=1526</id>
		<title>LinuxEssentialsProgramme</title>
		<link rel="alternate" type="text/html" href="https://wiki.lpi.org/w/index.php?title=LinuxEssentialsProgramme&amp;diff=1526"/>
		<updated>2012-01-19T19:42:39Z</updated>

		<summary type="html">&lt;p&gt;MedinaDupuis: /* Development Workshops */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__FORCETOC__&lt;br /&gt;
==Introduction==&lt;br /&gt;
The purpose of the Linux Essentials Program is to define the basic knowledge required to competantly use a desktop or mobile device using a Linux Operating System. The program will guide and encourage youth (and those new to Linux and Open Source) to understand the place of Linux and Open Source in the context of the broader IT industry. &lt;br /&gt;
&lt;br /&gt;
The Linux Essentials Program is made of several main components:&lt;br /&gt;
&lt;br /&gt;
* Linux Essentials Exam and Certification&lt;br /&gt;
* Support for world wide participation the the World Skills Competition in the [http://www.worldskillslondon2011.com/events-programme/skills-competitions/information-and-communications-technology/it-network-systems-administration/ World Skills Information and Communications Technology Category, IT Network Systems Administration]&lt;br /&gt;
* Regional links to employability and apprenticeship programs available to youth&lt;br /&gt;
* Research and resources supporting youth entry into Linux and Open Source Careers&lt;br /&gt;
* LPI support for regional government and educational qualification authorities where appropriate&lt;br /&gt;
* LPI support for Teacher collaboration and sharing of projects and excercises for the Linux Essentials knowledge base&lt;br /&gt;
* Resources for youth describing jobs and industries requiring Linux skills&lt;br /&gt;
&lt;br /&gt;
==Development Workshops==&lt;br /&gt;
&lt;br /&gt;
The following open attendance item development workshops are taking place in 2012Q1:&lt;br /&gt;
&lt;br /&gt;
Questions? innovation@lpi.org&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
|+&lt;br /&gt;
|| Location || Date || Contact || Address&lt;br /&gt;
|-&lt;br /&gt;
| Open University, Milton Keynes, UK || February 7, 2012 ||Bill Quinn||bill.quinn@tdm.info&lt;br /&gt;
|-&lt;br /&gt;
| FOSDEM, Brussels, Belgium|| February 5, 2012||Medina Dupuis||mdupuis@lpi.org&lt;br /&gt;
|-&lt;br /&gt;
| Birmingham City University, Birmingham, UK ||tbc||Bill Quinn||bill.quinn@tdm.info  &lt;br /&gt;
|-&lt;br /&gt;
| Forth Valley College, Falkirk High, Scotland ||tbc||Bill Quinn||bill.quinn@tdm.info&lt;br /&gt;
|- &lt;br /&gt;
| Städtische Berufsschule für Informationstechnik, Munich, Germany||tbc||Michael Niedermair||mgn.schule@gmx.de&lt;br /&gt;
|+&lt;br /&gt;
&lt;br /&gt;
Questions? innovation@lpi.org&lt;/div&gt;</summary>
		<author><name>MedinaDupuis</name></author>
	</entry>
	<entry>
		<id>https://wiki.lpi.org/w/index.php?title=LinuxEssentialsProgramme&amp;diff=1525</id>
		<title>LinuxEssentialsProgramme</title>
		<link rel="alternate" type="text/html" href="https://wiki.lpi.org/w/index.php?title=LinuxEssentialsProgramme&amp;diff=1525"/>
		<updated>2012-01-19T19:42:22Z</updated>

		<summary type="html">&lt;p&gt;MedinaDupuis: /* Development Workshops */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__FORCETOC__&lt;br /&gt;
==Introduction==&lt;br /&gt;
The purpose of the Linux Essentials Program is to define the basic knowledge required to competantly use a desktop or mobile device using a Linux Operating System. The program will guide and encourage youth (and those new to Linux and Open Source) to understand the place of Linux and Open Source in the context of the broader IT industry. &lt;br /&gt;
&lt;br /&gt;
The Linux Essentials Program is made of several main components:&lt;br /&gt;
&lt;br /&gt;
* Linux Essentials Exam and Certification&lt;br /&gt;
* Support for world wide participation the the World Skills Competition in the [http://www.worldskillslondon2011.com/events-programme/skills-competitions/information-and-communications-technology/it-network-systems-administration/ World Skills Information and Communications Technology Category, IT Network Systems Administration]&lt;br /&gt;
* Regional links to employability and apprenticeship programs available to youth&lt;br /&gt;
* Research and resources supporting youth entry into Linux and Open Source Careers&lt;br /&gt;
* LPI support for regional government and educational qualification authorities where appropriate&lt;br /&gt;
* LPI support for Teacher collaboration and sharing of projects and excercises for the Linux Essentials knowledge base&lt;br /&gt;
* Resources for youth describing jobs and industries requiring Linux skills&lt;br /&gt;
&lt;br /&gt;
==Development Workshops==&lt;br /&gt;
&lt;br /&gt;
The following open attendance item development workshops are taking place in 2012Q1:&lt;br /&gt;
&lt;br /&gt;
Questions? innovation@lpi.org&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
|+&lt;br /&gt;
|| Location || Date || Contact || Address&lt;br /&gt;
|-&lt;br /&gt;
| Open University, Milton Keynes, UK || February 7, 2012 ||Bill Quinn||bill.quinn@tdm.info&lt;br /&gt;
|-&lt;br /&gt;
| FOSDEM, Brussels, Belgium|| February 5, 2012||Medina Dupuis||mdupuis@lpi.org&lt;br /&gt;
|-&lt;br /&gt;
| Birmingham City University, Birmingham, UK ||tbc||Bill Quinn||bill.quinn@tdm.info  &lt;br /&gt;
|-&lt;br /&gt;
| Forth Valley College, Falkirk High, Scotland ||tbc||Bill Quinn||bill.quinn@tdm.info&lt;br /&gt;
|- &lt;br /&gt;
| Städtische Berufsschule für Informationstechnik, Munich, Germany||||tbc||Michael Niedermair||mgn.schule@gmx.de&lt;br /&gt;
|+&lt;br /&gt;
&lt;br /&gt;
Questions? innovation@lpi.org&lt;/div&gt;</summary>
		<author><name>MedinaDupuis</name></author>
	</entry>
	<entry>
		<id>https://wiki.lpi.org/w/index.php?title=LinuxEssentialsProgramme&amp;diff=1524</id>
		<title>LinuxEssentialsProgramme</title>
		<link rel="alternate" type="text/html" href="https://wiki.lpi.org/w/index.php?title=LinuxEssentialsProgramme&amp;diff=1524"/>
		<updated>2012-01-19T19:41:59Z</updated>

		<summary type="html">&lt;p&gt;MedinaDupuis: /* Development Workshops */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__FORCETOC__&lt;br /&gt;
==Introduction==&lt;br /&gt;
The purpose of the Linux Essentials Program is to define the basic knowledge required to competantly use a desktop or mobile device using a Linux Operating System. The program will guide and encourage youth (and those new to Linux and Open Source) to understand the place of Linux and Open Source in the context of the broader IT industry. &lt;br /&gt;
&lt;br /&gt;
The Linux Essentials Program is made of several main components:&lt;br /&gt;
&lt;br /&gt;
* Linux Essentials Exam and Certification&lt;br /&gt;
* Support for world wide participation the the World Skills Competition in the [http://www.worldskillslondon2011.com/events-programme/skills-competitions/information-and-communications-technology/it-network-systems-administration/ World Skills Information and Communications Technology Category, IT Network Systems Administration]&lt;br /&gt;
* Regional links to employability and apprenticeship programs available to youth&lt;br /&gt;
* Research and resources supporting youth entry into Linux and Open Source Careers&lt;br /&gt;
* LPI support for regional government and educational qualification authorities where appropriate&lt;br /&gt;
* LPI support for Teacher collaboration and sharing of projects and excercises for the Linux Essentials knowledge base&lt;br /&gt;
* Resources for youth describing jobs and industries requiring Linux skills&lt;br /&gt;
&lt;br /&gt;
==Development Workshops==&lt;br /&gt;
&lt;br /&gt;
The following open attendance item development workshops are taking place in 2012Q1:&lt;br /&gt;
&lt;br /&gt;
Questions? innovation@lpi.org&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
|+&lt;br /&gt;
|| Location || Date || Contact || Address&lt;br /&gt;
|-&lt;br /&gt;
| Open University, Milton Keynes, UK || February 7, 2012 ||Bill Quinn||bill.quinn@tdm.info&lt;br /&gt;
|-&lt;br /&gt;
| FOSDEM, Brussels, Belgium|| February 5, 2012||Medina Dupuis||mdupuis@lpi.org&lt;br /&gt;
|-&lt;br /&gt;
| Birmingham City University, Birmingham, UK ||tbc||Bill Quinn||bill.quinn@tdm.info  &lt;br /&gt;
|-&lt;br /&gt;
| Forth Valley College, Falkirk High, Scotland ||tbc||Bill Quinn||bill.quinn@tdm.info&lt;br /&gt;
|- &lt;br /&gt;
| Städtische Berufsschule für Informationstechnik, Munich, Germany||Michael Niedermair||mgn.schule@gmx.de&lt;br /&gt;
|+&lt;br /&gt;
&lt;br /&gt;
Questions? innovation@lpi.org&lt;/div&gt;</summary>
		<author><name>MedinaDupuis</name></author>
	</entry>
	<entry>
		<id>https://wiki.lpi.org/w/index.php?title=LinuxEssentialsProgramme&amp;diff=1523</id>
		<title>LinuxEssentialsProgramme</title>
		<link rel="alternate" type="text/html" href="https://wiki.lpi.org/w/index.php?title=LinuxEssentialsProgramme&amp;diff=1523"/>
		<updated>2012-01-19T19:40:21Z</updated>

		<summary type="html">&lt;p&gt;MedinaDupuis: /* Development Workshops */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__FORCETOC__&lt;br /&gt;
==Introduction==&lt;br /&gt;
The purpose of the Linux Essentials Program is to define the basic knowledge required to competantly use a desktop or mobile device using a Linux Operating System. The program will guide and encourage youth (and those new to Linux and Open Source) to understand the place of Linux and Open Source in the context of the broader IT industry. &lt;br /&gt;
&lt;br /&gt;
The Linux Essentials Program is made of several main components:&lt;br /&gt;
&lt;br /&gt;
* Linux Essentials Exam and Certification&lt;br /&gt;
* Support for world wide participation the the World Skills Competition in the [http://www.worldskillslondon2011.com/events-programme/skills-competitions/information-and-communications-technology/it-network-systems-administration/ World Skills Information and Communications Technology Category, IT Network Systems Administration]&lt;br /&gt;
* Regional links to employability and apprenticeship programs available to youth&lt;br /&gt;
* Research and resources supporting youth entry into Linux and Open Source Careers&lt;br /&gt;
* LPI support for regional government and educational qualification authorities where appropriate&lt;br /&gt;
* LPI support for Teacher collaboration and sharing of projects and excercises for the Linux Essentials knowledge base&lt;br /&gt;
* Resources for youth describing jobs and industries requiring Linux skills&lt;br /&gt;
&lt;br /&gt;
==Development Workshops==&lt;br /&gt;
&lt;br /&gt;
The following open attendance item development workshops are taking place in 2012Q1:&lt;br /&gt;
&lt;br /&gt;
Questions? innovation@lpi.org&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
|+&lt;br /&gt;
|| Location || Date || Contact || Address&lt;br /&gt;
|-&lt;br /&gt;
| Open University, Milton Keynes, UK || February 7, 2012 ||Bill Quinn||bill.quinn@tdm.info&lt;br /&gt;
|-&lt;br /&gt;
|-FOSDEM, Brussels, Belgium|| February 5, 2012||Medina Dupuis||mdupuis@lpi.org&lt;br /&gt;
|-&lt;br /&gt;
| Birmingham City University, Birmingham, UK ||tbc||Bill Quinn||bill.quinn@tdm.info  &lt;br /&gt;
|-&lt;br /&gt;
| Forth Valley College, Falkirk High, Scotland ||tbc||Bill Quinn||bill.quinn@tdm.info&lt;br /&gt;
|- &lt;br /&gt;
|-Städtische Berufsschule für Informationstechnik, Munich, Germany||Michael Niedermair||mgn.schule@gmx.de&lt;br /&gt;
|+&lt;br /&gt;
&lt;br /&gt;
Questions? innovation@lpi.org&lt;/div&gt;</summary>
		<author><name>MedinaDupuis</name></author>
	</entry>
	<entry>
		<id>https://wiki.lpi.org/w/index.php?title=LinuxEssentialsProgramme&amp;diff=1368</id>
		<title>LinuxEssentialsProgramme</title>
		<link rel="alternate" type="text/html" href="https://wiki.lpi.org/w/index.php?title=LinuxEssentialsProgramme&amp;diff=1368"/>
		<updated>2012-01-04T17:43:32Z</updated>

		<summary type="html">&lt;p&gt;MedinaDupuis: /* Development Workshops */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__FORCETOC__&lt;br /&gt;
==Introduction==&lt;br /&gt;
The purpose of the Linux Essentials Program is to define the basic knowledge required to competantly use a desktop or mobile device using a Linux Operating System. The program will guide and encourage youth (and those new to Linux and Open Source) to understand the place of Linux and Open Source in the context of the broader IT industry. &lt;br /&gt;
&lt;br /&gt;
The Linux Essentials Program is made of several main components:&lt;br /&gt;
&lt;br /&gt;
* Linux Essentials Exam and Certification&lt;br /&gt;
* Support for world wide participation the the World Skills Competition in the [http://www.worldskillslondon2011.com/events-programme/skills-competitions/information-and-communications-technology/it-network-systems-administration/ World Skills Information and Communications Technology Category, IT Network Systems Administration]&lt;br /&gt;
* Regional links to employability and apprenticeship programs available to youth&lt;br /&gt;
* Research and resources supporting youth entry into Linux and Open Source Careers&lt;br /&gt;
* LPI support for regional government and educational qualification authorities where appropriate&lt;br /&gt;
* LPI support for Teacher collaboration and sharing of projects and excercises for the Linux Essentials knowledge base&lt;br /&gt;
* Resources for youth describing jobs and industries requiring Linux skills&lt;br /&gt;
&lt;br /&gt;
==Development Workshops==&lt;br /&gt;
&lt;br /&gt;
The following open attendance item development workshops are taking place in 2012Q1:&lt;br /&gt;
&lt;br /&gt;
Questions? innovation@lpi.org&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
|+&lt;br /&gt;
|| Location || Date || Contact || Address&lt;br /&gt;
|-&lt;br /&gt;
| Birmingham City University, Birmingham, UK || Jan 19, 2012 ||Bill Quinn||bill.quinn@tdm.info  &lt;br /&gt;
|-&lt;br /&gt;
| Forth Valley College, Falkirk High, Scotland ||Jan 21, 2012 tbc||Bill Quinn||bill.quinn@tdm.info&lt;br /&gt;
|-&lt;br /&gt;
| Open University, Milton Keynes, UK || Jan 23, 2012 ||Bill Quinn||bill.quinn@tdm.info&lt;br /&gt;
|-&lt;br /&gt;
| ICT in Education, Utrecht, Netherlands||tbc||Emiel Brok||bestuur@lpi-nederland.nl&lt;br /&gt;
|+&lt;br /&gt;
&lt;br /&gt;
Questions? innovation@lpi.org&lt;/div&gt;</summary>
		<author><name>MedinaDupuis</name></author>
	</entry>
	<entry>
		<id>https://wiki.lpi.org/w/index.php?title=LinuxEssentialsProgramme&amp;diff=1324</id>
		<title>LinuxEssentialsProgramme</title>
		<link rel="alternate" type="text/html" href="https://wiki.lpi.org/w/index.php?title=LinuxEssentialsProgramme&amp;diff=1324"/>
		<updated>2011-12-19T16:00:37Z</updated>

		<summary type="html">&lt;p&gt;MedinaDupuis: /* Development Workshops */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__FORCETOC__&lt;br /&gt;
==Introduction==&lt;br /&gt;
The purpose of the Linux Essentials Program is to define the basic knowledge required to competantly use a desktop or mobile device using a Linux Operating System. The program will guide and encourage youth (and those new to Linux and Open Source) to understand the place of Linux and Open Source in the context of the broader IT industry. &lt;br /&gt;
&lt;br /&gt;
The Linux Essentials Program is made of several main components:&lt;br /&gt;
&lt;br /&gt;
* Linux Essentials Exam and Certification&lt;br /&gt;
* Support for world wide participation the the World Skills Competition in the [http://www.worldskillslondon2011.com/events-programme/skills-competitions/information-and-communications-technology/it-network-systems-administration/ World Skills Information and Communications Technology Category, IT Network Systems Administration]&lt;br /&gt;
* Regional links to employability and apprenticeship programs available to youth&lt;br /&gt;
* Research and resources supporting youth entry into Linux and Open Source Careers&lt;br /&gt;
* LPI support for regional government and educational qualification authorities where appropriate&lt;br /&gt;
* LPI support for Teacher collaboration and sharing of projects and excercises for the Linux Essentials knowledge base&lt;br /&gt;
* Resources for youth describing jobs and industries requiring Linux skills&lt;br /&gt;
&lt;br /&gt;
==Development Workshops==&lt;br /&gt;
&lt;br /&gt;
The following open attendance item development workshops are taking place in 2012Q1:&lt;br /&gt;
&lt;br /&gt;
Questions? innovation@lpi.org&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
|+&lt;br /&gt;
|| Location || Date || Contact || Address&lt;br /&gt;
|-&lt;br /&gt;
| Birmingham University, Birmingham, UK || Jan 19, 2012 ||Bill Quinn||bill.quinn@tdm.info  &lt;br /&gt;
|-&lt;br /&gt;
| Forth Valley College, Falkirk High, Scotland ||Jan 21, 2012 tbc||Bill Quinn||bill.quinn@tdm.info&lt;br /&gt;
|-&lt;br /&gt;
| Open University, Milton Keynes, UK || Jan 23, 2012 ||Bill Quinn||bill.quinn@tdm.info&lt;br /&gt;
|-&lt;br /&gt;
| ICT in Education, Utrecht, Netherlands||tbc||Emiel Brok||bestuur@lpi-nederland.nl&lt;br /&gt;
|+&lt;br /&gt;
&lt;br /&gt;
Questions? innovation@lpi.org&lt;/div&gt;</summary>
		<author><name>MedinaDupuis</name></author>
	</entry>
	<entry>
		<id>https://wiki.lpi.org/w/index.php?title=LinuxEssentialsProgramme&amp;diff=1321</id>
		<title>LinuxEssentialsProgramme</title>
		<link rel="alternate" type="text/html" href="https://wiki.lpi.org/w/index.php?title=LinuxEssentialsProgramme&amp;diff=1321"/>
		<updated>2011-12-16T16:52:41Z</updated>

		<summary type="html">&lt;p&gt;MedinaDupuis: /* Development Workshops */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__FORCETOC__&lt;br /&gt;
==Introduction==&lt;br /&gt;
The purpose of the Linux Essentials Program is to define the basic knowledge required to competantly use a desktop or mobile device using a Linux Operating System. The program will guide and encourage youth (and those new to Linux and Open Source) to understand the place of Linux and Open Source in the context of the broader IT industry. &lt;br /&gt;
&lt;br /&gt;
The Linux Essentials Program is made of several main components:&lt;br /&gt;
&lt;br /&gt;
* Linux Essentials Exam and Certification&lt;br /&gt;
* Support for world wide participation the the World Skills Competition in the [http://www.worldskillslondon2011.com/events-programme/skills-competitions/information-and-communications-technology/it-network-systems-administration/ World Skills Information and Communications Technology Category, IT Network Systems Administration]&lt;br /&gt;
* Regional links to employability and apprenticeship programs available to youth&lt;br /&gt;
* Research and resources supporting youth entry into Linux and Open Source Careers&lt;br /&gt;
* LPI support for regional government and educational qualification authorities where appropriate&lt;br /&gt;
* LPI support for Teacher collaboration and sharing of projects and excercises for the Linux Essentials knowledge base&lt;br /&gt;
* Resources for youth describing jobs and industries requiring Linux skills&lt;br /&gt;
&lt;br /&gt;
==Development Workshops==&lt;br /&gt;
&lt;br /&gt;
The following open attendance item development workshops are taking place in 2012Q1:&lt;br /&gt;
&lt;br /&gt;
Questions? innovation@lpi.org&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
|+&lt;br /&gt;
|| Location || Date || Contact || Address&lt;br /&gt;
|-&lt;br /&gt;
| Birmingham University, Birmingham, UK || Jan 19, 2012 ||Stephan Murphy||Stephen.Murphy@bcu.ac.uk  &lt;br /&gt;
|-&lt;br /&gt;
| Forth Valley College, Falkirk High, Scotland ||Jan 21, 2012 tbc||Tony Dyer||Tony.dyer@forthvalley.ac.uk&lt;br /&gt;
|-&lt;br /&gt;
| Open University, Milton Keynes, UK || Jan 23, 2012 || Andrew Smith || a.smith@open.ac.uk&lt;br /&gt;
|-&lt;br /&gt;
| ICT in Education, Utrecht, Netherlands||tbc||Emiel Brok||bestuur@lpi-nederland.nl&lt;br /&gt;
|+&lt;br /&gt;
&lt;br /&gt;
Questions? innovation@lpi.org&lt;/div&gt;</summary>
		<author><name>MedinaDupuis</name></author>
	</entry>
	<entry>
		<id>https://wiki.lpi.org/w/index.php?title=LinuxEssentialsProgramme&amp;diff=1319</id>
		<title>LinuxEssentialsProgramme</title>
		<link rel="alternate" type="text/html" href="https://wiki.lpi.org/w/index.php?title=LinuxEssentialsProgramme&amp;diff=1319"/>
		<updated>2011-12-16T16:07:28Z</updated>

		<summary type="html">&lt;p&gt;MedinaDupuis: /* Development Workshops */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__FORCETOC__&lt;br /&gt;
==Introduction==&lt;br /&gt;
The purpose of the Linux Essentials Program is to define the basic knowledge required to competantly use a desktop or mobile device using a Linux Operating System. The program will guide and encourage youth (and those new to Linux and Open Source) to understand the place of Linux and Open Source in the context of the broader IT industry. &lt;br /&gt;
&lt;br /&gt;
The Linux Essentials Program is made of several main components:&lt;br /&gt;
&lt;br /&gt;
* Linux Essentials Exam and Certification&lt;br /&gt;
* Support for world wide participation the the World Skills Competition in the [http://www.worldskillslondon2011.com/events-programme/skills-competitions/information-and-communications-technology/it-network-systems-administration/ World Skills Information and Communications Technology Category, IT Network Systems Administration]&lt;br /&gt;
* Regional links to employability and apprenticeship programs available to youth&lt;br /&gt;
* Research and resources supporting youth entry into Linux and Open Source Careers&lt;br /&gt;
* LPI support for regional government and educational qualification authorities where appropriate&lt;br /&gt;
* LPI support for Teacher collaboration and sharing of projects and excercises for the Linux Essentials knowledge base&lt;br /&gt;
* Resources for youth describing jobs and industries requiring Linux skills&lt;br /&gt;
&lt;br /&gt;
==Development Workshops==&lt;br /&gt;
&lt;br /&gt;
The following open attendance item development workshops are taking place in 2012Q1:&lt;br /&gt;
&lt;br /&gt;
Questions? innovation@lpi.org&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
|+&lt;br /&gt;
|| Location || Date || Contact || Address&lt;br /&gt;
|-&lt;br /&gt;
| Birmingham University, Birmingham, UK || Jan 19, 2012 ||Stephan Murphy||Stephen.Murphy@bcu.ac.uk  &lt;br /&gt;
|-&lt;br /&gt;
| Forth Valley College, Falkirk High, Scotland ||Jan 21, 2012 tbc||Tony Dyer||Tony.dyer@forthvalley.ac.uk&lt;br /&gt;
|-&lt;br /&gt;
| Open University, Milton Keynes, UK || Jan 23, 2012 || Andrew Smith || a.smith@open.ac.uk&lt;br /&gt;
|-&lt;br /&gt;
|+&lt;br /&gt;
&lt;br /&gt;
Questions? innovation@lpi.org&lt;/div&gt;</summary>
		<author><name>MedinaDupuis</name></author>
	</entry>
	<entry>
		<id>https://wiki.lpi.org/w/index.php?title=LinuxEssentialsProgramme&amp;diff=1318</id>
		<title>LinuxEssentialsProgramme</title>
		<link rel="alternate" type="text/html" href="https://wiki.lpi.org/w/index.php?title=LinuxEssentialsProgramme&amp;diff=1318"/>
		<updated>2011-12-16T16:06:32Z</updated>

		<summary type="html">&lt;p&gt;MedinaDupuis: /* Development Workshops */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__FORCETOC__&lt;br /&gt;
==Introduction==&lt;br /&gt;
The purpose of the Linux Essentials Program is to define the basic knowledge required to competantly use a desktop or mobile device using a Linux Operating System. The program will guide and encourage youth (and those new to Linux and Open Source) to understand the place of Linux and Open Source in the context of the broader IT industry. &lt;br /&gt;
&lt;br /&gt;
The Linux Essentials Program is made of several main components:&lt;br /&gt;
&lt;br /&gt;
* Linux Essentials Exam and Certification&lt;br /&gt;
* Support for world wide participation the the World Skills Competition in the [http://www.worldskillslondon2011.com/events-programme/skills-competitions/information-and-communications-technology/it-network-systems-administration/ World Skills Information and Communications Technology Category, IT Network Systems Administration]&lt;br /&gt;
* Regional links to employability and apprenticeship programs available to youth&lt;br /&gt;
* Research and resources supporting youth entry into Linux and Open Source Careers&lt;br /&gt;
* LPI support for regional government and educational qualification authorities where appropriate&lt;br /&gt;
* LPI support for Teacher collaboration and sharing of projects and excercises for the Linux Essentials knowledge base&lt;br /&gt;
* Resources for youth describing jobs and industries requiring Linux skills&lt;br /&gt;
&lt;br /&gt;
==Development Workshops==&lt;br /&gt;
&lt;br /&gt;
The following open attendance item development workshops are taking place in 2012Q1:&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
|+&lt;br /&gt;
|| Location || Date || Contact || Address&lt;br /&gt;
|-&lt;br /&gt;
| Birmingham University, Birmingham, UK || Jan 19, 2012 ||Stephan Murphy||Stephen.Murphy@bcu.ac.uk  &lt;br /&gt;
|-&lt;br /&gt;
| Forth Valley College, Falkirk High, Scotland ||Jan 21, 2012 tbc||Tony Dyer||Tony.dyer@forthvalley.ac.uk&lt;br /&gt;
|-&lt;br /&gt;
| Open University, Milton Keynes, UK || Jan 23, 2012 || Andrew Smith || a.smith@open.ac.uk&lt;br /&gt;
|-&lt;br /&gt;
|+&lt;br /&gt;
&lt;br /&gt;
Questions? innovation@lpi.org&lt;/div&gt;</summary>
		<author><name>MedinaDupuis</name></author>
	</entry>
	<entry>
		<id>https://wiki.lpi.org/w/index.php?title=LinuxEssentialsProgramme&amp;diff=1317</id>
		<title>LinuxEssentialsProgramme</title>
		<link rel="alternate" type="text/html" href="https://wiki.lpi.org/w/index.php?title=LinuxEssentialsProgramme&amp;diff=1317"/>
		<updated>2011-12-16T16:06:04Z</updated>

		<summary type="html">&lt;p&gt;MedinaDupuis: /* Development Workshops */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__FORCETOC__&lt;br /&gt;
==Introduction==&lt;br /&gt;
The purpose of the Linux Essentials Program is to define the basic knowledge required to competantly use a desktop or mobile device using a Linux Operating System. The program will guide and encourage youth (and those new to Linux and Open Source) to understand the place of Linux and Open Source in the context of the broader IT industry. &lt;br /&gt;
&lt;br /&gt;
The Linux Essentials Program is made of several main components:&lt;br /&gt;
&lt;br /&gt;
* Linux Essentials Exam and Certification&lt;br /&gt;
* Support for world wide participation the the World Skills Competition in the [http://www.worldskillslondon2011.com/events-programme/skills-competitions/information-and-communications-technology/it-network-systems-administration/ World Skills Information and Communications Technology Category, IT Network Systems Administration]&lt;br /&gt;
* Regional links to employability and apprenticeship programs available to youth&lt;br /&gt;
* Research and resources supporting youth entry into Linux and Open Source Careers&lt;br /&gt;
* LPI support for regional government and educational qualification authorities where appropriate&lt;br /&gt;
* LPI support for Teacher collaboration and sharing of projects and excercises for the Linux Essentials knowledge base&lt;br /&gt;
* Resources for youth describing jobs and industries requiring Linux skills&lt;br /&gt;
&lt;br /&gt;
==Development Workshops==&lt;br /&gt;
&lt;br /&gt;
The following open attendance item development workshops are taking place in 2012Q1:&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
|+&lt;br /&gt;
|| Location || Date || Contact || Address&lt;br /&gt;
|-&lt;br /&gt;
| Birmingham University, Birmingham, UK || Jan 19, 2012 ||Stephan Murphy||Stephen.Murphy@bcu.ac.uk  &lt;br /&gt;
|-&lt;br /&gt;
| Forth Valley College, Falkirk High, Scotland ||Jan 21, 2012 tbc||Tony Dyer||Tony.dyer@forthvalley.ac.uk&lt;br /&gt;
|-&lt;br /&gt;
| Open University, Milton Keynes, UK || Jan 23, 2012 || Andrew Smith || a.smith@open.ac.uk&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
Questions? innovation@lpi.org&lt;/div&gt;</summary>
		<author><name>MedinaDupuis</name></author>
	</entry>
	<entry>
		<id>https://wiki.lpi.org/w/index.php?title=LinuxEssentialsProgramme&amp;diff=1316</id>
		<title>LinuxEssentialsProgramme</title>
		<link rel="alternate" type="text/html" href="https://wiki.lpi.org/w/index.php?title=LinuxEssentialsProgramme&amp;diff=1316"/>
		<updated>2011-12-16T16:05:14Z</updated>

		<summary type="html">&lt;p&gt;MedinaDupuis: /* Development Workshops */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__FORCETOC__&lt;br /&gt;
==Introduction==&lt;br /&gt;
The purpose of the Linux Essentials Program is to define the basic knowledge required to competantly use a desktop or mobile device using a Linux Operating System. The program will guide and encourage youth (and those new to Linux and Open Source) to understand the place of Linux and Open Source in the context of the broader IT industry. &lt;br /&gt;
&lt;br /&gt;
The Linux Essentials Program is made of several main components:&lt;br /&gt;
&lt;br /&gt;
* Linux Essentials Exam and Certification&lt;br /&gt;
* Support for world wide participation the the World Skills Competition in the [http://www.worldskillslondon2011.com/events-programme/skills-competitions/information-and-communications-technology/it-network-systems-administration/ World Skills Information and Communications Technology Category, IT Network Systems Administration]&lt;br /&gt;
* Regional links to employability and apprenticeship programs available to youth&lt;br /&gt;
* Research and resources supporting youth entry into Linux and Open Source Careers&lt;br /&gt;
* LPI support for regional government and educational qualification authorities where appropriate&lt;br /&gt;
* LPI support for Teacher collaboration and sharing of projects and excercises for the Linux Essentials knowledge base&lt;br /&gt;
* Resources for youth describing jobs and industries requiring Linux skills&lt;br /&gt;
&lt;br /&gt;
==Development Workshops==&lt;br /&gt;
&lt;br /&gt;
The following open attendance item development workshops are taking place in 2012Q1:&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
|+&lt;br /&gt;
|| Location || Date || Contact || Address&lt;br /&gt;
|-&lt;br /&gt;
| Birmingham University, Birmingham, UK || Jan 19, 2012 ||Stephan Murphy||Stephen.Murphy@bcu.ac.uk  &lt;br /&gt;
|-&lt;br /&gt;
| Forth Valley College, Falkirk High, Scotland ||tbc||Tony Dyer||Tony.dyer@forthvalley.ac.uk&lt;br /&gt;
|-&lt;br /&gt;
| Open University, Milton Keynes, UK || Jan 23, 2012 || Andrew Smith || a.smith@open.ac.uk&lt;br /&gt;
|-&lt;br /&gt;
|&lt;/div&gt;</summary>
		<author><name>MedinaDupuis</name></author>
	</entry>
	<entry>
		<id>https://wiki.lpi.org/w/index.php?title=LinuxEssentialsProgramme&amp;diff=1315</id>
		<title>LinuxEssentialsProgramme</title>
		<link rel="alternate" type="text/html" href="https://wiki.lpi.org/w/index.php?title=LinuxEssentialsProgramme&amp;diff=1315"/>
		<updated>2011-12-16T15:55:18Z</updated>

		<summary type="html">&lt;p&gt;MedinaDupuis: /* Development Workshops */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__FORCETOC__&lt;br /&gt;
==Introduction==&lt;br /&gt;
The purpose of the Linux Essentials Program is to define the basic knowledge required to competantly use a desktop or mobile device using a Linux Operating System. The program will guide and encourage youth (and those new to Linux and Open Source) to understand the place of Linux and Open Source in the context of the broader IT industry. &lt;br /&gt;
&lt;br /&gt;
The Linux Essentials Program is made of several main components:&lt;br /&gt;
&lt;br /&gt;
* Linux Essentials Exam and Certification&lt;br /&gt;
* Support for world wide participation the the World Skills Competition in the [http://www.worldskillslondon2011.com/events-programme/skills-competitions/information-and-communications-technology/it-network-systems-administration/ World Skills Information and Communications Technology Category, IT Network Systems Administration]&lt;br /&gt;
* Regional links to employability and apprenticeship programs available to youth&lt;br /&gt;
* Research and resources supporting youth entry into Linux and Open Source Careers&lt;br /&gt;
* LPI support for regional government and educational qualification authorities where appropriate&lt;br /&gt;
* LPI support for Teacher collaboration and sharing of projects and excercises for the Linux Essentials knowledge base&lt;br /&gt;
* Resources for youth describing jobs and industries requiring Linux skills&lt;br /&gt;
&lt;br /&gt;
==Development Workshops==&lt;br /&gt;
&lt;br /&gt;
The following open attendance item development workshops are taking place in 2012Q1:&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
|+&lt;br /&gt;
|| Location || Date || Contact || Address&lt;br /&gt;
|-&lt;br /&gt;
| Birmingham University, Birmingham, UK || Jan 19, 2012 ||Stephan Murphy||Stephen.Murphy@bcu.ac.uk  &lt;br /&gt;
|-&lt;br /&gt;
| Milton Keynes, UK || Jan 23, 2012 || Andrew Smith || innovations at lpi dor org &lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>MedinaDupuis</name></author>
	</entry>
	<entry>
		<id>https://wiki.lpi.org/w/index.php?title=LinuxEssentialsProgramme&amp;diff=1314</id>
		<title>LinuxEssentialsProgramme</title>
		<link rel="alternate" type="text/html" href="https://wiki.lpi.org/w/index.php?title=LinuxEssentialsProgramme&amp;diff=1314"/>
		<updated>2011-12-16T15:44:44Z</updated>

		<summary type="html">&lt;p&gt;MedinaDupuis: /* Introduction */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__FORCETOC__&lt;br /&gt;
==Introduction==&lt;br /&gt;
The purpose of the Linux Essentials Program is to define the basic knowledge required to competantly use a desktop or mobile device using a Linux Operating System. The program will guide and encourage youth (and those new to Linux and Open Source) to understand the place of Linux and Open Source in the context of the broader IT industry. &lt;br /&gt;
&lt;br /&gt;
The Linux Essentials Program is made of several main components:&lt;br /&gt;
&lt;br /&gt;
* Linux Essentials Exam and Certification&lt;br /&gt;
* Support for world wide participation the the World Skills Competition in the [http://www.worldskillslondon2011.com/events-programme/skills-competitions/information-and-communications-technology/it-network-systems-administration/ World Skills Information and Communications Technology Category, IT Network Systems Administration]&lt;br /&gt;
* Regional links to employability and apprenticeship programs available to youth&lt;br /&gt;
* Research and resources supporting youth entry into Linux and Open Source Careers&lt;br /&gt;
* LPI support for regional government and educational qualification authorities where appropriate&lt;br /&gt;
* LPI support for Teacher collaboration and sharing of projects and excercises for the Linux Essentials knowledge base&lt;br /&gt;
* Resources for youth describing jobs and industries requiring Linux skills&lt;br /&gt;
&lt;br /&gt;
==Development Workshops==&lt;br /&gt;
&lt;br /&gt;
The following open attendance item development workshops are taking place in 2012Q1:&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
|+&lt;br /&gt;
|| Location || Date || Contact || Address&lt;br /&gt;
|-&lt;br /&gt;
| Location1 || Jan 21, 2012 || Medina Dupuis || innovations at lpi dor org &lt;br /&gt;
|-&lt;br /&gt;
| Location2 || Jan 23, 2012 || Medina Dupuis || innovations at lpi dor org &lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>MedinaDupuis</name></author>
	</entry>
	<entry>
		<id>https://wiki.lpi.org/w/index.php?title=LinuxEssentials_Objectives_V1&amp;diff=1243</id>
		<title>LinuxEssentials Objectives V1</title>
		<link rel="alternate" type="text/html" href="https://wiki.lpi.org/w/index.php?title=LinuxEssentials_Objectives_V1&amp;diff=1243"/>
		<updated>2011-12-07T18:49:51Z</updated>

		<summary type="html">&lt;p&gt;MedinaDupuis: /* 1.2.1 Using the Command Line and Getting Help  */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__FORCETOC__&lt;br /&gt;
==Introduction==&lt;br /&gt;
The description of the entire [[LinuxEssentialsProgramme]] programme is listed [[LinuxEssentialsProgramme|here]].&lt;br /&gt;
&lt;br /&gt;
The purpose of the Linux Essentials Program is to define the basic knowledge required to competently use a desktop or mobile device using a Linux Operating System.  The program will guide and encourage youth (and those new to Linux and Open Source) to understand the place of Linux and Open Source in the context of the broader IT industry.&lt;br /&gt;
&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Minimally Qualified Candidate Description==&lt;br /&gt;
This is a description of a candidate that is just barely&lt;br /&gt;
qualified to pass the LPI Linux Essentials exam.  This hypothetical&lt;br /&gt;
person is called the Minimally Qualified Candidate (MQC).  Standards on&lt;br /&gt;
the Linux Essentials exam should be set so that this person (and&lt;br /&gt;
anyone more able) would pass but anyone less able would not pass.&lt;br /&gt;
&lt;br /&gt;
The successful candidate should have an understanding of the Linux and Open Source industry and knowledge of the most popular Open Source Applications.  The candidate should understand the major components of the Linux operating system, and have the technical proficiency to work on the Linux command line. The MQC has a basic understanding of security and administration related topics such&lt;br /&gt;
as user/group management, working on the command line and permissions.  A &#039;&#039;&#039;LPI Linux Essentials Technician (LPI LET)&#039;&#039;&#039; is most likely the end user of a mostly managed system.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The &#039;&#039;&#039;LPI Linux Essentials Technician (LPI LET) MQC&#039;&#039;&#039; typically:&lt;br /&gt;
&lt;br /&gt;
* Has a basic understanding of FOSS, the various communities and licenses.&lt;br /&gt;
* Understands the basic concepts of processes, programs and the components of an Operating System.&lt;br /&gt;
* Has a basic knowledge of computer hardware&lt;br /&gt;
* Has a basic appreciation of system security, users/groups and file permissions for public and private directories.&lt;br /&gt;
* Basic understanding of how to make the system accessible and able to connect to other computers on a Local Area Network (LAN).&lt;br /&gt;
* Demonstrates a knowledge of Open Source Applications in the Workplace as they relate to Closed Source equivalents.&lt;br /&gt;
* Understands navigation systems on a Linux Desktop and where to go for help.&lt;br /&gt;
* Has a rudimentary ability to work on the command line and with files.&lt;br /&gt;
* Make and restore simple backups and archives.&lt;br /&gt;
* Can use a basic command line editor.&lt;br /&gt;
* Understands file compression.&lt;br /&gt;
* Ability to create and run simple scripts.&lt;br /&gt;
&lt;br /&gt;
==Version Information==&lt;br /&gt;
These objectives are version 0.99.0.&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Translations of Objectives==&lt;br /&gt;
The following translations of the objectives are available on this wiki:&lt;br /&gt;
* [[LinuxEssentials|English]]&lt;br /&gt;
* [[LinuxEssentials(DE)|German]]&lt;br /&gt;
* [[LinuxEssentials(ES)|Spanish]]&lt;br /&gt;
* [[LinuxEssentials(TR)|Turkish]]&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Objectives==&lt;br /&gt;
&lt;br /&gt;
===&#039;&#039;Topic 1.1: A Career in Open Source and Joining The Linux Community (weight: 7)&#039;&#039;===&lt;br /&gt;
====&amp;lt;span style=&amp;quot;color:navy&amp;quot;&amp;gt;1.1.1 Linux Evolution and Popular Operating Systems&amp;lt;/span&amp;gt;====&lt;br /&gt;
{|&lt;br /&gt;
| style=&amp;quot;background:#dadada&amp;quot; | &#039;&#039;&#039;Weight&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;background:#eaeaea&amp;quot; | 2&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background:#dadada; padding-right:1em&amp;quot; | &#039;&#039;&#039;Description&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;background:#eaeaea&amp;quot; | Knowledge of Linux Development and Major Distributions.&lt;br /&gt;
|}&lt;br /&gt;
&#039;&#039;&#039;Key Knowledge Areas:&#039;&#039;&#039;&lt;br /&gt;
* Open Source Philosophy&lt;br /&gt;
* Distributions&lt;br /&gt;
* Embedded Systems&lt;br /&gt;
&#039;&#039;&#039;The following is a partial list of the used files, terms and utilities:&#039;&#039;&#039;&lt;br /&gt;
* Android&lt;br /&gt;
* Debian&lt;br /&gt;
* CentOS&lt;br /&gt;
&#039;&#039;&#039;Nice to know:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====&amp;lt;span style=&amp;quot;color:navy&amp;quot;&amp;gt;1.1.2 Major Open Source Applications&amp;lt;/span&amp;gt;====&lt;br /&gt;
{|&lt;br /&gt;
| style=&amp;quot;background:#dadada&amp;quot; | &#039;&#039;&#039;Weight&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;background:#eaeaea&amp;quot; | 2&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background:#dadada; padding-right:1em&amp;quot; | &#039;&#039;&#039;Description&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;background:#eaeaea&amp;quot; | Awareness of major applications and their uses.&lt;br /&gt;
|}&lt;br /&gt;
&#039;&#039;&#039;Key Knowledge Areas:&#039;&#039;&#039;&lt;br /&gt;
* Desktop Applications&lt;br /&gt;
* Server Applications&lt;br /&gt;
* Mobile Applications&lt;br /&gt;
* Development Languages&lt;br /&gt;
* Package Management Tools&lt;br /&gt;
&#039;&#039;&#039;The following is a partial list of the used files, terms and utilities:&#039;&#039;&#039;&lt;br /&gt;
* OpenOffice.org, LibreOffice, Thunderbird, Firefox&lt;br /&gt;
* Blender, Gimp, Audacity, ImageMagick&lt;br /&gt;
* Apache, MySQL, PostgreSQL&lt;br /&gt;
* NFS, Samba, OpenLDAP, Postfix, DNS, DHCP&lt;br /&gt;
* C, Perl, shell, Python, PHP&lt;br /&gt;
&#039;&#039;&#039;Nice to know:&#039;&#039;&#039;&lt;br /&gt;
* package repository locations&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====&amp;lt;span style=&amp;quot;color:navy&amp;quot;&amp;gt;1.1.3 Understanding Free Software and Licensing&amp;lt;/span&amp;gt;====&lt;br /&gt;
{|&lt;br /&gt;
| style=&amp;quot;background:#dadada&amp;quot; | &#039;&#039;&#039;Weight&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;background:#eaeaea&amp;quot; | 1&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background:#dadada; padding-right:1em&amp;quot; | &#039;&#039;&#039;Description&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;background:#eaeaea&amp;quot; | Open Source Communities and Licensing in Free Software and Commercial Open Source Software.&lt;br /&gt;
|}&lt;br /&gt;
&#039;&#039;&#039;Key Knowledge Areas:&#039;&#039;&#039;&lt;br /&gt;
* Licensing&lt;br /&gt;
&#039;&#039;&#039;The following is a partial list of the used files, terms and utilities:&#039;&#039;&#039;&lt;br /&gt;
* GPL, BSD, Creative Commons&lt;br /&gt;
* Free Software, Open Source Software, FOSS, FLOSS&lt;br /&gt;
* Open Source business models&lt;br /&gt;
&#039;&#039;&#039;Nice to know:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====&amp;lt;span style=&amp;quot;color:navy&amp;quot;&amp;gt;1.1.4 ICT Skills and Working in Linux&amp;lt;/span&amp;gt;====&lt;br /&gt;
{|&lt;br /&gt;
| style=&amp;quot;background:#dadada&amp;quot; | &#039;&#039;&#039;Weight&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;background:#eaeaea&amp;quot; | 2&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background:#dadada; padding-right:1em&amp;quot; | &#039;&#039;&#039;Description&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;background:#eaeaea&amp;quot; | Basic Information and Communication Technology (ICT) Skills and Working in Linux.&lt;br /&gt;
|}&lt;br /&gt;
&#039;&#039;&#039;Key Knowledge Areas:&#039;&#039;&#039;&lt;br /&gt;
* Desktop Skills&lt;br /&gt;
* Getting to the Command Line&lt;br /&gt;
* Open Source Desktop Applications&lt;br /&gt;
* Industry uses of Linux, Cloud Computing and Virtualization&lt;br /&gt;
&#039;&#039;&#039;The following is a partial list of the used files, terms and utilities:&#039;&#039;&#039;&lt;br /&gt;
* Using a browser, privacy concerns, configuration options, searching the web and saving content&lt;br /&gt;
* Terminal and Console&lt;br /&gt;
* Password issues&lt;br /&gt;
* Privacy issues and tools&lt;br /&gt;
* graphics and office tools&lt;br /&gt;
* Use of common open source applications in presentations and projects&lt;br /&gt;
&#039;&#039;&#039;Nice to know:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===&#039;&#039;Topic 1.2: Finding Your Way on a Linux System (weight: 7)&#039;&#039;===&lt;br /&gt;
====&amp;lt;span style=&amp;quot;color:navy&amp;quot;&amp;gt;1.2.1 Using the Command Line and Getting Help &amp;lt;/span&amp;gt;====&lt;br /&gt;
{|&lt;br /&gt;
| style=&amp;quot;background:#dadada&amp;quot; | &#039;&#039;&#039;Weight&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;background:#eaeaea&amp;quot; | 2&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background:#dadada; padding-right:1em&amp;quot; | &#039;&#039;&#039;Description&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;background:#eaeaea&amp;quot; |Running commands and navigation of the various help systems.&lt;br /&gt;
|}&lt;br /&gt;
&#039;&#039;&#039;Key Knowledge Areas:&#039;&#039;&#039;&lt;br /&gt;
* Basic shell&lt;br /&gt;
* Formatting commands&lt;br /&gt;
* Working With Options&lt;br /&gt;
* Man&lt;br /&gt;
* Info&lt;br /&gt;
&#039;&#039;&#039;The following is a partial list of the used files, terms and utilities:&#039;&#039;&#039;&lt;br /&gt;
* path&lt;br /&gt;
* history&lt;br /&gt;
* &#039;&#039;&#039;;&#039;&#039;&#039;&lt;br /&gt;
* man&lt;br /&gt;
* info&lt;br /&gt;
* Man pages&lt;br /&gt;
* /usr/share/doc&lt;br /&gt;
* locate&lt;br /&gt;
&#039;&#039;&#039;Nice to know:&#039;&#039;&#039;&lt;br /&gt;
* exit status&lt;br /&gt;
* substitutions&lt;br /&gt;
* apropos, whatis, whereis, which&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====&amp;lt;span style=&amp;quot;color:navy&amp;quot;&amp;gt;1.2.2 Using Directories and Listing Files&amp;lt;/span&amp;gt;====&lt;br /&gt;
{|&lt;br /&gt;
| style=&amp;quot;background:#dadada&amp;quot; | &#039;&#039;&#039;Weight&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;background:#eaeaea&amp;quot; | 3&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background:#dadada; padding-right:1em&amp;quot; | &#039;&#039;&#039;Description&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;background:#eaeaea&amp;quot; | Navigation of home and system directories and listing files in various locations.&lt;br /&gt;
|}&lt;br /&gt;
&#039;&#039;&#039;Key Knowledge Areas:&#039;&#039;&#039;&lt;br /&gt;
* Files, directories&lt;br /&gt;
* Hidden files and directories&lt;br /&gt;
* Home&lt;br /&gt;
&#039;&#039;&#039;The following is a partial list of the used files, terms and utilities:&#039;&#039;&#039;&lt;br /&gt;
* Common options for ls&lt;br /&gt;
* Recursive listings&lt;br /&gt;
* cd &lt;br /&gt;
* home and ~&lt;br /&gt;
&#039;&#039;&#039;Nice to know:&#039;&#039;&#039;&lt;br /&gt;
* &#039;&#039;&#039;. ..&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====&amp;lt;span style=&amp;quot;color:navy&amp;quot;&amp;gt;1.2.3 Creating, Moving and Deleting Files&amp;lt;/span&amp;gt;====&lt;br /&gt;
{|&lt;br /&gt;
| style=&amp;quot;background:#dadada&amp;quot; | &#039;&#039;&#039;Weight&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;background:#eaeaea&amp;quot; | 2&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background:#dadada; padding-right:1em&amp;quot; | &#039;&#039;&#039;Description&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;background:#eaeaea&amp;quot; | Create, move and delete files and directories under the home directory.&lt;br /&gt;
|}&lt;br /&gt;
&#039;&#039;&#039;Key Knowledge Areas:&#039;&#039;&#039;&lt;br /&gt;
* Types of files and directories&lt;br /&gt;
* Case sensitivity&lt;br /&gt;
* Simple globbing and quoting&lt;br /&gt;
* Symbolic links&lt;br /&gt;
&#039;&#039;&#039;The following is a partial list of the used files, terms and utilities:&#039;&#039;&#039;&lt;br /&gt;
* mv, cp, rm, touch&lt;br /&gt;
* mkdir, rmdir&lt;br /&gt;
* &#039;&#039;&#039;&amp;quot; &amp;quot;&amp;quot;&#039;&#039;&#039; &lt;br /&gt;
* Esc \&lt;br /&gt;
* ln -s, ls -i&lt;br /&gt;
&#039;&#039;&#039;Nice to know:&#039;&#039;&#039;&lt;br /&gt;
* Hard links&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===&#039;&#039;Topic 1.3: The Power of the Command Line (weight: 10)&#039;&#039;===&lt;br /&gt;
====&amp;lt;span style=&amp;quot;color:navy&amp;quot;&amp;gt;1.3.1 Archiving Files on the Command Line&amp;lt;/span&amp;gt;====&lt;br /&gt;
{|&lt;br /&gt;
| style=&amp;quot;background:#dadada&amp;quot; | &#039;&#039;&#039;Weight&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;background:#eaeaea&amp;quot; | 2&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background:#dadada; padding-right:1em&amp;quot; | &#039;&#039;&#039;Description&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;background:#eaeaea&amp;quot; | Archiving files in their home directories.&lt;br /&gt;
|}&lt;br /&gt;
&#039;&#039;&#039;Key Knowledge Areas:&#039;&#039;&#039;&lt;br /&gt;
* Files, directories&lt;br /&gt;
* Archives, compression&lt;br /&gt;
&#039;&#039;&#039;The following is a partial list of the used files, terms and utilities:&#039;&#039;&#039;&lt;br /&gt;
* tar&lt;br /&gt;
* tar options&lt;br /&gt;
* gzip, bzip2&lt;br /&gt;
* zip, unzip&lt;br /&gt;
&#039;&#039;&#039;Nice to know:&#039;&#039;&#039;&lt;br /&gt;
* listing archive contents&lt;br /&gt;
* extracting individual files from archives&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====&amp;lt;span style=&amp;quot;color:navy&amp;quot;&amp;gt;1.3.2 Searching and Extracting Data from Files&amp;lt;/span&amp;gt;====&lt;br /&gt;
{|&lt;br /&gt;
| style=&amp;quot;background:#dadada&amp;quot; | &#039;&#039;&#039;Weight&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;background:#eaeaea&amp;quot; | 4&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background:#dadada; padding-right:1em&amp;quot; | &#039;&#039;&#039;Description&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;background:#eaeaea&amp;quot; | Search and extract data from files in the home directories.&lt;br /&gt;
|}&lt;br /&gt;
&#039;&#039;&#039;Key Knowledge Areas:&#039;&#039;&#039;&lt;br /&gt;
* Command line pipes&lt;br /&gt;
* I/O re-direction&lt;br /&gt;
* Partial POSIX Regular Expressions (., [ ], *, ?)&lt;br /&gt;
&#039;&#039;&#039;The following is a partial list of the used files, terms and utilities:&#039;&#039;&#039;&lt;br /&gt;
* find&lt;br /&gt;
* grep&lt;br /&gt;
* less&lt;br /&gt;
* xargs&lt;br /&gt;
* sort&lt;br /&gt;
* cut&lt;br /&gt;
* wc&lt;br /&gt;
&#039;&#039;&#039;Nice to know:&#039;&#039;&#039;&lt;br /&gt;
* Partial POSIX Basic Regular Expressions ([^ ], ^, $)&lt;br /&gt;
* Partial POSIX Extended Regular Expressions (+, ( ), |)&lt;br /&gt;
* handling or re-directing errors&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====&amp;lt;span style=&amp;quot;color:navy&amp;quot;&amp;gt;1.3.3 Turning Commands into a Script&amp;lt;/span&amp;gt;====&lt;br /&gt;
{|&lt;br /&gt;
| style=&amp;quot;background:#dadada&amp;quot; | &#039;&#039;&#039;Weight&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;background:#eaeaea&amp;quot; | 4&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background:#dadada; padding-right:1em&amp;quot; | &#039;&#039;&#039;Description&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;background:#eaeaea&amp;quot; | Turning repetitive commands into simple scripts.&lt;br /&gt;
|}&lt;br /&gt;
&#039;&#039;&#039;Key Knowledge Areas:&#039;&#039;&#039;&lt;br /&gt;
* Basic text editing&lt;br /&gt;
* Globbing&lt;br /&gt;
* Quoting&lt;br /&gt;
&#039;&#039;&#039;The following is a partial list of the used files, terms and utilities:&#039;&#039;&#039;&lt;br /&gt;
* pico, nano, vi&lt;br /&gt;
* /bin/sh&lt;br /&gt;
* Variables&lt;br /&gt;
* Arguments&lt;br /&gt;
* for loops&lt;br /&gt;
* echo&lt;br /&gt;
&#039;&#039;&#039;Nice to know:&#039;&#039;&#039;&lt;br /&gt;
* bash&lt;br /&gt;
* if, while, case statements&lt;br /&gt;
* read and test/ command&lt;br /&gt;
* || and &amp;amp;&amp;amp; control operators&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===&#039;&#039;Topic 1.4: The Linux Operating System (weight: 8)&#039;&#039;===&lt;br /&gt;
====&amp;lt;span style=&amp;quot;color:navy&amp;quot;&amp;gt;1.4.1 Choosing an Operating System&amp;lt;/span&amp;gt;====&lt;br /&gt;
{|&lt;br /&gt;
| style=&amp;quot;background:#dadada&amp;quot; | &#039;&#039;&#039;Weight&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;background:#eaeaea&amp;quot; | 1&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background:#dadada; padding-right:1em&amp;quot; | &#039;&#039;&#039;Description&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;background:#eaeaea&amp;quot; | Knowledge of major Operating Systems and Linux Distributions.&lt;br /&gt;
|}&lt;br /&gt;
&#039;&#039;&#039;Key Knowledge Areas:&#039;&#039;&#039;&lt;br /&gt;
* Windows, Mac, Linux differences&lt;br /&gt;
* Distribution life cycle management&lt;br /&gt;
&#039;&#039;&#039;The following is a partial list of the used files, terms and utilities:&#039;&#039;&#039;&lt;br /&gt;
* GUI versus command line, desktop configuration&lt;br /&gt;
* Maintenance cycles, Beta and Stable&lt;br /&gt;
&#039;&#039;&#039;Nice to know:&#039;&#039;&#039;&lt;br /&gt;
* components of a Linux distribtion&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====&amp;lt;span style=&amp;quot;color:navy&amp;quot;&amp;gt;1.4.2 Understanding Computer Hardware&amp;lt;/span&amp;gt;====&lt;br /&gt;
{|&lt;br /&gt;
| style=&amp;quot;background:#dadada&amp;quot; | &#039;&#039;&#039;Weight&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;background:#eaeaea&amp;quot; | 2&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background:#dadada; padding-right:1em&amp;quot; | &#039;&#039;&#039;Description&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;background:#eaeaea&amp;quot; |Familiarity with the components that go into building desktop and server computers.&lt;br /&gt;
|}&lt;br /&gt;
&#039;&#039;&#039;Key Knowledge Areas:&#039;&#039;&#039;&lt;br /&gt;
* Hardware&lt;br /&gt;
&#039;&#039;&#039;The following is a partial list of the used files, terms and utilities:&#039;&#039;&#039;&lt;br /&gt;
* Hard drives and partitions, motherboards, processors, power supplies, optical drives, peripherals&lt;br /&gt;
* Display types&lt;br /&gt;
* Drivers&lt;br /&gt;
&#039;&#039;&#039;Nice to know:&#039;&#039;&#039;&lt;br /&gt;
* lspci, lsmod&lt;br /&gt;
* sysctl&lt;br /&gt;
* www.linux-drivers.org&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====&amp;lt;span style=&amp;quot;color:navy&amp;quot;&amp;gt;1.4.3 Where Data is Stored&amp;lt;/span&amp;gt;====&lt;br /&gt;
{|&lt;br /&gt;
| style=&amp;quot;background:#dadada&amp;quot; | &#039;&#039;&#039;Weight&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;background:#eaeaea&amp;quot; | 3&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background:#dadada; padding-right:1em&amp;quot; | &#039;&#039;&#039;Description&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;background:#eaeaea&amp;quot; | Where various types of information are stored on a Linux system.&lt;br /&gt;
|}&lt;br /&gt;
&#039;&#039;&#039;Key Knowledge Areas:&#039;&#039;&#039;&lt;br /&gt;
* Kernel&lt;br /&gt;
* Processes&lt;br /&gt;
* syslog, klog, dmesg&lt;br /&gt;
* /lib, /usr/lib, /etc&lt;br /&gt;
&#039;&#039;&#039;The following is a partial list of the used files, terms and utilities:&#039;&#039;&#039;&lt;br /&gt;
* Programs, libraries, packages and package databases, system configuration&lt;br /&gt;
* Processes and process tables, memory addresses, system messaging and logging&lt;br /&gt;
* ps, top, free&lt;br /&gt;
* cat, more, less, tail (-f)&lt;br /&gt;
* what is in /proc&lt;br /&gt;
&#039;&#039;&#039;Nice to know:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====&amp;lt;span style=&amp;quot;color:navy&amp;quot;&amp;gt;1.4.4 Your Computer on the Network&amp;lt;/span&amp;gt;====&lt;br /&gt;
{|&lt;br /&gt;
| style=&amp;quot;background:#dadada&amp;quot; | &#039;&#039;&#039;Weight&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;background:#eaeaea&amp;quot; | 2&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background:#dadada; padding-right:1em&amp;quot; | &#039;&#039;&#039;Description&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;background:#eaeaea&amp;quot; |Determining vital networking settings and the basic requirements to add a computer on to a Local Area Network (LAN).&lt;br /&gt;
|}&lt;br /&gt;
&#039;&#039;&#039;Key Knowledge Areas:&#039;&#039;&#039;&lt;br /&gt;
* Internet, network, routers&lt;br /&gt;
* Domain Name Service&lt;br /&gt;
* Network configuration&lt;br /&gt;
&#039;&#039;&#039;The following is a partial list of the used files, terms and utilities:&#039;&#039;&#039;&lt;br /&gt;
* route&lt;br /&gt;
* resolv.conf&lt;br /&gt;
* IPv4, IPv6&lt;br /&gt;
* ifconfig&lt;br /&gt;
* netstat&lt;br /&gt;
* ping&lt;br /&gt;
&#039;&#039;&#039;Nice to know:&#039;&#039;&#039;&lt;br /&gt;
* ssh&lt;br /&gt;
* ip&lt;br /&gt;
* dig&lt;br /&gt;
* /etc/nsswitch.conf&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===&#039;&#039;Topic 1.5: Security and File Permissions (weight: 8)&#039;&#039;===&lt;br /&gt;
====&amp;lt;span style=&amp;quot;color:navy&amp;quot;&amp;gt;1.5.1 Basic Security and Identifying User Types&amp;lt;/span&amp;gt;====&lt;br /&gt;
{|&lt;br /&gt;
| style=&amp;quot;background:#dadada&amp;quot; | &#039;&#039;&#039;Weight&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;background:#eaeaea&amp;quot; | 3&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background:#dadada; padding-right:1em&amp;quot; | &#039;&#039;&#039;Description&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;background:#eaeaea&amp;quot; | Various types of users on a Linux system.&lt;br /&gt;
|}&lt;br /&gt;
&#039;&#039;&#039;Key Knowledge Areas:&#039;&#039;&#039;&lt;br /&gt;
* Root and Standard Users&lt;br /&gt;
* System users&lt;br /&gt;
&#039;&#039;&#039;The following is a partial list of the used files, terms and utilities:&#039;&#039;&#039;&lt;br /&gt;
* /etc/passwd, /etc/group&lt;br /&gt;
* id, who, w&lt;br /&gt;
* sudo&lt;br /&gt;
&#039;&#039;&#039;Nice to know:&#039;&#039;&#039;&lt;br /&gt;
* su&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====&amp;lt;span style=&amp;quot;color:navy&amp;quot;&amp;gt;1.5.2 Creating Users and Groups&amp;lt;/span&amp;gt;====&lt;br /&gt;
{|&lt;br /&gt;
| style=&amp;quot;background:#dadada&amp;quot; | &#039;&#039;&#039;Weight&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;background:#eaeaea&amp;quot; | 2&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background:#dadada; padding-right:1em&amp;quot; | &#039;&#039;&#039;Description&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;background:#eaeaea&amp;quot; | Creating users and groups on a Linux system.&lt;br /&gt;
|}&lt;br /&gt;
&#039;&#039;&#039;Key Knowledge Areas:&#039;&#039;&#039;&lt;br /&gt;
* User and group commands&lt;br /&gt;
* User IDs&lt;br /&gt;
&#039;&#039;&#039;The following is a partial list of the used files, terms and utilities:&#039;&#039;&#039;&lt;br /&gt;
* /etc/passwd, /etc/shadow, /etc/group&lt;br /&gt;
* last, lastlog&lt;br /&gt;
* useradd, usermod, userdel&lt;br /&gt;
* groupadd, groupmod, groupdel&lt;br /&gt;
* passwd&lt;br /&gt;
&#039;&#039;&#039;Nice to know:&#039;&#039;&#039;&lt;br /&gt;
* /bin/false and /etc/nologin&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====&amp;lt;span style=&amp;quot;color:navy&amp;quot;&amp;gt;1.5.3 Managing File Permissions and Ownership&amp;lt;/span&amp;gt;====&lt;br /&gt;
{|&lt;br /&gt;
| style=&amp;quot;background:#dadada&amp;quot; | &#039;&#039;&#039;Weight&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;background:#eaeaea&amp;quot; | 3&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background:#dadada; padding-right:1em&amp;quot; | &#039;&#039;&#039;Description&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;background:#eaeaea&amp;quot; | Understanding and manipulating file permissions and ownership settings.&lt;br /&gt;
|}&lt;br /&gt;
&#039;&#039;&#039;Key Knowledge Areas:&#039;&#039;&#039;&lt;br /&gt;
* File/directory permissions and defaults&lt;br /&gt;
* File/directory user versus group ownership&lt;br /&gt;
* System files and directories&lt;br /&gt;
* Numeric and symbolic modes&lt;br /&gt;
&#039;&#039;&#039;The following is a partial list of the used files, terms and utilities:&#039;&#039;&#039;&lt;br /&gt;
* Permission Bits&lt;br /&gt;
* ls -l, ls -a, ls -d&lt;br /&gt;
* chmod, chown, chgrp&lt;br /&gt;
* /etc, /var, /usr, /home&lt;br /&gt;
&#039;&#039;&#039;Nice to know:&#039;&#039;&#039;&lt;br /&gt;
* using GUI tools to set permissions&lt;br /&gt;
* SUID/SGID and Sticky Bit&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===&#039;&#039;Reference Material&#039;&#039;===&lt;br /&gt;
&lt;br /&gt;
===Notes and Comments===&lt;br /&gt;
&lt;br /&gt;
Feel free to add comments here:&lt;br /&gt;
&lt;br /&gt;
# privacy topic? (update: added to 1.1.4)&lt;/div&gt;</summary>
		<author><name>MedinaDupuis</name></author>
	</entry>
	<entry>
		<id>https://wiki.lpi.org/w/index.php?title=LinuxEssentials_Objectives_V1&amp;diff=1242</id>
		<title>LinuxEssentials Objectives V1</title>
		<link rel="alternate" type="text/html" href="https://wiki.lpi.org/w/index.php?title=LinuxEssentials_Objectives_V1&amp;diff=1242"/>
		<updated>2011-12-07T18:48:45Z</updated>

		<summary type="html">&lt;p&gt;MedinaDupuis: /* 1.2.3 Creating, Moving and Deleting Files */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__FORCETOC__&lt;br /&gt;
==Introduction==&lt;br /&gt;
The description of the entire [[LinuxEssentialsProgramme]] programme is listed [[LinuxEssentialsProgramme|here]].&lt;br /&gt;
&lt;br /&gt;
The purpose of the Linux Essentials Program is to define the basic knowledge required to competently use a desktop or mobile device using a Linux Operating System.  The program will guide and encourage youth (and those new to Linux and Open Source) to understand the place of Linux and Open Source in the context of the broader IT industry.&lt;br /&gt;
&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Minimally Qualified Candidate Description==&lt;br /&gt;
This is a description of a candidate that is just barely&lt;br /&gt;
qualified to pass the LPI Linux Essentials exam.  This hypothetical&lt;br /&gt;
person is called the Minimally Qualified Candidate (MQC).  Standards on&lt;br /&gt;
the Linux Essentials exam should be set so that this person (and&lt;br /&gt;
anyone more able) would pass but anyone less able would not pass.&lt;br /&gt;
&lt;br /&gt;
The successful candidate should have an understanding of the Linux and Open Source industry and knowledge of the most popular Open Source Applications.  The candidate should understand the major components of the Linux operating system, and have the technical proficiency to work on the Linux command line. The MQC has a basic understanding of security and administration related topics such&lt;br /&gt;
as user/group management, working on the command line and permissions.  A &#039;&#039;&#039;LPI Linux Essentials Technician (LPI LET)&#039;&#039;&#039; is most likely the end user of a mostly managed system.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The &#039;&#039;&#039;LPI Linux Essentials Technician (LPI LET) MQC&#039;&#039;&#039; typically:&lt;br /&gt;
&lt;br /&gt;
* Has a basic understanding of FOSS, the various communities and licenses.&lt;br /&gt;
* Understands the basic concepts of processes, programs and the components of an Operating System.&lt;br /&gt;
* Has a basic knowledge of computer hardware&lt;br /&gt;
* Has a basic appreciation of system security, users/groups and file permissions for public and private directories.&lt;br /&gt;
* Basic understanding of how to make the system accessible and able to connect to other computers on a Local Area Network (LAN).&lt;br /&gt;
* Demonstrates a knowledge of Open Source Applications in the Workplace as they relate to Closed Source equivalents.&lt;br /&gt;
* Understands navigation systems on a Linux Desktop and where to go for help.&lt;br /&gt;
* Has a rudimentary ability to work on the command line and with files.&lt;br /&gt;
* Make and restore simple backups and archives.&lt;br /&gt;
* Can use a basic command line editor.&lt;br /&gt;
* Understands file compression.&lt;br /&gt;
* Ability to create and run simple scripts.&lt;br /&gt;
&lt;br /&gt;
==Version Information==&lt;br /&gt;
These objectives are version 0.99.0.&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Translations of Objectives==&lt;br /&gt;
The following translations of the objectives are available on this wiki:&lt;br /&gt;
* [[LinuxEssentials|English]]&lt;br /&gt;
* [[LinuxEssentials(DE)|German]]&lt;br /&gt;
* [[LinuxEssentials(ES)|Spanish]]&lt;br /&gt;
* [[LinuxEssentials(TR)|Turkish]]&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Objectives==&lt;br /&gt;
&lt;br /&gt;
===&#039;&#039;Topic 1.1: A Career in Open Source and Joining The Linux Community (weight: 7)&#039;&#039;===&lt;br /&gt;
====&amp;lt;span style=&amp;quot;color:navy&amp;quot;&amp;gt;1.1.1 Linux Evolution and Popular Operating Systems&amp;lt;/span&amp;gt;====&lt;br /&gt;
{|&lt;br /&gt;
| style=&amp;quot;background:#dadada&amp;quot; | &#039;&#039;&#039;Weight&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;background:#eaeaea&amp;quot; | 2&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background:#dadada; padding-right:1em&amp;quot; | &#039;&#039;&#039;Description&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;background:#eaeaea&amp;quot; | Knowledge of Linux Development and Major Distributions.&lt;br /&gt;
|}&lt;br /&gt;
&#039;&#039;&#039;Key Knowledge Areas:&#039;&#039;&#039;&lt;br /&gt;
* Open Source Philosophy&lt;br /&gt;
* Distributions&lt;br /&gt;
* Embedded Systems&lt;br /&gt;
&#039;&#039;&#039;The following is a partial list of the used files, terms and utilities:&#039;&#039;&#039;&lt;br /&gt;
* Android&lt;br /&gt;
* Debian&lt;br /&gt;
* CentOS&lt;br /&gt;
&#039;&#039;&#039;Nice to know:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====&amp;lt;span style=&amp;quot;color:navy&amp;quot;&amp;gt;1.1.2 Major Open Source Applications&amp;lt;/span&amp;gt;====&lt;br /&gt;
{|&lt;br /&gt;
| style=&amp;quot;background:#dadada&amp;quot; | &#039;&#039;&#039;Weight&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;background:#eaeaea&amp;quot; | 2&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background:#dadada; padding-right:1em&amp;quot; | &#039;&#039;&#039;Description&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;background:#eaeaea&amp;quot; | Awareness of major applications and their uses.&lt;br /&gt;
|}&lt;br /&gt;
&#039;&#039;&#039;Key Knowledge Areas:&#039;&#039;&#039;&lt;br /&gt;
* Desktop Applications&lt;br /&gt;
* Server Applications&lt;br /&gt;
* Mobile Applications&lt;br /&gt;
* Development Languages&lt;br /&gt;
* Package Management Tools&lt;br /&gt;
&#039;&#039;&#039;The following is a partial list of the used files, terms and utilities:&#039;&#039;&#039;&lt;br /&gt;
* OpenOffice.org, LibreOffice, Thunderbird, Firefox&lt;br /&gt;
* Blender, Gimp, Audacity, ImageMagick&lt;br /&gt;
* Apache, MySQL, PostgreSQL&lt;br /&gt;
* NFS, Samba, OpenLDAP, Postfix, DNS, DHCP&lt;br /&gt;
* C, Perl, shell, Python, PHP&lt;br /&gt;
&#039;&#039;&#039;Nice to know:&#039;&#039;&#039;&lt;br /&gt;
* package repository locations&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====&amp;lt;span style=&amp;quot;color:navy&amp;quot;&amp;gt;1.1.3 Understanding Free Software and Licensing&amp;lt;/span&amp;gt;====&lt;br /&gt;
{|&lt;br /&gt;
| style=&amp;quot;background:#dadada&amp;quot; | &#039;&#039;&#039;Weight&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;background:#eaeaea&amp;quot; | 1&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background:#dadada; padding-right:1em&amp;quot; | &#039;&#039;&#039;Description&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;background:#eaeaea&amp;quot; | Open Source Communities and Licensing in Free Software and Commercial Open Source Software.&lt;br /&gt;
|}&lt;br /&gt;
&#039;&#039;&#039;Key Knowledge Areas:&#039;&#039;&#039;&lt;br /&gt;
* Licensing&lt;br /&gt;
&#039;&#039;&#039;The following is a partial list of the used files, terms and utilities:&#039;&#039;&#039;&lt;br /&gt;
* GPL, BSD, Creative Commons&lt;br /&gt;
* Free Software, Open Source Software, FOSS, FLOSS&lt;br /&gt;
* Open Source business models&lt;br /&gt;
&#039;&#039;&#039;Nice to know:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====&amp;lt;span style=&amp;quot;color:navy&amp;quot;&amp;gt;1.1.4 ICT Skills and Working in Linux&amp;lt;/span&amp;gt;====&lt;br /&gt;
{|&lt;br /&gt;
| style=&amp;quot;background:#dadada&amp;quot; | &#039;&#039;&#039;Weight&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;background:#eaeaea&amp;quot; | 2&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background:#dadada; padding-right:1em&amp;quot; | &#039;&#039;&#039;Description&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;background:#eaeaea&amp;quot; | Basic Information and Communication Technology (ICT) Skills and Working in Linux.&lt;br /&gt;
|}&lt;br /&gt;
&#039;&#039;&#039;Key Knowledge Areas:&#039;&#039;&#039;&lt;br /&gt;
* Desktop Skills&lt;br /&gt;
* Getting to the Command Line&lt;br /&gt;
* Open Source Desktop Applications&lt;br /&gt;
* Industry uses of Linux, Cloud Computing and Virtualization&lt;br /&gt;
&#039;&#039;&#039;The following is a partial list of the used files, terms and utilities:&#039;&#039;&#039;&lt;br /&gt;
* Using a browser, privacy concerns, configuration options, searching the web and saving content&lt;br /&gt;
* Terminal and Console&lt;br /&gt;
* Password issues&lt;br /&gt;
* Privacy issues and tools&lt;br /&gt;
* graphics and office tools&lt;br /&gt;
* Use of common open source applications in presentations and projects&lt;br /&gt;
&#039;&#039;&#039;Nice to know:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===&#039;&#039;Topic 1.2: Finding Your Way on a Linux System (weight: 7)&#039;&#039;===&lt;br /&gt;
====&amp;lt;span style=&amp;quot;color:navy&amp;quot;&amp;gt;1.2.1 Using the Command Line and Getting Help &amp;lt;/span&amp;gt;====&lt;br /&gt;
{|&lt;br /&gt;
| style=&amp;quot;background:#dadada&amp;quot; | &#039;&#039;&#039;Weight&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;background:#eaeaea&amp;quot; | 2&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background:#dadada; padding-right:1em&amp;quot; | &#039;&#039;&#039;Description&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;background:#eaeaea&amp;quot; |Running commands and navigation of the various help systems.&lt;br /&gt;
|}&lt;br /&gt;
&#039;&#039;&#039;Key Knowledge Areas:&#039;&#039;&#039;&lt;br /&gt;
* Basic shell&lt;br /&gt;
* Formatting commands&lt;br /&gt;
* Working With Options&lt;br /&gt;
* Man&lt;br /&gt;
* Info&lt;br /&gt;
&#039;&#039;&#039;The following is a partial list of the used files, terms and utilities:&#039;&#039;&#039;&lt;br /&gt;
* path&lt;br /&gt;
* history&lt;br /&gt;
* &#039;&#039;&#039;;&#039;&#039;&#039;&lt;br /&gt;
* man&lt;br /&gt;
* info&lt;br /&gt;
* Man pages&lt;br /&gt;
* /usr/share/doc&lt;br /&gt;
* locate&lt;br /&gt;
&#039;&#039;&#039;Nice to know:&#039;&#039;&#039;&lt;br /&gt;
* exit status&lt;br /&gt;
* substitutions&lt;br /&gt;
* apropos, whatis&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====&amp;lt;span style=&amp;quot;color:navy&amp;quot;&amp;gt;1.2.2 Using Directories and Listing Files&amp;lt;/span&amp;gt;====&lt;br /&gt;
{|&lt;br /&gt;
| style=&amp;quot;background:#dadada&amp;quot; | &#039;&#039;&#039;Weight&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;background:#eaeaea&amp;quot; | 3&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background:#dadada; padding-right:1em&amp;quot; | &#039;&#039;&#039;Description&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;background:#eaeaea&amp;quot; | Navigation of home and system directories and listing files in various locations.&lt;br /&gt;
|}&lt;br /&gt;
&#039;&#039;&#039;Key Knowledge Areas:&#039;&#039;&#039;&lt;br /&gt;
* Files, directories&lt;br /&gt;
* Hidden files and directories&lt;br /&gt;
* Home&lt;br /&gt;
&#039;&#039;&#039;The following is a partial list of the used files, terms and utilities:&#039;&#039;&#039;&lt;br /&gt;
* Common options for ls&lt;br /&gt;
* Recursive listings&lt;br /&gt;
* cd &lt;br /&gt;
* home and ~&lt;br /&gt;
&#039;&#039;&#039;Nice to know:&#039;&#039;&#039;&lt;br /&gt;
* &#039;&#039;&#039;. ..&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====&amp;lt;span style=&amp;quot;color:navy&amp;quot;&amp;gt;1.2.3 Creating, Moving and Deleting Files&amp;lt;/span&amp;gt;====&lt;br /&gt;
{|&lt;br /&gt;
| style=&amp;quot;background:#dadada&amp;quot; | &#039;&#039;&#039;Weight&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;background:#eaeaea&amp;quot; | 2&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background:#dadada; padding-right:1em&amp;quot; | &#039;&#039;&#039;Description&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;background:#eaeaea&amp;quot; | Create, move and delete files and directories under the home directory.&lt;br /&gt;
|}&lt;br /&gt;
&#039;&#039;&#039;Key Knowledge Areas:&#039;&#039;&#039;&lt;br /&gt;
* Types of files and directories&lt;br /&gt;
* Case sensitivity&lt;br /&gt;
* Simple globbing and quoting&lt;br /&gt;
* Symbolic links&lt;br /&gt;
&#039;&#039;&#039;The following is a partial list of the used files, terms and utilities:&#039;&#039;&#039;&lt;br /&gt;
* mv, cp, rm, touch&lt;br /&gt;
* mkdir, rmdir&lt;br /&gt;
* &#039;&#039;&#039;&amp;quot; &amp;quot;&amp;quot;&#039;&#039;&#039; &lt;br /&gt;
* Esc \&lt;br /&gt;
* ln -s, ls -i&lt;br /&gt;
&#039;&#039;&#039;Nice to know:&#039;&#039;&#039;&lt;br /&gt;
* Hard links&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===&#039;&#039;Topic 1.3: The Power of the Command Line (weight: 10)&#039;&#039;===&lt;br /&gt;
====&amp;lt;span style=&amp;quot;color:navy&amp;quot;&amp;gt;1.3.1 Archiving Files on the Command Line&amp;lt;/span&amp;gt;====&lt;br /&gt;
{|&lt;br /&gt;
| style=&amp;quot;background:#dadada&amp;quot; | &#039;&#039;&#039;Weight&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;background:#eaeaea&amp;quot; | 2&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background:#dadada; padding-right:1em&amp;quot; | &#039;&#039;&#039;Description&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;background:#eaeaea&amp;quot; | Archiving files in their home directories.&lt;br /&gt;
|}&lt;br /&gt;
&#039;&#039;&#039;Key Knowledge Areas:&#039;&#039;&#039;&lt;br /&gt;
* Files, directories&lt;br /&gt;
* Archives, compression&lt;br /&gt;
&#039;&#039;&#039;The following is a partial list of the used files, terms and utilities:&#039;&#039;&#039;&lt;br /&gt;
* tar&lt;br /&gt;
* tar options&lt;br /&gt;
* gzip, bzip2&lt;br /&gt;
* zip, unzip&lt;br /&gt;
&#039;&#039;&#039;Nice to know:&#039;&#039;&#039;&lt;br /&gt;
* listing archive contents&lt;br /&gt;
* extracting individual files from archives&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====&amp;lt;span style=&amp;quot;color:navy&amp;quot;&amp;gt;1.3.2 Searching and Extracting Data from Files&amp;lt;/span&amp;gt;====&lt;br /&gt;
{|&lt;br /&gt;
| style=&amp;quot;background:#dadada&amp;quot; | &#039;&#039;&#039;Weight&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;background:#eaeaea&amp;quot; | 4&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background:#dadada; padding-right:1em&amp;quot; | &#039;&#039;&#039;Description&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;background:#eaeaea&amp;quot; | Search and extract data from files in the home directories.&lt;br /&gt;
|}&lt;br /&gt;
&#039;&#039;&#039;Key Knowledge Areas:&#039;&#039;&#039;&lt;br /&gt;
* Command line pipes&lt;br /&gt;
* I/O re-direction&lt;br /&gt;
* Partial POSIX Regular Expressions (., [ ], *, ?)&lt;br /&gt;
&#039;&#039;&#039;The following is a partial list of the used files, terms and utilities:&#039;&#039;&#039;&lt;br /&gt;
* find&lt;br /&gt;
* grep&lt;br /&gt;
* less&lt;br /&gt;
* xargs&lt;br /&gt;
* sort&lt;br /&gt;
* cut&lt;br /&gt;
* wc&lt;br /&gt;
&#039;&#039;&#039;Nice to know:&#039;&#039;&#039;&lt;br /&gt;
* Partial POSIX Basic Regular Expressions ([^ ], ^, $)&lt;br /&gt;
* Partial POSIX Extended Regular Expressions (+, ( ), |)&lt;br /&gt;
* handling or re-directing errors&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====&amp;lt;span style=&amp;quot;color:navy&amp;quot;&amp;gt;1.3.3 Turning Commands into a Script&amp;lt;/span&amp;gt;====&lt;br /&gt;
{|&lt;br /&gt;
| style=&amp;quot;background:#dadada&amp;quot; | &#039;&#039;&#039;Weight&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;background:#eaeaea&amp;quot; | 4&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background:#dadada; padding-right:1em&amp;quot; | &#039;&#039;&#039;Description&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;background:#eaeaea&amp;quot; | Turning repetitive commands into simple scripts.&lt;br /&gt;
|}&lt;br /&gt;
&#039;&#039;&#039;Key Knowledge Areas:&#039;&#039;&#039;&lt;br /&gt;
* Basic text editing&lt;br /&gt;
* Globbing&lt;br /&gt;
* Quoting&lt;br /&gt;
&#039;&#039;&#039;The following is a partial list of the used files, terms and utilities:&#039;&#039;&#039;&lt;br /&gt;
* pico, nano, vi&lt;br /&gt;
* /bin/sh&lt;br /&gt;
* Variables&lt;br /&gt;
* Arguments&lt;br /&gt;
* for loops&lt;br /&gt;
* echo&lt;br /&gt;
&#039;&#039;&#039;Nice to know:&#039;&#039;&#039;&lt;br /&gt;
* bash&lt;br /&gt;
* if, while, case statements&lt;br /&gt;
* read and test/ command&lt;br /&gt;
* || and &amp;amp;&amp;amp; control operators&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===&#039;&#039;Topic 1.4: The Linux Operating System (weight: 8)&#039;&#039;===&lt;br /&gt;
====&amp;lt;span style=&amp;quot;color:navy&amp;quot;&amp;gt;1.4.1 Choosing an Operating System&amp;lt;/span&amp;gt;====&lt;br /&gt;
{|&lt;br /&gt;
| style=&amp;quot;background:#dadada&amp;quot; | &#039;&#039;&#039;Weight&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;background:#eaeaea&amp;quot; | 1&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background:#dadada; padding-right:1em&amp;quot; | &#039;&#039;&#039;Description&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;background:#eaeaea&amp;quot; | Knowledge of major Operating Systems and Linux Distributions.&lt;br /&gt;
|}&lt;br /&gt;
&#039;&#039;&#039;Key Knowledge Areas:&#039;&#039;&#039;&lt;br /&gt;
* Windows, Mac, Linux differences&lt;br /&gt;
* Distribution life cycle management&lt;br /&gt;
&#039;&#039;&#039;The following is a partial list of the used files, terms and utilities:&#039;&#039;&#039;&lt;br /&gt;
* GUI versus command line, desktop configuration&lt;br /&gt;
* Maintenance cycles, Beta and Stable&lt;br /&gt;
&#039;&#039;&#039;Nice to know:&#039;&#039;&#039;&lt;br /&gt;
* components of a Linux distribtion&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====&amp;lt;span style=&amp;quot;color:navy&amp;quot;&amp;gt;1.4.2 Understanding Computer Hardware&amp;lt;/span&amp;gt;====&lt;br /&gt;
{|&lt;br /&gt;
| style=&amp;quot;background:#dadada&amp;quot; | &#039;&#039;&#039;Weight&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;background:#eaeaea&amp;quot; | 2&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background:#dadada; padding-right:1em&amp;quot; | &#039;&#039;&#039;Description&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;background:#eaeaea&amp;quot; |Familiarity with the components that go into building desktop and server computers.&lt;br /&gt;
|}&lt;br /&gt;
&#039;&#039;&#039;Key Knowledge Areas:&#039;&#039;&#039;&lt;br /&gt;
* Hardware&lt;br /&gt;
&#039;&#039;&#039;The following is a partial list of the used files, terms and utilities:&#039;&#039;&#039;&lt;br /&gt;
* Hard drives and partitions, motherboards, processors, power supplies, optical drives, peripherals&lt;br /&gt;
* Display types&lt;br /&gt;
* Drivers&lt;br /&gt;
&#039;&#039;&#039;Nice to know:&#039;&#039;&#039;&lt;br /&gt;
* lspci, lsmod&lt;br /&gt;
* sysctl&lt;br /&gt;
* www.linux-drivers.org&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====&amp;lt;span style=&amp;quot;color:navy&amp;quot;&amp;gt;1.4.3 Where Data is Stored&amp;lt;/span&amp;gt;====&lt;br /&gt;
{|&lt;br /&gt;
| style=&amp;quot;background:#dadada&amp;quot; | &#039;&#039;&#039;Weight&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;background:#eaeaea&amp;quot; | 3&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background:#dadada; padding-right:1em&amp;quot; | &#039;&#039;&#039;Description&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;background:#eaeaea&amp;quot; | Where various types of information are stored on a Linux system.&lt;br /&gt;
|}&lt;br /&gt;
&#039;&#039;&#039;Key Knowledge Areas:&#039;&#039;&#039;&lt;br /&gt;
* Kernel&lt;br /&gt;
* Processes&lt;br /&gt;
* syslog, klog, dmesg&lt;br /&gt;
* /lib, /usr/lib, /etc&lt;br /&gt;
&#039;&#039;&#039;The following is a partial list of the used files, terms and utilities:&#039;&#039;&#039;&lt;br /&gt;
* Programs, libraries, packages and package databases, system configuration&lt;br /&gt;
* Processes and process tables, memory addresses, system messaging and logging&lt;br /&gt;
* ps, top, free&lt;br /&gt;
* cat, more, less, tail (-f)&lt;br /&gt;
* what is in /proc&lt;br /&gt;
&#039;&#039;&#039;Nice to know:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====&amp;lt;span style=&amp;quot;color:navy&amp;quot;&amp;gt;1.4.4 Your Computer on the Network&amp;lt;/span&amp;gt;====&lt;br /&gt;
{|&lt;br /&gt;
| style=&amp;quot;background:#dadada&amp;quot; | &#039;&#039;&#039;Weight&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;background:#eaeaea&amp;quot; | 2&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background:#dadada; padding-right:1em&amp;quot; | &#039;&#039;&#039;Description&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;background:#eaeaea&amp;quot; |Determining vital networking settings and the basic requirements to add a computer on to a Local Area Network (LAN).&lt;br /&gt;
|}&lt;br /&gt;
&#039;&#039;&#039;Key Knowledge Areas:&#039;&#039;&#039;&lt;br /&gt;
* Internet, network, routers&lt;br /&gt;
* Domain Name Service&lt;br /&gt;
* Network configuration&lt;br /&gt;
&#039;&#039;&#039;The following is a partial list of the used files, terms and utilities:&#039;&#039;&#039;&lt;br /&gt;
* route&lt;br /&gt;
* resolv.conf&lt;br /&gt;
* IPv4, IPv6&lt;br /&gt;
* ifconfig&lt;br /&gt;
* netstat&lt;br /&gt;
* ping&lt;br /&gt;
&#039;&#039;&#039;Nice to know:&#039;&#039;&#039;&lt;br /&gt;
* ssh&lt;br /&gt;
* ip&lt;br /&gt;
* dig&lt;br /&gt;
* /etc/nsswitch.conf&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===&#039;&#039;Topic 1.5: Security and File Permissions (weight: 8)&#039;&#039;===&lt;br /&gt;
====&amp;lt;span style=&amp;quot;color:navy&amp;quot;&amp;gt;1.5.1 Basic Security and Identifying User Types&amp;lt;/span&amp;gt;====&lt;br /&gt;
{|&lt;br /&gt;
| style=&amp;quot;background:#dadada&amp;quot; | &#039;&#039;&#039;Weight&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;background:#eaeaea&amp;quot; | 3&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background:#dadada; padding-right:1em&amp;quot; | &#039;&#039;&#039;Description&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;background:#eaeaea&amp;quot; | Various types of users on a Linux system.&lt;br /&gt;
|}&lt;br /&gt;
&#039;&#039;&#039;Key Knowledge Areas:&#039;&#039;&#039;&lt;br /&gt;
* Root and Standard Users&lt;br /&gt;
* System users&lt;br /&gt;
&#039;&#039;&#039;The following is a partial list of the used files, terms and utilities:&#039;&#039;&#039;&lt;br /&gt;
* /etc/passwd, /etc/group&lt;br /&gt;
* id, who, w&lt;br /&gt;
* sudo&lt;br /&gt;
&#039;&#039;&#039;Nice to know:&#039;&#039;&#039;&lt;br /&gt;
* su&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====&amp;lt;span style=&amp;quot;color:navy&amp;quot;&amp;gt;1.5.2 Creating Users and Groups&amp;lt;/span&amp;gt;====&lt;br /&gt;
{|&lt;br /&gt;
| style=&amp;quot;background:#dadada&amp;quot; | &#039;&#039;&#039;Weight&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;background:#eaeaea&amp;quot; | 2&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background:#dadada; padding-right:1em&amp;quot; | &#039;&#039;&#039;Description&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;background:#eaeaea&amp;quot; | Creating users and groups on a Linux system.&lt;br /&gt;
|}&lt;br /&gt;
&#039;&#039;&#039;Key Knowledge Areas:&#039;&#039;&#039;&lt;br /&gt;
* User and group commands&lt;br /&gt;
* User IDs&lt;br /&gt;
&#039;&#039;&#039;The following is a partial list of the used files, terms and utilities:&#039;&#039;&#039;&lt;br /&gt;
* /etc/passwd, /etc/shadow, /etc/group&lt;br /&gt;
* last, lastlog&lt;br /&gt;
* useradd, usermod, userdel&lt;br /&gt;
* groupadd, groupmod, groupdel&lt;br /&gt;
* passwd&lt;br /&gt;
&#039;&#039;&#039;Nice to know:&#039;&#039;&#039;&lt;br /&gt;
* /bin/false and /etc/nologin&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====&amp;lt;span style=&amp;quot;color:navy&amp;quot;&amp;gt;1.5.3 Managing File Permissions and Ownership&amp;lt;/span&amp;gt;====&lt;br /&gt;
{|&lt;br /&gt;
| style=&amp;quot;background:#dadada&amp;quot; | &#039;&#039;&#039;Weight&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;background:#eaeaea&amp;quot; | 3&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background:#dadada; padding-right:1em&amp;quot; | &#039;&#039;&#039;Description&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;background:#eaeaea&amp;quot; | Understanding and manipulating file permissions and ownership settings.&lt;br /&gt;
|}&lt;br /&gt;
&#039;&#039;&#039;Key Knowledge Areas:&#039;&#039;&#039;&lt;br /&gt;
* File/directory permissions and defaults&lt;br /&gt;
* File/directory user versus group ownership&lt;br /&gt;
* System files and directories&lt;br /&gt;
* Numeric and symbolic modes&lt;br /&gt;
&#039;&#039;&#039;The following is a partial list of the used files, terms and utilities:&#039;&#039;&#039;&lt;br /&gt;
* Permission Bits&lt;br /&gt;
* ls -l, ls -a, ls -d&lt;br /&gt;
* chmod, chown, chgrp&lt;br /&gt;
* /etc, /var, /usr, /home&lt;br /&gt;
&#039;&#039;&#039;Nice to know:&#039;&#039;&#039;&lt;br /&gt;
* using GUI tools to set permissions&lt;br /&gt;
* SUID/SGID and Sticky Bit&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===&#039;&#039;Reference Material&#039;&#039;===&lt;br /&gt;
&lt;br /&gt;
===Notes and Comments===&lt;br /&gt;
&lt;br /&gt;
Feel free to add comments here:&lt;br /&gt;
&lt;br /&gt;
# privacy topic? (update: added to 1.1.4)&lt;/div&gt;</summary>
		<author><name>MedinaDupuis</name></author>
	</entry>
	<entry>
		<id>https://wiki.lpi.org/w/index.php?title=LinuxEssentials_Objectives_V1&amp;diff=1241</id>
		<title>LinuxEssentials Objectives V1</title>
		<link rel="alternate" type="text/html" href="https://wiki.lpi.org/w/index.php?title=LinuxEssentials_Objectives_V1&amp;diff=1241"/>
		<updated>2011-12-07T18:48:11Z</updated>

		<summary type="html">&lt;p&gt;MedinaDupuis: /* 1.5.3 Managing File Permissions and Ownership */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__FORCETOC__&lt;br /&gt;
==Introduction==&lt;br /&gt;
The description of the entire [[LinuxEssentialsProgramme]] programme is listed [[LinuxEssentialsProgramme|here]].&lt;br /&gt;
&lt;br /&gt;
The purpose of the Linux Essentials Program is to define the basic knowledge required to competently use a desktop or mobile device using a Linux Operating System.  The program will guide and encourage youth (and those new to Linux and Open Source) to understand the place of Linux and Open Source in the context of the broader IT industry.&lt;br /&gt;
&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Minimally Qualified Candidate Description==&lt;br /&gt;
This is a description of a candidate that is just barely&lt;br /&gt;
qualified to pass the LPI Linux Essentials exam.  This hypothetical&lt;br /&gt;
person is called the Minimally Qualified Candidate (MQC).  Standards on&lt;br /&gt;
the Linux Essentials exam should be set so that this person (and&lt;br /&gt;
anyone more able) would pass but anyone less able would not pass.&lt;br /&gt;
&lt;br /&gt;
The successful candidate should have an understanding of the Linux and Open Source industry and knowledge of the most popular Open Source Applications.  The candidate should understand the major components of the Linux operating system, and have the technical proficiency to work on the Linux command line. The MQC has a basic understanding of security and administration related topics such&lt;br /&gt;
as user/group management, working on the command line and permissions.  A &#039;&#039;&#039;LPI Linux Essentials Technician (LPI LET)&#039;&#039;&#039; is most likely the end user of a mostly managed system.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The &#039;&#039;&#039;LPI Linux Essentials Technician (LPI LET) MQC&#039;&#039;&#039; typically:&lt;br /&gt;
&lt;br /&gt;
* Has a basic understanding of FOSS, the various communities and licenses.&lt;br /&gt;
* Understands the basic concepts of processes, programs and the components of an Operating System.&lt;br /&gt;
* Has a basic knowledge of computer hardware&lt;br /&gt;
* Has a basic appreciation of system security, users/groups and file permissions for public and private directories.&lt;br /&gt;
* Basic understanding of how to make the system accessible and able to connect to other computers on a Local Area Network (LAN).&lt;br /&gt;
* Demonstrates a knowledge of Open Source Applications in the Workplace as they relate to Closed Source equivalents.&lt;br /&gt;
* Understands navigation systems on a Linux Desktop and where to go for help.&lt;br /&gt;
* Has a rudimentary ability to work on the command line and with files.&lt;br /&gt;
* Make and restore simple backups and archives.&lt;br /&gt;
* Can use a basic command line editor.&lt;br /&gt;
* Understands file compression.&lt;br /&gt;
* Ability to create and run simple scripts.&lt;br /&gt;
&lt;br /&gt;
==Version Information==&lt;br /&gt;
These objectives are version 0.99.0.&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Translations of Objectives==&lt;br /&gt;
The following translations of the objectives are available on this wiki:&lt;br /&gt;
* [[LinuxEssentials|English]]&lt;br /&gt;
* [[LinuxEssentials(DE)|German]]&lt;br /&gt;
* [[LinuxEssentials(ES)|Spanish]]&lt;br /&gt;
* [[LinuxEssentials(TR)|Turkish]]&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Objectives==&lt;br /&gt;
&lt;br /&gt;
===&#039;&#039;Topic 1.1: A Career in Open Source and Joining The Linux Community (weight: 7)&#039;&#039;===&lt;br /&gt;
====&amp;lt;span style=&amp;quot;color:navy&amp;quot;&amp;gt;1.1.1 Linux Evolution and Popular Operating Systems&amp;lt;/span&amp;gt;====&lt;br /&gt;
{|&lt;br /&gt;
| style=&amp;quot;background:#dadada&amp;quot; | &#039;&#039;&#039;Weight&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;background:#eaeaea&amp;quot; | 2&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background:#dadada; padding-right:1em&amp;quot; | &#039;&#039;&#039;Description&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;background:#eaeaea&amp;quot; | Knowledge of Linux Development and Major Distributions.&lt;br /&gt;
|}&lt;br /&gt;
&#039;&#039;&#039;Key Knowledge Areas:&#039;&#039;&#039;&lt;br /&gt;
* Open Source Philosophy&lt;br /&gt;
* Distributions&lt;br /&gt;
* Embedded Systems&lt;br /&gt;
&#039;&#039;&#039;The following is a partial list of the used files, terms and utilities:&#039;&#039;&#039;&lt;br /&gt;
* Android&lt;br /&gt;
* Debian&lt;br /&gt;
* CentOS&lt;br /&gt;
&#039;&#039;&#039;Nice to know:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====&amp;lt;span style=&amp;quot;color:navy&amp;quot;&amp;gt;1.1.2 Major Open Source Applications&amp;lt;/span&amp;gt;====&lt;br /&gt;
{|&lt;br /&gt;
| style=&amp;quot;background:#dadada&amp;quot; | &#039;&#039;&#039;Weight&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;background:#eaeaea&amp;quot; | 2&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background:#dadada; padding-right:1em&amp;quot; | &#039;&#039;&#039;Description&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;background:#eaeaea&amp;quot; | Awareness of major applications and their uses.&lt;br /&gt;
|}&lt;br /&gt;
&#039;&#039;&#039;Key Knowledge Areas:&#039;&#039;&#039;&lt;br /&gt;
* Desktop Applications&lt;br /&gt;
* Server Applications&lt;br /&gt;
* Mobile Applications&lt;br /&gt;
* Development Languages&lt;br /&gt;
* Package Management Tools&lt;br /&gt;
&#039;&#039;&#039;The following is a partial list of the used files, terms and utilities:&#039;&#039;&#039;&lt;br /&gt;
* OpenOffice.org, LibreOffice, Thunderbird, Firefox&lt;br /&gt;
* Blender, Gimp, Audacity, ImageMagick&lt;br /&gt;
* Apache, MySQL, PostgreSQL&lt;br /&gt;
* NFS, Samba, OpenLDAP, Postfix, DNS, DHCP&lt;br /&gt;
* C, Perl, shell, Python, PHP&lt;br /&gt;
&#039;&#039;&#039;Nice to know:&#039;&#039;&#039;&lt;br /&gt;
* package repository locations&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====&amp;lt;span style=&amp;quot;color:navy&amp;quot;&amp;gt;1.1.3 Understanding Free Software and Licensing&amp;lt;/span&amp;gt;====&lt;br /&gt;
{|&lt;br /&gt;
| style=&amp;quot;background:#dadada&amp;quot; | &#039;&#039;&#039;Weight&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;background:#eaeaea&amp;quot; | 1&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background:#dadada; padding-right:1em&amp;quot; | &#039;&#039;&#039;Description&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;background:#eaeaea&amp;quot; | Open Source Communities and Licensing in Free Software and Commercial Open Source Software.&lt;br /&gt;
|}&lt;br /&gt;
&#039;&#039;&#039;Key Knowledge Areas:&#039;&#039;&#039;&lt;br /&gt;
* Licensing&lt;br /&gt;
&#039;&#039;&#039;The following is a partial list of the used files, terms and utilities:&#039;&#039;&#039;&lt;br /&gt;
* GPL, BSD, Creative Commons&lt;br /&gt;
* Free Software, Open Source Software, FOSS, FLOSS&lt;br /&gt;
* Open Source business models&lt;br /&gt;
&#039;&#039;&#039;Nice to know:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====&amp;lt;span style=&amp;quot;color:navy&amp;quot;&amp;gt;1.1.4 ICT Skills and Working in Linux&amp;lt;/span&amp;gt;====&lt;br /&gt;
{|&lt;br /&gt;
| style=&amp;quot;background:#dadada&amp;quot; | &#039;&#039;&#039;Weight&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;background:#eaeaea&amp;quot; | 2&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background:#dadada; padding-right:1em&amp;quot; | &#039;&#039;&#039;Description&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;background:#eaeaea&amp;quot; | Basic Information and Communication Technology (ICT) Skills and Working in Linux.&lt;br /&gt;
|}&lt;br /&gt;
&#039;&#039;&#039;Key Knowledge Areas:&#039;&#039;&#039;&lt;br /&gt;
* Desktop Skills&lt;br /&gt;
* Getting to the Command Line&lt;br /&gt;
* Open Source Desktop Applications&lt;br /&gt;
* Industry uses of Linux, Cloud Computing and Virtualization&lt;br /&gt;
&#039;&#039;&#039;The following is a partial list of the used files, terms and utilities:&#039;&#039;&#039;&lt;br /&gt;
* Using a browser, privacy concerns, configuration options, searching the web and saving content&lt;br /&gt;
* Terminal and Console&lt;br /&gt;
* Password issues&lt;br /&gt;
* Privacy issues and tools&lt;br /&gt;
* graphics and office tools&lt;br /&gt;
* Use of common open source applications in presentations and projects&lt;br /&gt;
&#039;&#039;&#039;Nice to know:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===&#039;&#039;Topic 1.2: Finding Your Way on a Linux System (weight: 7)&#039;&#039;===&lt;br /&gt;
====&amp;lt;span style=&amp;quot;color:navy&amp;quot;&amp;gt;1.2.1 Using the Command Line and Getting Help &amp;lt;/span&amp;gt;====&lt;br /&gt;
{|&lt;br /&gt;
| style=&amp;quot;background:#dadada&amp;quot; | &#039;&#039;&#039;Weight&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;background:#eaeaea&amp;quot; | 2&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background:#dadada; padding-right:1em&amp;quot; | &#039;&#039;&#039;Description&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;background:#eaeaea&amp;quot; |Running commands and navigation of the various help systems.&lt;br /&gt;
|}&lt;br /&gt;
&#039;&#039;&#039;Key Knowledge Areas:&#039;&#039;&#039;&lt;br /&gt;
* Basic shell&lt;br /&gt;
* Formatting commands&lt;br /&gt;
* Working With Options&lt;br /&gt;
* Man&lt;br /&gt;
* Info&lt;br /&gt;
&#039;&#039;&#039;The following is a partial list of the used files, terms and utilities:&#039;&#039;&#039;&lt;br /&gt;
* path&lt;br /&gt;
* history&lt;br /&gt;
* &#039;&#039;&#039;;&#039;&#039;&#039;&lt;br /&gt;
* man&lt;br /&gt;
* info&lt;br /&gt;
* Man pages&lt;br /&gt;
* /usr/share/doc&lt;br /&gt;
* locate&lt;br /&gt;
&#039;&#039;&#039;Nice to know:&#039;&#039;&#039;&lt;br /&gt;
* exit status&lt;br /&gt;
* substitutions&lt;br /&gt;
* apropos, whatis&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====&amp;lt;span style=&amp;quot;color:navy&amp;quot;&amp;gt;1.2.2 Using Directories and Listing Files&amp;lt;/span&amp;gt;====&lt;br /&gt;
{|&lt;br /&gt;
| style=&amp;quot;background:#dadada&amp;quot; | &#039;&#039;&#039;Weight&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;background:#eaeaea&amp;quot; | 3&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background:#dadada; padding-right:1em&amp;quot; | &#039;&#039;&#039;Description&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;background:#eaeaea&amp;quot; | Navigation of home and system directories and listing files in various locations.&lt;br /&gt;
|}&lt;br /&gt;
&#039;&#039;&#039;Key Knowledge Areas:&#039;&#039;&#039;&lt;br /&gt;
* Files, directories&lt;br /&gt;
* Hidden files and directories&lt;br /&gt;
* Home&lt;br /&gt;
&#039;&#039;&#039;The following is a partial list of the used files, terms and utilities:&#039;&#039;&#039;&lt;br /&gt;
* Common options for ls&lt;br /&gt;
* Recursive listings&lt;br /&gt;
* cd &lt;br /&gt;
* home and ~&lt;br /&gt;
&#039;&#039;&#039;Nice to know:&#039;&#039;&#039;&lt;br /&gt;
* &#039;&#039;&#039;. ..&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====&amp;lt;span style=&amp;quot;color:navy&amp;quot;&amp;gt;1.2.3 Creating, Moving and Deleting Files&amp;lt;/span&amp;gt;====&lt;br /&gt;
{|&lt;br /&gt;
| style=&amp;quot;background:#dadada&amp;quot; | &#039;&#039;&#039;Weight&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;background:#eaeaea&amp;quot; | 2&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background:#dadada; padding-right:1em&amp;quot; | &#039;&#039;&#039;Description&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;background:#eaeaea&amp;quot; | Create, move and delete files and directories under the home directory.&lt;br /&gt;
|}&lt;br /&gt;
&#039;&#039;&#039;Key Knowledge Areas:&#039;&#039;&#039;&lt;br /&gt;
* Files, directories&lt;br /&gt;
* Case sensitivity&lt;br /&gt;
* Simple globbing and quoting&lt;br /&gt;
* Symbolic links&lt;br /&gt;
&#039;&#039;&#039;The following is a partial list of the used files, terms and utilities:&#039;&#039;&#039;&lt;br /&gt;
* mv, cp, rm, touch&lt;br /&gt;
* mkdir, rmdir&lt;br /&gt;
* &#039;&#039;&#039;&amp;quot; &amp;quot;&amp;quot;&#039;&#039;&#039; &lt;br /&gt;
* Esc \&lt;br /&gt;
* ln -s, ls -i&lt;br /&gt;
&#039;&#039;&#039;Nice to know:&#039;&#039;&#039;&lt;br /&gt;
* Hard links&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===&#039;&#039;Topic 1.3: The Power of the Command Line (weight: 10)&#039;&#039;===&lt;br /&gt;
====&amp;lt;span style=&amp;quot;color:navy&amp;quot;&amp;gt;1.3.1 Archiving Files on the Command Line&amp;lt;/span&amp;gt;====&lt;br /&gt;
{|&lt;br /&gt;
| style=&amp;quot;background:#dadada&amp;quot; | &#039;&#039;&#039;Weight&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;background:#eaeaea&amp;quot; | 2&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background:#dadada; padding-right:1em&amp;quot; | &#039;&#039;&#039;Description&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;background:#eaeaea&amp;quot; | Archiving files in their home directories.&lt;br /&gt;
|}&lt;br /&gt;
&#039;&#039;&#039;Key Knowledge Areas:&#039;&#039;&#039;&lt;br /&gt;
* Files, directories&lt;br /&gt;
* Archives, compression&lt;br /&gt;
&#039;&#039;&#039;The following is a partial list of the used files, terms and utilities:&#039;&#039;&#039;&lt;br /&gt;
* tar&lt;br /&gt;
* tar options&lt;br /&gt;
* gzip, bzip2&lt;br /&gt;
* zip, unzip&lt;br /&gt;
&#039;&#039;&#039;Nice to know:&#039;&#039;&#039;&lt;br /&gt;
* listing archive contents&lt;br /&gt;
* extracting individual files from archives&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====&amp;lt;span style=&amp;quot;color:navy&amp;quot;&amp;gt;1.3.2 Searching and Extracting Data from Files&amp;lt;/span&amp;gt;====&lt;br /&gt;
{|&lt;br /&gt;
| style=&amp;quot;background:#dadada&amp;quot; | &#039;&#039;&#039;Weight&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;background:#eaeaea&amp;quot; | 4&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background:#dadada; padding-right:1em&amp;quot; | &#039;&#039;&#039;Description&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;background:#eaeaea&amp;quot; | Search and extract data from files in the home directories.&lt;br /&gt;
|}&lt;br /&gt;
&#039;&#039;&#039;Key Knowledge Areas:&#039;&#039;&#039;&lt;br /&gt;
* Command line pipes&lt;br /&gt;
* I/O re-direction&lt;br /&gt;
* Partial POSIX Regular Expressions (., [ ], *, ?)&lt;br /&gt;
&#039;&#039;&#039;The following is a partial list of the used files, terms and utilities:&#039;&#039;&#039;&lt;br /&gt;
* find&lt;br /&gt;
* grep&lt;br /&gt;
* less&lt;br /&gt;
* xargs&lt;br /&gt;
* sort&lt;br /&gt;
* cut&lt;br /&gt;
* wc&lt;br /&gt;
&#039;&#039;&#039;Nice to know:&#039;&#039;&#039;&lt;br /&gt;
* Partial POSIX Basic Regular Expressions ([^ ], ^, $)&lt;br /&gt;
* Partial POSIX Extended Regular Expressions (+, ( ), |)&lt;br /&gt;
* handling or re-directing errors&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====&amp;lt;span style=&amp;quot;color:navy&amp;quot;&amp;gt;1.3.3 Turning Commands into a Script&amp;lt;/span&amp;gt;====&lt;br /&gt;
{|&lt;br /&gt;
| style=&amp;quot;background:#dadada&amp;quot; | &#039;&#039;&#039;Weight&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;background:#eaeaea&amp;quot; | 4&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background:#dadada; padding-right:1em&amp;quot; | &#039;&#039;&#039;Description&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;background:#eaeaea&amp;quot; | Turning repetitive commands into simple scripts.&lt;br /&gt;
|}&lt;br /&gt;
&#039;&#039;&#039;Key Knowledge Areas:&#039;&#039;&#039;&lt;br /&gt;
* Basic text editing&lt;br /&gt;
* Globbing&lt;br /&gt;
* Quoting&lt;br /&gt;
&#039;&#039;&#039;The following is a partial list of the used files, terms and utilities:&#039;&#039;&#039;&lt;br /&gt;
* pico, nano, vi&lt;br /&gt;
* /bin/sh&lt;br /&gt;
* Variables&lt;br /&gt;
* Arguments&lt;br /&gt;
* for loops&lt;br /&gt;
* echo&lt;br /&gt;
&#039;&#039;&#039;Nice to know:&#039;&#039;&#039;&lt;br /&gt;
* bash&lt;br /&gt;
* if, while, case statements&lt;br /&gt;
* read and test/ command&lt;br /&gt;
* || and &amp;amp;&amp;amp; control operators&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===&#039;&#039;Topic 1.4: The Linux Operating System (weight: 8)&#039;&#039;===&lt;br /&gt;
====&amp;lt;span style=&amp;quot;color:navy&amp;quot;&amp;gt;1.4.1 Choosing an Operating System&amp;lt;/span&amp;gt;====&lt;br /&gt;
{|&lt;br /&gt;
| style=&amp;quot;background:#dadada&amp;quot; | &#039;&#039;&#039;Weight&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;background:#eaeaea&amp;quot; | 1&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background:#dadada; padding-right:1em&amp;quot; | &#039;&#039;&#039;Description&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;background:#eaeaea&amp;quot; | Knowledge of major Operating Systems and Linux Distributions.&lt;br /&gt;
|}&lt;br /&gt;
&#039;&#039;&#039;Key Knowledge Areas:&#039;&#039;&#039;&lt;br /&gt;
* Windows, Mac, Linux differences&lt;br /&gt;
* Distribution life cycle management&lt;br /&gt;
&#039;&#039;&#039;The following is a partial list of the used files, terms and utilities:&#039;&#039;&#039;&lt;br /&gt;
* GUI versus command line, desktop configuration&lt;br /&gt;
* Maintenance cycles, Beta and Stable&lt;br /&gt;
&#039;&#039;&#039;Nice to know:&#039;&#039;&#039;&lt;br /&gt;
* components of a Linux distribtion&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====&amp;lt;span style=&amp;quot;color:navy&amp;quot;&amp;gt;1.4.2 Understanding Computer Hardware&amp;lt;/span&amp;gt;====&lt;br /&gt;
{|&lt;br /&gt;
| style=&amp;quot;background:#dadada&amp;quot; | &#039;&#039;&#039;Weight&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;background:#eaeaea&amp;quot; | 2&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background:#dadada; padding-right:1em&amp;quot; | &#039;&#039;&#039;Description&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;background:#eaeaea&amp;quot; |Familiarity with the components that go into building desktop and server computers.&lt;br /&gt;
|}&lt;br /&gt;
&#039;&#039;&#039;Key Knowledge Areas:&#039;&#039;&#039;&lt;br /&gt;
* Hardware&lt;br /&gt;
&#039;&#039;&#039;The following is a partial list of the used files, terms and utilities:&#039;&#039;&#039;&lt;br /&gt;
* Hard drives and partitions, motherboards, processors, power supplies, optical drives, peripherals&lt;br /&gt;
* Display types&lt;br /&gt;
* Drivers&lt;br /&gt;
&#039;&#039;&#039;Nice to know:&#039;&#039;&#039;&lt;br /&gt;
* lspci, lsmod&lt;br /&gt;
* sysctl&lt;br /&gt;
* www.linux-drivers.org&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====&amp;lt;span style=&amp;quot;color:navy&amp;quot;&amp;gt;1.4.3 Where Data is Stored&amp;lt;/span&amp;gt;====&lt;br /&gt;
{|&lt;br /&gt;
| style=&amp;quot;background:#dadada&amp;quot; | &#039;&#039;&#039;Weight&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;background:#eaeaea&amp;quot; | 3&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background:#dadada; padding-right:1em&amp;quot; | &#039;&#039;&#039;Description&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;background:#eaeaea&amp;quot; | Where various types of information are stored on a Linux system.&lt;br /&gt;
|}&lt;br /&gt;
&#039;&#039;&#039;Key Knowledge Areas:&#039;&#039;&#039;&lt;br /&gt;
* Kernel&lt;br /&gt;
* Processes&lt;br /&gt;
* syslog, klog, dmesg&lt;br /&gt;
* /lib, /usr/lib, /etc&lt;br /&gt;
&#039;&#039;&#039;The following is a partial list of the used files, terms and utilities:&#039;&#039;&#039;&lt;br /&gt;
* Programs, libraries, packages and package databases, system configuration&lt;br /&gt;
* Processes and process tables, memory addresses, system messaging and logging&lt;br /&gt;
* ps, top, free&lt;br /&gt;
* cat, more, less, tail (-f)&lt;br /&gt;
* what is in /proc&lt;br /&gt;
&#039;&#039;&#039;Nice to know:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====&amp;lt;span style=&amp;quot;color:navy&amp;quot;&amp;gt;1.4.4 Your Computer on the Network&amp;lt;/span&amp;gt;====&lt;br /&gt;
{|&lt;br /&gt;
| style=&amp;quot;background:#dadada&amp;quot; | &#039;&#039;&#039;Weight&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;background:#eaeaea&amp;quot; | 2&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background:#dadada; padding-right:1em&amp;quot; | &#039;&#039;&#039;Description&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;background:#eaeaea&amp;quot; |Determining vital networking settings and the basic requirements to add a computer on to a Local Area Network (LAN).&lt;br /&gt;
|}&lt;br /&gt;
&#039;&#039;&#039;Key Knowledge Areas:&#039;&#039;&#039;&lt;br /&gt;
* Internet, network, routers&lt;br /&gt;
* Domain Name Service&lt;br /&gt;
* Network configuration&lt;br /&gt;
&#039;&#039;&#039;The following is a partial list of the used files, terms and utilities:&#039;&#039;&#039;&lt;br /&gt;
* route&lt;br /&gt;
* resolv.conf&lt;br /&gt;
* IPv4, IPv6&lt;br /&gt;
* ifconfig&lt;br /&gt;
* netstat&lt;br /&gt;
* ping&lt;br /&gt;
&#039;&#039;&#039;Nice to know:&#039;&#039;&#039;&lt;br /&gt;
* ssh&lt;br /&gt;
* ip&lt;br /&gt;
* dig&lt;br /&gt;
* /etc/nsswitch.conf&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===&#039;&#039;Topic 1.5: Security and File Permissions (weight: 8)&#039;&#039;===&lt;br /&gt;
====&amp;lt;span style=&amp;quot;color:navy&amp;quot;&amp;gt;1.5.1 Basic Security and Identifying User Types&amp;lt;/span&amp;gt;====&lt;br /&gt;
{|&lt;br /&gt;
| style=&amp;quot;background:#dadada&amp;quot; | &#039;&#039;&#039;Weight&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;background:#eaeaea&amp;quot; | 3&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background:#dadada; padding-right:1em&amp;quot; | &#039;&#039;&#039;Description&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;background:#eaeaea&amp;quot; | Various types of users on a Linux system.&lt;br /&gt;
|}&lt;br /&gt;
&#039;&#039;&#039;Key Knowledge Areas:&#039;&#039;&#039;&lt;br /&gt;
* Root and Standard Users&lt;br /&gt;
* System users&lt;br /&gt;
&#039;&#039;&#039;The following is a partial list of the used files, terms and utilities:&#039;&#039;&#039;&lt;br /&gt;
* /etc/passwd, /etc/group&lt;br /&gt;
* id, who, w&lt;br /&gt;
* sudo&lt;br /&gt;
&#039;&#039;&#039;Nice to know:&#039;&#039;&#039;&lt;br /&gt;
* su&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====&amp;lt;span style=&amp;quot;color:navy&amp;quot;&amp;gt;1.5.2 Creating Users and Groups&amp;lt;/span&amp;gt;====&lt;br /&gt;
{|&lt;br /&gt;
| style=&amp;quot;background:#dadada&amp;quot; | &#039;&#039;&#039;Weight&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;background:#eaeaea&amp;quot; | 2&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background:#dadada; padding-right:1em&amp;quot; | &#039;&#039;&#039;Description&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;background:#eaeaea&amp;quot; | Creating users and groups on a Linux system.&lt;br /&gt;
|}&lt;br /&gt;
&#039;&#039;&#039;Key Knowledge Areas:&#039;&#039;&#039;&lt;br /&gt;
* User and group commands&lt;br /&gt;
* User IDs&lt;br /&gt;
&#039;&#039;&#039;The following is a partial list of the used files, terms and utilities:&#039;&#039;&#039;&lt;br /&gt;
* /etc/passwd, /etc/shadow, /etc/group&lt;br /&gt;
* last, lastlog&lt;br /&gt;
* useradd, usermod, userdel&lt;br /&gt;
* groupadd, groupmod, groupdel&lt;br /&gt;
* passwd&lt;br /&gt;
&#039;&#039;&#039;Nice to know:&#039;&#039;&#039;&lt;br /&gt;
* /bin/false and /etc/nologin&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====&amp;lt;span style=&amp;quot;color:navy&amp;quot;&amp;gt;1.5.3 Managing File Permissions and Ownership&amp;lt;/span&amp;gt;====&lt;br /&gt;
{|&lt;br /&gt;
| style=&amp;quot;background:#dadada&amp;quot; | &#039;&#039;&#039;Weight&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;background:#eaeaea&amp;quot; | 3&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background:#dadada; padding-right:1em&amp;quot; | &#039;&#039;&#039;Description&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;background:#eaeaea&amp;quot; | Understanding and manipulating file permissions and ownership settings.&lt;br /&gt;
|}&lt;br /&gt;
&#039;&#039;&#039;Key Knowledge Areas:&#039;&#039;&#039;&lt;br /&gt;
* File/directory permissions and defaults&lt;br /&gt;
* File/directory user versus group ownership&lt;br /&gt;
* System files and directories&lt;br /&gt;
* Numeric and symbolic modes&lt;br /&gt;
&#039;&#039;&#039;The following is a partial list of the used files, terms and utilities:&#039;&#039;&#039;&lt;br /&gt;
* Permission Bits&lt;br /&gt;
* ls -l, ls -a, ls -d&lt;br /&gt;
* chmod, chown, chgrp&lt;br /&gt;
* /etc, /var, /usr, /home&lt;br /&gt;
&#039;&#039;&#039;Nice to know:&#039;&#039;&#039;&lt;br /&gt;
* using GUI tools to set permissions&lt;br /&gt;
* SUID/SGID and Sticky Bit&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===&#039;&#039;Reference Material&#039;&#039;===&lt;br /&gt;
&lt;br /&gt;
===Notes and Comments===&lt;br /&gt;
&lt;br /&gt;
Feel free to add comments here:&lt;br /&gt;
&lt;br /&gt;
# privacy topic? (update: added to 1.1.4)&lt;/div&gt;</summary>
		<author><name>MedinaDupuis</name></author>
	</entry>
	<entry>
		<id>https://wiki.lpi.org/w/index.php?title=LinuxEssentials_Objectives_V1&amp;diff=1240</id>
		<title>LinuxEssentials Objectives V1</title>
		<link rel="alternate" type="text/html" href="https://wiki.lpi.org/w/index.php?title=LinuxEssentials_Objectives_V1&amp;diff=1240"/>
		<updated>2011-12-07T18:44:44Z</updated>

		<summary type="html">&lt;p&gt;MedinaDupuis: /* 1.5.2 Creating Users and Groups */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__FORCETOC__&lt;br /&gt;
==Introduction==&lt;br /&gt;
The description of the entire [[LinuxEssentialsProgramme]] programme is listed [[LinuxEssentialsProgramme|here]].&lt;br /&gt;
&lt;br /&gt;
The purpose of the Linux Essentials Program is to define the basic knowledge required to competently use a desktop or mobile device using a Linux Operating System.  The program will guide and encourage youth (and those new to Linux and Open Source) to understand the place of Linux and Open Source in the context of the broader IT industry.&lt;br /&gt;
&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Minimally Qualified Candidate Description==&lt;br /&gt;
This is a description of a candidate that is just barely&lt;br /&gt;
qualified to pass the LPI Linux Essentials exam.  This hypothetical&lt;br /&gt;
person is called the Minimally Qualified Candidate (MQC).  Standards on&lt;br /&gt;
the Linux Essentials exam should be set so that this person (and&lt;br /&gt;
anyone more able) would pass but anyone less able would not pass.&lt;br /&gt;
&lt;br /&gt;
The successful candidate should have an understanding of the Linux and Open Source industry and knowledge of the most popular Open Source Applications.  The candidate should understand the major components of the Linux operating system, and have the technical proficiency to work on the Linux command line. The MQC has a basic understanding of security and administration related topics such&lt;br /&gt;
as user/group management, working on the command line and permissions.  A &#039;&#039;&#039;LPI Linux Essentials Technician (LPI LET)&#039;&#039;&#039; is most likely the end user of a mostly managed system.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The &#039;&#039;&#039;LPI Linux Essentials Technician (LPI LET) MQC&#039;&#039;&#039; typically:&lt;br /&gt;
&lt;br /&gt;
* Has a basic understanding of FOSS, the various communities and licenses.&lt;br /&gt;
* Understands the basic concepts of processes, programs and the components of an Operating System.&lt;br /&gt;
* Has a basic knowledge of computer hardware&lt;br /&gt;
* Has a basic appreciation of system security, users/groups and file permissions for public and private directories.&lt;br /&gt;
* Basic understanding of how to make the system accessible and able to connect to other computers on a Local Area Network (LAN).&lt;br /&gt;
* Demonstrates a knowledge of Open Source Applications in the Workplace as they relate to Closed Source equivalents.&lt;br /&gt;
* Understands navigation systems on a Linux Desktop and where to go for help.&lt;br /&gt;
* Has a rudimentary ability to work on the command line and with files.&lt;br /&gt;
* Make and restore simple backups and archives.&lt;br /&gt;
* Can use a basic command line editor.&lt;br /&gt;
* Understands file compression.&lt;br /&gt;
* Ability to create and run simple scripts.&lt;br /&gt;
&lt;br /&gt;
==Version Information==&lt;br /&gt;
These objectives are version 0.99.0.&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Translations of Objectives==&lt;br /&gt;
The following translations of the objectives are available on this wiki:&lt;br /&gt;
* [[LinuxEssentials|English]]&lt;br /&gt;
* [[LinuxEssentials(DE)|German]]&lt;br /&gt;
* [[LinuxEssentials(ES)|Spanish]]&lt;br /&gt;
* [[LinuxEssentials(TR)|Turkish]]&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Objectives==&lt;br /&gt;
&lt;br /&gt;
===&#039;&#039;Topic 1.1: A Career in Open Source and Joining The Linux Community (weight: 7)&#039;&#039;===&lt;br /&gt;
====&amp;lt;span style=&amp;quot;color:navy&amp;quot;&amp;gt;1.1.1 Linux Evolution and Popular Operating Systems&amp;lt;/span&amp;gt;====&lt;br /&gt;
{|&lt;br /&gt;
| style=&amp;quot;background:#dadada&amp;quot; | &#039;&#039;&#039;Weight&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;background:#eaeaea&amp;quot; | 2&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background:#dadada; padding-right:1em&amp;quot; | &#039;&#039;&#039;Description&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;background:#eaeaea&amp;quot; | Knowledge of Linux Development and Major Distributions.&lt;br /&gt;
|}&lt;br /&gt;
&#039;&#039;&#039;Key Knowledge Areas:&#039;&#039;&#039;&lt;br /&gt;
* Open Source Philosophy&lt;br /&gt;
* Distributions&lt;br /&gt;
* Embedded Systems&lt;br /&gt;
&#039;&#039;&#039;The following is a partial list of the used files, terms and utilities:&#039;&#039;&#039;&lt;br /&gt;
* Android&lt;br /&gt;
* Debian&lt;br /&gt;
* CentOS&lt;br /&gt;
&#039;&#039;&#039;Nice to know:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====&amp;lt;span style=&amp;quot;color:navy&amp;quot;&amp;gt;1.1.2 Major Open Source Applications&amp;lt;/span&amp;gt;====&lt;br /&gt;
{|&lt;br /&gt;
| style=&amp;quot;background:#dadada&amp;quot; | &#039;&#039;&#039;Weight&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;background:#eaeaea&amp;quot; | 2&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background:#dadada; padding-right:1em&amp;quot; | &#039;&#039;&#039;Description&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;background:#eaeaea&amp;quot; | Awareness of major applications and their uses.&lt;br /&gt;
|}&lt;br /&gt;
&#039;&#039;&#039;Key Knowledge Areas:&#039;&#039;&#039;&lt;br /&gt;
* Desktop Applications&lt;br /&gt;
* Server Applications&lt;br /&gt;
* Mobile Applications&lt;br /&gt;
* Development Languages&lt;br /&gt;
* Package Management Tools&lt;br /&gt;
&#039;&#039;&#039;The following is a partial list of the used files, terms and utilities:&#039;&#039;&#039;&lt;br /&gt;
* OpenOffice.org, LibreOffice, Thunderbird, Firefox&lt;br /&gt;
* Blender, Gimp, Audacity, ImageMagick&lt;br /&gt;
* Apache, MySQL, PostgreSQL&lt;br /&gt;
* NFS, Samba, OpenLDAP, Postfix, DNS, DHCP&lt;br /&gt;
* C, Perl, shell, Python, PHP&lt;br /&gt;
&#039;&#039;&#039;Nice to know:&#039;&#039;&#039;&lt;br /&gt;
* package repository locations&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====&amp;lt;span style=&amp;quot;color:navy&amp;quot;&amp;gt;1.1.3 Understanding Free Software and Licensing&amp;lt;/span&amp;gt;====&lt;br /&gt;
{|&lt;br /&gt;
| style=&amp;quot;background:#dadada&amp;quot; | &#039;&#039;&#039;Weight&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;background:#eaeaea&amp;quot; | 1&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background:#dadada; padding-right:1em&amp;quot; | &#039;&#039;&#039;Description&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;background:#eaeaea&amp;quot; | Open Source Communities and Licensing in Free Software and Commercial Open Source Software.&lt;br /&gt;
|}&lt;br /&gt;
&#039;&#039;&#039;Key Knowledge Areas:&#039;&#039;&#039;&lt;br /&gt;
* Licensing&lt;br /&gt;
&#039;&#039;&#039;The following is a partial list of the used files, terms and utilities:&#039;&#039;&#039;&lt;br /&gt;
* GPL, BSD, Creative Commons&lt;br /&gt;
* Free Software, Open Source Software, FOSS, FLOSS&lt;br /&gt;
* Open Source business models&lt;br /&gt;
&#039;&#039;&#039;Nice to know:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====&amp;lt;span style=&amp;quot;color:navy&amp;quot;&amp;gt;1.1.4 ICT Skills and Working in Linux&amp;lt;/span&amp;gt;====&lt;br /&gt;
{|&lt;br /&gt;
| style=&amp;quot;background:#dadada&amp;quot; | &#039;&#039;&#039;Weight&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;background:#eaeaea&amp;quot; | 2&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background:#dadada; padding-right:1em&amp;quot; | &#039;&#039;&#039;Description&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;background:#eaeaea&amp;quot; | Basic Information and Communication Technology (ICT) Skills and Working in Linux.&lt;br /&gt;
|}&lt;br /&gt;
&#039;&#039;&#039;Key Knowledge Areas:&#039;&#039;&#039;&lt;br /&gt;
* Desktop Skills&lt;br /&gt;
* Getting to the Command Line&lt;br /&gt;
* Open Source Desktop Applications&lt;br /&gt;
* Industry uses of Linux, Cloud Computing and Virtualization&lt;br /&gt;
&#039;&#039;&#039;The following is a partial list of the used files, terms and utilities:&#039;&#039;&#039;&lt;br /&gt;
* Using a browser, privacy concerns, configuration options, searching the web and saving content&lt;br /&gt;
* Terminal and Console&lt;br /&gt;
* Password issues&lt;br /&gt;
* Privacy issues and tools&lt;br /&gt;
* graphics and office tools&lt;br /&gt;
* Use of common open source applications in presentations and projects&lt;br /&gt;
&#039;&#039;&#039;Nice to know:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===&#039;&#039;Topic 1.2: Finding Your Way on a Linux System (weight: 7)&#039;&#039;===&lt;br /&gt;
====&amp;lt;span style=&amp;quot;color:navy&amp;quot;&amp;gt;1.2.1 Using the Command Line and Getting Help &amp;lt;/span&amp;gt;====&lt;br /&gt;
{|&lt;br /&gt;
| style=&amp;quot;background:#dadada&amp;quot; | &#039;&#039;&#039;Weight&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;background:#eaeaea&amp;quot; | 2&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background:#dadada; padding-right:1em&amp;quot; | &#039;&#039;&#039;Description&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;background:#eaeaea&amp;quot; |Running commands and navigation of the various help systems.&lt;br /&gt;
|}&lt;br /&gt;
&#039;&#039;&#039;Key Knowledge Areas:&#039;&#039;&#039;&lt;br /&gt;
* Basic shell&lt;br /&gt;
* Formatting commands&lt;br /&gt;
* Working With Options&lt;br /&gt;
* Man&lt;br /&gt;
* Info&lt;br /&gt;
&#039;&#039;&#039;The following is a partial list of the used files, terms and utilities:&#039;&#039;&#039;&lt;br /&gt;
* path&lt;br /&gt;
* history&lt;br /&gt;
* &#039;&#039;&#039;;&#039;&#039;&#039;&lt;br /&gt;
* man&lt;br /&gt;
* info&lt;br /&gt;
* Man pages&lt;br /&gt;
* /usr/share/doc&lt;br /&gt;
* locate&lt;br /&gt;
&#039;&#039;&#039;Nice to know:&#039;&#039;&#039;&lt;br /&gt;
* exit status&lt;br /&gt;
* substitutions&lt;br /&gt;
* apropos, whatis&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====&amp;lt;span style=&amp;quot;color:navy&amp;quot;&amp;gt;1.2.2 Using Directories and Listing Files&amp;lt;/span&amp;gt;====&lt;br /&gt;
{|&lt;br /&gt;
| style=&amp;quot;background:#dadada&amp;quot; | &#039;&#039;&#039;Weight&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;background:#eaeaea&amp;quot; | 3&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background:#dadada; padding-right:1em&amp;quot; | &#039;&#039;&#039;Description&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;background:#eaeaea&amp;quot; | Navigation of home and system directories and listing files in various locations.&lt;br /&gt;
|}&lt;br /&gt;
&#039;&#039;&#039;Key Knowledge Areas:&#039;&#039;&#039;&lt;br /&gt;
* Files, directories&lt;br /&gt;
* Hidden files and directories&lt;br /&gt;
* Home&lt;br /&gt;
&#039;&#039;&#039;The following is a partial list of the used files, terms and utilities:&#039;&#039;&#039;&lt;br /&gt;
* Common options for ls&lt;br /&gt;
* Recursive listings&lt;br /&gt;
* cd &lt;br /&gt;
* home and ~&lt;br /&gt;
&#039;&#039;&#039;Nice to know:&#039;&#039;&#039;&lt;br /&gt;
* &#039;&#039;&#039;. ..&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====&amp;lt;span style=&amp;quot;color:navy&amp;quot;&amp;gt;1.2.3 Creating, Moving and Deleting Files&amp;lt;/span&amp;gt;====&lt;br /&gt;
{|&lt;br /&gt;
| style=&amp;quot;background:#dadada&amp;quot; | &#039;&#039;&#039;Weight&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;background:#eaeaea&amp;quot; | 2&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background:#dadada; padding-right:1em&amp;quot; | &#039;&#039;&#039;Description&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;background:#eaeaea&amp;quot; | Create, move and delete files and directories under the home directory.&lt;br /&gt;
|}&lt;br /&gt;
&#039;&#039;&#039;Key Knowledge Areas:&#039;&#039;&#039;&lt;br /&gt;
* Files, directories&lt;br /&gt;
* Case sensitivity&lt;br /&gt;
* Simple globbing and quoting&lt;br /&gt;
* Symbolic links&lt;br /&gt;
&#039;&#039;&#039;The following is a partial list of the used files, terms and utilities:&#039;&#039;&#039;&lt;br /&gt;
* mv, cp, rm, touch&lt;br /&gt;
* mkdir, rmdir&lt;br /&gt;
* &#039;&#039;&#039;&amp;quot; &amp;quot;&amp;quot;&#039;&#039;&#039; &lt;br /&gt;
* Esc \&lt;br /&gt;
* ln -s, ls -i&lt;br /&gt;
&#039;&#039;&#039;Nice to know:&#039;&#039;&#039;&lt;br /&gt;
* Hard links&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===&#039;&#039;Topic 1.3: The Power of the Command Line (weight: 10)&#039;&#039;===&lt;br /&gt;
====&amp;lt;span style=&amp;quot;color:navy&amp;quot;&amp;gt;1.3.1 Archiving Files on the Command Line&amp;lt;/span&amp;gt;====&lt;br /&gt;
{|&lt;br /&gt;
| style=&amp;quot;background:#dadada&amp;quot; | &#039;&#039;&#039;Weight&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;background:#eaeaea&amp;quot; | 2&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background:#dadada; padding-right:1em&amp;quot; | &#039;&#039;&#039;Description&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;background:#eaeaea&amp;quot; | Archiving files in their home directories.&lt;br /&gt;
|}&lt;br /&gt;
&#039;&#039;&#039;Key Knowledge Areas:&#039;&#039;&#039;&lt;br /&gt;
* Files, directories&lt;br /&gt;
* Archives, compression&lt;br /&gt;
&#039;&#039;&#039;The following is a partial list of the used files, terms and utilities:&#039;&#039;&#039;&lt;br /&gt;
* tar&lt;br /&gt;
* tar options&lt;br /&gt;
* gzip, bzip2&lt;br /&gt;
* zip, unzip&lt;br /&gt;
&#039;&#039;&#039;Nice to know:&#039;&#039;&#039;&lt;br /&gt;
* listing archive contents&lt;br /&gt;
* extracting individual files from archives&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====&amp;lt;span style=&amp;quot;color:navy&amp;quot;&amp;gt;1.3.2 Searching and Extracting Data from Files&amp;lt;/span&amp;gt;====&lt;br /&gt;
{|&lt;br /&gt;
| style=&amp;quot;background:#dadada&amp;quot; | &#039;&#039;&#039;Weight&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;background:#eaeaea&amp;quot; | 4&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background:#dadada; padding-right:1em&amp;quot; | &#039;&#039;&#039;Description&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;background:#eaeaea&amp;quot; | Search and extract data from files in the home directories.&lt;br /&gt;
|}&lt;br /&gt;
&#039;&#039;&#039;Key Knowledge Areas:&#039;&#039;&#039;&lt;br /&gt;
* Command line pipes&lt;br /&gt;
* I/O re-direction&lt;br /&gt;
* Partial POSIX Regular Expressions (., [ ], *, ?)&lt;br /&gt;
&#039;&#039;&#039;The following is a partial list of the used files, terms and utilities:&#039;&#039;&#039;&lt;br /&gt;
* find&lt;br /&gt;
* grep&lt;br /&gt;
* less&lt;br /&gt;
* xargs&lt;br /&gt;
* sort&lt;br /&gt;
* cut&lt;br /&gt;
* wc&lt;br /&gt;
&#039;&#039;&#039;Nice to know:&#039;&#039;&#039;&lt;br /&gt;
* Partial POSIX Basic Regular Expressions ([^ ], ^, $)&lt;br /&gt;
* Partial POSIX Extended Regular Expressions (+, ( ), |)&lt;br /&gt;
* handling or re-directing errors&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====&amp;lt;span style=&amp;quot;color:navy&amp;quot;&amp;gt;1.3.3 Turning Commands into a Script&amp;lt;/span&amp;gt;====&lt;br /&gt;
{|&lt;br /&gt;
| style=&amp;quot;background:#dadada&amp;quot; | &#039;&#039;&#039;Weight&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;background:#eaeaea&amp;quot; | 4&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background:#dadada; padding-right:1em&amp;quot; | &#039;&#039;&#039;Description&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;background:#eaeaea&amp;quot; | Turning repetitive commands into simple scripts.&lt;br /&gt;
|}&lt;br /&gt;
&#039;&#039;&#039;Key Knowledge Areas:&#039;&#039;&#039;&lt;br /&gt;
* Basic text editing&lt;br /&gt;
* Globbing&lt;br /&gt;
* Quoting&lt;br /&gt;
&#039;&#039;&#039;The following is a partial list of the used files, terms and utilities:&#039;&#039;&#039;&lt;br /&gt;
* pico, nano, vi&lt;br /&gt;
* /bin/sh&lt;br /&gt;
* Variables&lt;br /&gt;
* Arguments&lt;br /&gt;
* for loops&lt;br /&gt;
* echo&lt;br /&gt;
&#039;&#039;&#039;Nice to know:&#039;&#039;&#039;&lt;br /&gt;
* bash&lt;br /&gt;
* if, while, case statements&lt;br /&gt;
* read and test/ command&lt;br /&gt;
* || and &amp;amp;&amp;amp; control operators&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===&#039;&#039;Topic 1.4: The Linux Operating System (weight: 8)&#039;&#039;===&lt;br /&gt;
====&amp;lt;span style=&amp;quot;color:navy&amp;quot;&amp;gt;1.4.1 Choosing an Operating System&amp;lt;/span&amp;gt;====&lt;br /&gt;
{|&lt;br /&gt;
| style=&amp;quot;background:#dadada&amp;quot; | &#039;&#039;&#039;Weight&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;background:#eaeaea&amp;quot; | 1&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background:#dadada; padding-right:1em&amp;quot; | &#039;&#039;&#039;Description&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;background:#eaeaea&amp;quot; | Knowledge of major Operating Systems and Linux Distributions.&lt;br /&gt;
|}&lt;br /&gt;
&#039;&#039;&#039;Key Knowledge Areas:&#039;&#039;&#039;&lt;br /&gt;
* Windows, Mac, Linux differences&lt;br /&gt;
* Distribution life cycle management&lt;br /&gt;
&#039;&#039;&#039;The following is a partial list of the used files, terms and utilities:&#039;&#039;&#039;&lt;br /&gt;
* GUI versus command line, desktop configuration&lt;br /&gt;
* Maintenance cycles, Beta and Stable&lt;br /&gt;
&#039;&#039;&#039;Nice to know:&#039;&#039;&#039;&lt;br /&gt;
* components of a Linux distribtion&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====&amp;lt;span style=&amp;quot;color:navy&amp;quot;&amp;gt;1.4.2 Understanding Computer Hardware&amp;lt;/span&amp;gt;====&lt;br /&gt;
{|&lt;br /&gt;
| style=&amp;quot;background:#dadada&amp;quot; | &#039;&#039;&#039;Weight&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;background:#eaeaea&amp;quot; | 2&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background:#dadada; padding-right:1em&amp;quot; | &#039;&#039;&#039;Description&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;background:#eaeaea&amp;quot; |Familiarity with the components that go into building desktop and server computers.&lt;br /&gt;
|}&lt;br /&gt;
&#039;&#039;&#039;Key Knowledge Areas:&#039;&#039;&#039;&lt;br /&gt;
* Hardware&lt;br /&gt;
&#039;&#039;&#039;The following is a partial list of the used files, terms and utilities:&#039;&#039;&#039;&lt;br /&gt;
* Hard drives and partitions, motherboards, processors, power supplies, optical drives, peripherals&lt;br /&gt;
* Display types&lt;br /&gt;
* Drivers&lt;br /&gt;
&#039;&#039;&#039;Nice to know:&#039;&#039;&#039;&lt;br /&gt;
* lspci, lsmod&lt;br /&gt;
* sysctl&lt;br /&gt;
* www.linux-drivers.org&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====&amp;lt;span style=&amp;quot;color:navy&amp;quot;&amp;gt;1.4.3 Where Data is Stored&amp;lt;/span&amp;gt;====&lt;br /&gt;
{|&lt;br /&gt;
| style=&amp;quot;background:#dadada&amp;quot; | &#039;&#039;&#039;Weight&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;background:#eaeaea&amp;quot; | 3&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background:#dadada; padding-right:1em&amp;quot; | &#039;&#039;&#039;Description&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;background:#eaeaea&amp;quot; | Where various types of information are stored on a Linux system.&lt;br /&gt;
|}&lt;br /&gt;
&#039;&#039;&#039;Key Knowledge Areas:&#039;&#039;&#039;&lt;br /&gt;
* Kernel&lt;br /&gt;
* Processes&lt;br /&gt;
* syslog, klog, dmesg&lt;br /&gt;
* /lib, /usr/lib, /etc&lt;br /&gt;
&#039;&#039;&#039;The following is a partial list of the used files, terms and utilities:&#039;&#039;&#039;&lt;br /&gt;
* Programs, libraries, packages and package databases, system configuration&lt;br /&gt;
* Processes and process tables, memory addresses, system messaging and logging&lt;br /&gt;
* ps, top, free&lt;br /&gt;
* cat, more, less, tail (-f)&lt;br /&gt;
* what is in /proc&lt;br /&gt;
&#039;&#039;&#039;Nice to know:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====&amp;lt;span style=&amp;quot;color:navy&amp;quot;&amp;gt;1.4.4 Your Computer on the Network&amp;lt;/span&amp;gt;====&lt;br /&gt;
{|&lt;br /&gt;
| style=&amp;quot;background:#dadada&amp;quot; | &#039;&#039;&#039;Weight&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;background:#eaeaea&amp;quot; | 2&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background:#dadada; padding-right:1em&amp;quot; | &#039;&#039;&#039;Description&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;background:#eaeaea&amp;quot; |Determining vital networking settings and the basic requirements to add a computer on to a Local Area Network (LAN).&lt;br /&gt;
|}&lt;br /&gt;
&#039;&#039;&#039;Key Knowledge Areas:&#039;&#039;&#039;&lt;br /&gt;
* Internet, network, routers&lt;br /&gt;
* Domain Name Service&lt;br /&gt;
* Network configuration&lt;br /&gt;
&#039;&#039;&#039;The following is a partial list of the used files, terms and utilities:&#039;&#039;&#039;&lt;br /&gt;
* route&lt;br /&gt;
* resolv.conf&lt;br /&gt;
* IPv4, IPv6&lt;br /&gt;
* ifconfig&lt;br /&gt;
* netstat&lt;br /&gt;
* ping&lt;br /&gt;
&#039;&#039;&#039;Nice to know:&#039;&#039;&#039;&lt;br /&gt;
* ssh&lt;br /&gt;
* ip&lt;br /&gt;
* dig&lt;br /&gt;
* /etc/nsswitch.conf&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===&#039;&#039;Topic 1.5: Security and File Permissions (weight: 8)&#039;&#039;===&lt;br /&gt;
====&amp;lt;span style=&amp;quot;color:navy&amp;quot;&amp;gt;1.5.1 Basic Security and Identifying User Types&amp;lt;/span&amp;gt;====&lt;br /&gt;
{|&lt;br /&gt;
| style=&amp;quot;background:#dadada&amp;quot; | &#039;&#039;&#039;Weight&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;background:#eaeaea&amp;quot; | 3&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background:#dadada; padding-right:1em&amp;quot; | &#039;&#039;&#039;Description&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;background:#eaeaea&amp;quot; | Various types of users on a Linux system.&lt;br /&gt;
|}&lt;br /&gt;
&#039;&#039;&#039;Key Knowledge Areas:&#039;&#039;&#039;&lt;br /&gt;
* Root and Standard Users&lt;br /&gt;
* System users&lt;br /&gt;
&#039;&#039;&#039;The following is a partial list of the used files, terms and utilities:&#039;&#039;&#039;&lt;br /&gt;
* /etc/passwd, /etc/group&lt;br /&gt;
* id, who, w&lt;br /&gt;
* sudo&lt;br /&gt;
&#039;&#039;&#039;Nice to know:&#039;&#039;&#039;&lt;br /&gt;
* su&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====&amp;lt;span style=&amp;quot;color:navy&amp;quot;&amp;gt;1.5.2 Creating Users and Groups&amp;lt;/span&amp;gt;====&lt;br /&gt;
{|&lt;br /&gt;
| style=&amp;quot;background:#dadada&amp;quot; | &#039;&#039;&#039;Weight&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;background:#eaeaea&amp;quot; | 2&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background:#dadada; padding-right:1em&amp;quot; | &#039;&#039;&#039;Description&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;background:#eaeaea&amp;quot; | Creating users and groups on a Linux system.&lt;br /&gt;
|}&lt;br /&gt;
&#039;&#039;&#039;Key Knowledge Areas:&#039;&#039;&#039;&lt;br /&gt;
* User and group commands&lt;br /&gt;
* User IDs&lt;br /&gt;
&#039;&#039;&#039;The following is a partial list of the used files, terms and utilities:&#039;&#039;&#039;&lt;br /&gt;
* /etc/passwd, /etc/shadow, /etc/group&lt;br /&gt;
* last, lastlog&lt;br /&gt;
* useradd, usermod, userdel&lt;br /&gt;
* groupadd, groupmod, groupdel&lt;br /&gt;
* passwd&lt;br /&gt;
&#039;&#039;&#039;Nice to know:&#039;&#039;&#039;&lt;br /&gt;
* /bin/false and /etc/nologin&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====&amp;lt;span style=&amp;quot;color:navy&amp;quot;&amp;gt;1.5.3 Managing File Permissions and Ownership&amp;lt;/span&amp;gt;====&lt;br /&gt;
{|&lt;br /&gt;
| style=&amp;quot;background:#dadada&amp;quot; | &#039;&#039;&#039;Weight&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;background:#eaeaea&amp;quot; | 3&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background:#dadada; padding-right:1em&amp;quot; | &#039;&#039;&#039;Description&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;background:#eaeaea&amp;quot; | Understanding and manipulating file permissions and ownership settings.&lt;br /&gt;
|}&lt;br /&gt;
&#039;&#039;&#039;Key Knowledge Areas:&#039;&#039;&#039;&lt;br /&gt;
* File/directory permissions and defaults&lt;br /&gt;
* File/directory user versus group ownership&lt;br /&gt;
* System files and directories&lt;br /&gt;
* Numeric and symbolic modes&lt;br /&gt;
&#039;&#039;&#039;The following is a partial list of the used files, terms and utilities:&#039;&#039;&#039;&lt;br /&gt;
* ls -l, ls -a, ls -d&lt;br /&gt;
* chmod, chown, chgrp&lt;br /&gt;
* /etc, /var, /usr, /home&lt;br /&gt;
&#039;&#039;&#039;Nice to know:&#039;&#039;&#039;&lt;br /&gt;
* using GUI tools to set permissions&lt;br /&gt;
* SUID/SGID and Sticky Bit&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===&#039;&#039;Reference Material&#039;&#039;===&lt;br /&gt;
&lt;br /&gt;
===Notes and Comments===&lt;br /&gt;
&lt;br /&gt;
Feel free to add comments here:&lt;br /&gt;
&lt;br /&gt;
# privacy topic? (update: added to 1.1.4)&lt;/div&gt;</summary>
		<author><name>MedinaDupuis</name></author>
	</entry>
</feed>