OUR PARTNERS




















 
 
 
Online Courses From Only £19.99 per year

Linux LPIC

Linux LPIC

Price: £77

Duration: 27.00 hour(s)
Delivery: Online

This course is for anyone who is interested in learning the fundamentals of the Linux operating system.


Summary:

This training provides a general overview of the Linux operating system. Topics include partitioning and the boot process, basic system configuration, file management, and text stream processing.

The training also covers user management, group management, and file permissions. Administrative tasks covered in this series include basic job scheduling utilities, as well as system backup strategies and strategies for system documentation and user support.        

Learning Segment 1 : Partitions and the Boot Process    

Summary:

This learning segment introduces users to the process of preparing a hard drive for use with the Linux operating system and explains the Linux boot process.  

Objectives:

  • Identify the types of partitions that exist on a Linux system
  • Explain the capabilities of the disk formatting utilities fips and fdisk
  • Create primary partitions, swap partitions, and extended partitions with fdiskDescribe the Linux boot process
  • Identify and describe the contents of the /etc/inittab file
  • Describe the function of LILO
  • Safely shut down a Linux system  

Topics:

  • Understanding PartitionsUnderstanding fdisk
  • Creating a Primary Partition
  • Creating a Swap Partition
  • Creating an Extended Partition
  • Formatting Partitions
  • Understanding File System Organization
  • Booting LinuxUnderstanding Runlevels
  • Understanding the init Daemon
  • Understanding LILOShutting Down Linux    

Learning Segment 2 : File Management    

Summary:

This learning segment introduces users to the commands necessary to create, view, copy, move, and delete files on a Linux system.  

Objectives:

  • View man page documentation for Linux commands
  • Navigate through the directory structure
  • List directory contentsView file contents
  • Create, copy, move, and delete files and directories
  • Search file content
  • Compress and uncompress files  

Topics:

  • Using Manual Pages
  • Changing Directories
  • Listing Directory Contents
  • Identifying File Types
  • Creating, Viewing, and Appending Files
  • Paging Through FilesModifying Access and Modification Data
  • Copying Files and DirectoriesMoving Files and Directories
  • Creating Directories
  • Deleting Files and Directories
  • Understanding Regular Expressions
  • Searching File Content with grep
  • Archiving Files with tar
  • Compressing and Uncompressing Files with gzip
  • Using gzip with tar    

Learning Segment 3 : GNU and Linux Commands    

Summary:

This learning segment introduces users to shells and shows users how to configure user and environment variables and how to manage processes on a Linux system.  

Objectives:

  • Define a shellExplain how commands entered at the Linux command line are interpreted
  • Customize user and environment variables
  • Describe and view the history file
  • List running processes, modify process priority, and stop processes
  • List and control jobs  

Topics:

  • Understanding Shells
  • Typing at the Command Line
  • Editing and the Command Line
  • Understanding Variables
  • Customizing Environment VariablesWorking with the PATH Variable
  • Working with the PROMPT Variable
  • Working with the HOME Variable
  • Understanding the HISTORY File
  • Viewing the HISTORY File with fc
  • Understanding Processes
  • Listing Processes with ps and top
  • Editing Process Priority with nice
  • Managing Jobs
  • Sending Signals to Processes    

Learning Segment 4 : File System Maintenance    

Summary:

This learning segment shows users how to mount and unmount file systems, verify file system integrity, perform disk maintenance tasks, manage disk quotas, create links to files, and locate files.  

Objectives:

  • Mount and unmount file systems
  • Identify and describe the files controlling file
  • system configuration
  • Verify filesystem integrity
  • Perform disk maintenance
  • Manage disk quotas
  • Create hard and symbolic links to files
  • Locate important system files  

Topics:

  • Mounting Filesystems
  • Unmounting Filesystems
  • Filesystem Configuration Files
  • Using fsckChecking Disk UsageDisk Maintenance
  • Understanding Disk Quotas
  • Enabling Disk Quotas
  • Setting Disk Quotas
  • Verifying Disk Quotas
  • Understanding Links
  • Creating Hard Links
  • Creating Symbolic Links
  • Understanding the System File Hierarchy
  • Locating Files with find
  • Locating Files with locate
  • Locating Commands with which    

Learning Segment 5 : Users and Groups    

Summary:

This learning segment shows users how to create and manage user accounts and how to manage groups.  

Objectives:

  • Describe the purpose of the root account
  • Create and delete user accounts
  • Manage user passwords
  • Create, modify, and delete user groups  

Topics:

  • Using root
  • Understanding the /etc/passwd File
  • Managing User Passwords
  • Creating Users by Editing /etc/passwd
  • Creating Users with useradd
  • Modifying Users with usermod
  • Deleting UsersSpecial User Accounts
  • Understanding Groups
  • Creating Groups
  • Identifying Default Groups
  • Modifying and Deleting Groups
  • Understanding Systems Group
  • sWorking with Shadow Passwords
  • Understanding User Startup Files    

Learning Segment 6 : Text Streams    

Summary:

This learning segment shows users basic Linux commands for editing, filtering, and manipulating text.  

Objectives:

  • Use the sed command to filter text
  • Use the sort utilityCut and paste text
  • Divide files using pr and split
  • Direct output using pipes, tee, and xargs  

Topics:

  • Filtering Text with sed
  • Sorting Text with sort
  • Selecting Characters with cut and paste
  • Viewing Partial Files
  • Editing Text with fmt
  • Using join
  • Modifying Tabs and Line Numbers
  • Dividing Files with pr and splitd Output
  • Redirecting Output
  • Directing Output Using Pipes
  • Using tee and xargs    

Learning Segment 7 : Permissions    

Summary:

This learning segment shows users how to manage user and group permissions for files and directories.  

Objectives:

  • Change the owner and group associated with a file
  • Define read, write, and execute permissions as applied to files and directories
  • Change permissions using symbols
  • Change permissions using numbers
  • Change the default permissions set for newly created files and directories  

Topics:

  • Changing the Owner of a File
  • Changing the Group for a File
  • Understanding File and Directory Access
  • Understanding File Access
  • Understanding Directory Access
  • Changing Permissions with Symbols
  • Changing Permissions with Numbers
  • Special Permissions
  • Setting Default Permissions    

Learning Segment 8 : Administration and Documentation    

Summary:

This learning segment shows users how to schedule jobs, manage system logging, and document their own Linux systems.  

Objectives:

  • Schedule and manage jobs using the at command
  • Schedule jobs using the batch command
  • Schedule and manage jobs using cron
  • Configure and manage system logging
  • Document a Linux system
  • Identify key documentation resources  

Topics:

  • Scheduling Jobs with at
  • Managing Jobs scheduled with at
  • Scheduling Jobs with batch
  • Scheduling Jobs with crontab
  • Managing cron Jobs
  • Managing System
  • Logging with syslogd
  • Configuring syslogd
  • Managing Logs
  • Rotating Logs
  • Archiving Logs
  • Using Logs for Troubleshooting
  • Documenting and Supporting Your System
  • Using Documentation
  • Managing Documentation Support    

Learning Segment 9 : Backup and Restore    

Summary:

This learning segment introduces users to the process of planning a backup strategy and shows them how to create and restore a backup.  

Objectives:

  • Create a backup and restoration strategy based on business requirements
  • Differentiate between full backups, partial backups, incremental backups, and copies
  • Plan for backup storage and retention
  • Create a backup using the tar utility
  • Restore a backup that was created using the tar utility
  • Create and restore backups using cpio  

Topics:

  • Identifying Backup Requirements
  • Choosing a Backup Strategy
  • Planning a Backup
  • Choosing a Backup Type
  • Backup Storage and Retention
  • Restoring Files from Backup
  • Creating Backups with tar
  • Restoring Files with tar
  • Creating and Restoring Backups with cpio

Features:

  • Activities allow learners to apply course concepts in an interactive questioning environment.
  • Exercises allow learners to practice in the actual application being studied.
  • A Course Topics list contains active hyperlinks, permitting quick access to specific topics.
  • Find-A-Word allows learners to look up an unfamiliar term in the Glossary, on the Web, or in a dictionary. In addition, it lets them find other occurrences of the term in the same course.
  • Search text enables learners to rapidly search all text within a course to easily retrieve information required.
  • Courses challenge the learner with a variety of question formats, including multi-step simulations, true/false, multiple choice, and fill-in-the-blank.
  • A skill assessment generates a customized learning path based on the results of a pre-test.
  • A glossary provides a reference for definitions of unfamiliar terms. Bookmarking tracks the learner's progress in a course.  

Technical Requirements:

P500+ Processor, 128MB of RAM; Windows 2000, 2003, XP, Minimum screen resolution 800x600, Internet Explorer 5.5 or higher; Windows Media Player 9.0 or higher; Flash 8.0 or higher; 56K minimum connection; broadband (256 kpbs or higher) connection recommended; Cookies enabled; Sound card with speakers or headphones strongly recommended.

Share This
Share:
  • Digg
  • del.icio.us
  • Mixx
  • Google
  • Facebook
  • LinkedIn
  • YahooMyWeb
  • StumbleUpon
  • Technorati
  • TwitThis
FREE COURSES
Free Trial to 1000 Courses
Get FREE Access to Over 1000 Video Training Courses

* indicates a required field
 
TESTIMONIALS
Raj Odedra passed his MCSE in just six months! "I Passed my MCSE in Just Six Months!"
Raj Odedra
read more