LinuxEssentials Objectives V1.5(DE)

From LPI Wiki
Revision as of 18:29, 22 August 2017 by DImitriosBogiatzoules (talk | contribs) (Created page with "__FORCETOC__ ==Introduction and Exam Development Workshops== The description of the entire Linux Essentials Programme programme is listed here....")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

Introduction and Exam Development Workshops

The description of the entire Linux Essentials Programme programme is listed here.

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.

FAQ

Questions and answers on the Linux Essentials Program and Exam are listed here.

Minimally Qualified Candidate Description

This is a description of a candidate that is just barely qualified to pass the LPI Linux Essentials exam. This hypothetical person is called the Minimally Qualified Candidate (MQC). Standards on the Linux Essentials exam should be set so that this person (and anyone more able) would pass but anyone less able would not pass.

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 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.


The LPI Linux Essentials Certificate Holder MQC typically:

  • Has a basic understanding of FOSS, the various communities and licenses.
  • Understands the basic concepts of processes, programs and the components of an Operating System.
  • Has a basic knowledge of computer hardware.
  • Has a basic appreciation of system security, users/groups and file permissions for public and private directories.
  • Basic understanding of how to make the system accessible and able to connect to other computers on a Local Area Network (LAN).
  • Demonstrates a knowledge of Open Source Applications in the Workplace as they relate to Closed Source equivalents.
  • Understands navigation systems on a Linux Desktop and where to go for help.
  • Has a rudimentary ability to work on the command line and with files.
  • Make and restore simple backups and archives.
  • Can use a basic command line editor.
  • Understands file compression.
  • Ability to create and run simple scripts.

Version Information

These objectives are version 1.5.

This is also a summary and detailed information on the changes from version 1.0 to 1.5 of the objectives.

The version 1.0 objectives can be found here.

Addenda

There are currently no addenda.

Translations of Objectives

The following translations of the objectives are available on this wiki:

Objectives

Topic 1: The Linux Community and a Career in Open Source (weight: 7)

Gewichtung

2

Beschreibung

Knowledge of Linux development and major distributions.

Hauptwissensgebiete:

  • Open Source Philosophy
  • Distributions
  • Embedded Systems

Hier ist eine auszugsweise Liste der verwendeten Dateien, Begriffe und Hilfsprogramme:

  • Android
  • Debian, Ubuntu (LTS)
  • CentOS, openSUSE, Red Hat
  • Linux Mint, Scientific Linux

1.2 Major Open Source Applications

Gewichtung

2

Beschreibung

Awareness of major applications as well as their uses and development.

Hauptwissensgebiete:

  • Desktop Applications
  • Server Applications
  • Development Languages
  • Package Management Tools and repositories

Hier ist eine auszugsweise Liste der verwendeten Dateien, Begriffe und Hilfsprogramme:

  • OpenOffice.org, LibreOffice, Thunderbird, Firefox, GIMP
  • Apache HTTPD, NGINX, MySQL, NFS, Samba
  • C, Java, Perl, shell, Python, PHP
  • dpkg, apt-get, rpm, yum

1.3 Understanding Open Source Software and Licensing

Gewichtung

1

Beschreibung

Open communities and licensing Open Source Software for business.

Hauptwissensgebiete:

  • Licensing
  • Free Software Foundation (FSF), Open Source Initiative (OSI)

Hier ist eine auszugsweise Liste der verwendeten Dateien, Begriffe und Hilfsprogramme:

  • GPL, BSD, Creative Commons
  • Free Software, Open Source Software, FOSS, FLOSS
  • Open Source business models

1.4 ICT Skills and Working in Linux

Gewichtung

2

Beschreibung

Basic Information and Communication Technology (ICT) skills and working in Linux.

Hauptwissensgebiete:

  • Desktop Skills
  • Getting to the Command Line
  • Industry uses of Linux, Cloud Computing and Virtualization

Hier ist eine auszugsweise Liste der verwendeten Dateien, Begriffe und Hilfsprogramme:

  • Using a browser, privacy concerns, configuration options, searching the web and saving content
  • Terminal and Console
  • Password issues
  • Privacy issues and tools
  • Use of common open source applications in presentations and projects

Topic 2: Finding Your Way on a Linux System (weight: 9)

2.1 Command Line Basics

Gewichtung

3

Beschreibung

Basics of using the Linux command line.

Hauptwissensgebiete:

  • Basic shell
  • Command line syntax
  • Variables
  • Globbing
  • Quoting

Hier ist eine auszugsweise Liste der verwendeten Dateien, Begriffe und Hilfsprogramme:

  • Bash
  • echo
  • history
  • Umgebungsvariable PATH
  • export
  • type

2.2 Using the Command Line to Get Help

Gewichtung

2

Beschreibung

Running help commands and navigation of the various help systems.

Hauptwissensgebiete:

  • Man
  • Info

Hier ist eine auszugsweise Liste der verwendeten Dateien, Begriffe und Hilfsprogramme:

  • man
  • info
  • Man-Pages
  • /usr/share/doc/
  • locate

2.3 Using Directories and Listing Files

Gewichtung

2

Beschreibung

Navigation of home and system directories and listing files in various locations.

Hauptwissensgebiete:

  • Files, directories
  • Hidden files and directories
  • Home
  • Absolute and relative paths

Hier ist eine auszugsweise Liste der verwendeten Dateien, Begriffe und Hilfsprogramme:

  • Common options for ls
  • Recursive listings
  • cd
  • . und ..
  • home und ~

2.4 Creating, Moving and Deleting Files

Gewichtung

2

Beschreibung

Create, move and delete files and directories under the home directory.

Hauptwissensgebiete:

  • Files and directories
  • Case sensitivity
  • Simple globbing and quoting

Hier ist eine auszugsweise Liste der verwendeten Dateien, Begriffe und Hilfsprogramme:

  • mv, cp, rm, touch
  • mkdir, rmdir

Topic 3: The Power of the Command Line (weight: 9)

3.1 Archiving Files on the Command Line

Gewichtung

2

Beschreibung

Archiving files in the user home directory.

Hauptwissensgebiete:

  • Files, directories
  • Archives, compression

Hier ist eine auszugsweise Liste der verwendeten Dateien, Begriffe und Hilfsprogramme:

  • tar
  • Common tar options
  • gzip, bzip2
  • zip, unzip

3.2 Searching and Extracting Data from Files

Gewichtung

3

Beschreibung

Search and extract data from files in the home directory.

Hauptwissensgebiete:

  • Command line pipes
  • I/O re-direction
  • Basic Regular Expressions using ., [ ], *, and ?

Hier ist eine auszugsweise Liste der verwendeten Dateien, Begriffe und Hilfsprogramme:

  • grep
  • less
  • cat, head, tail
  • sort
  • cut
  • wc

3.3 Turning Commands into a Script

Gewichtung

4

Beschreibung

Turning repetitive commands into simple scripts.

Hauptwissensgebiete:

  • Basic shell scripting
  • Awareness of common text editors

Hier ist eine auszugsweise Liste der verwendeten Dateien, Begriffe und Hilfsprogramme:

  • #! (shebang)
  • /bin/bash
  • Variables
  • Arguments
  • for loops
  • echo
  • Exit status

Topic 4: The Linux Operating System (weight: 8)

4.1 Choosing an Operating System

Gewichtung

1

Beschreibung

Knowledge of major operating systems and Linux distributions.

Hauptwissensgebiete:

  • Windows, Mac, Linux differences
  • Distribution life cycle management

Hier ist eine auszugsweise Liste der verwendeten Dateien, Begriffe und Hilfsprogramme:

  • GUI versus command line, desktop configuration
  • Maintenance cycles, Beta and Stable

4.2 Understanding Computer Hardware

Gewichtung

2

Beschreibung

Familiarity with the components that go into building desktop and server computers.

Hauptwissensgebiete:

  • Hardware

Hier ist eine auszugsweise Liste der verwendeten Dateien, Begriffe und Hilfsprogramme:

  • Motherboards, processors, power supplies, optical drives, peripherals
  • Hard drives and partitions, /dev/sd*
  • Drivers

4.3 Where Data is Stored

Gewichtung

3

Beschreibung

Where various types of information are stored on a Linux system.

Hauptwissensgebiete:

  • Programs and configuration, packages and package databases
  • Processes, memory addresses, system messaging and logging

Hier ist eine auszugsweise Liste der verwendeten Dateien, Begriffe und Hilfsprogramme:

  • ps, top, free
  • syslog, dmesg
  • /etc/, /var/log/
  • /boot/, /proc/, /dev/, /sys/

4.4 Der Rechner im Netzwerk

Gewichtung

2

Beschreibung

Querying vital networking configuration and determining the basic requirements for a computer on a Local Area Network (LAN).

Hauptwissensgebiete:

  • Internet, network, routers
  • Querying DNS client configuration
  • Querying Network configuration

Hier ist eine auszugsweise Liste der verwendeten Dateien, Begriffe und Hilfsprogramme:

  • route, ip route show
  • ifconfig, ip addr show
  • netstat, ip route show
  • /etc/resolv.conf, /etc/hosts
  • IPv4, IPv6
  • ping
  • host

Topic 5: Security and File Permissions (weight: 7)

5.1 Basic Security and Identifying User Types

Gewichtung

2

Beschreibung

Various types of users on a Linux system.

Hauptwissensgebiete:

  • Root and Standard Users
  • System users

Hier ist eine auszugsweise Liste der verwendeten Dateien, Begriffe und Hilfsprogramme:

  • /etc/passwd, /etc/group
  • id, who, w
  • sudo, su

5.2 Creating Users and Groups

Gewichtung

2

Beschreibung

Creating users and groups on a Linux system.

Hauptwissensgebiete:

  • User and group commands
  • User IDs

Hier ist eine auszugsweise Liste der verwendeten Dateien, Begriffe und Hilfsprogramme:

  • /etc/passwd, /etc/shadow, /etc/group, /etc/skel/
  • id, last
  • useradd, groupadd
  • passwd

5.3 Managing File Permissions and Ownership

Gewichtung

2

Beschreibung

Understanding and manipulating file permissions and ownership settings.

Hauptwissensgebiete:

  • File/directory permissions and owners

Hier ist eine auszugsweise Liste der verwendeten Dateien, Begriffe und Hilfsprogramme:

  • ls -l, ls -a
  • chmod, chown

5.4 Special Directories and Files

Gewichtung

1

Beschreibung

Special directories and files on a Linux system including special permissions.

Hauptwissensgebiete:

  • Using temporary files and directories
  • Symbolic links

Hier ist eine auszugsweise Liste der verwendeten Dateien, Begriffe und Hilfsprogramme:

  • /tmp/, /var/tmp/ and Sticky Bit
  • ls -d
  • ln -s

Reference Material

Notes and Comments

Feel free to add comments below: