If you are seeking to pass the LPIC-1 101-500 exam, then this course is for you. This course provides coverage of 100% of the exam objectives and topics in an easy-to-digest format, and a practice exam to help test your knowledge.
If you are seeking to pass the LPIC-1 101-500 exam, then this course is for you. This course provides coverage of 100% of the exam objectives and topics in an easy-to-digest format, and a practice exam to help test your knowledge.
In this course you will:
Explore all the LPIC-1 101-500 exam's objectives and concepts.
Obtain basic knowledge on Linux topics, such as how to reach a Linux command line and distribution differences.
Gather a basket of useful Linux term definitions, such as absolute directory references, kernel modules, inode numbers, and sticky bits.
Participate in a guided-tour through advanced Linux concepts, such as screen multiplexers, messaging with D-Bus, and systemd mount units.
Obtaining your LPIC-1 certification demonstrates that you have the Linux skills to get the job done, and it increases your future salary potential. The Linux Professional Institute LPIC-1 certification is respected around the world, so you can get a job anywhere, even if the company is on the other side of the globe.
In this course, the over 270 items in the LPIC-1 Exam 101-500 objectives are divided up into bit-sized chunks. These chunks have been organized in an educational manner, instead of numerical, allowing you to better grasp concepts. You'll watch a few video lectures that include exploring the objective items at the Linux command line. After that, you can take your own guided-tour through the concepts using hands-on labs. Each group of lectures has a practice quiz to help reinforce the section's information, increasing the chances of permanently storing the concepts into your memory for later recall. There is also a complete practice exam at the end of the course to check your readiness for the real LPIC-1 Exam.
Who's your instructor in this course? I'm an award-winning certified instructor who has taught Linux classes at the college-level and beyond for years. I am also a world-renowned author who has written several educational books on Linux topics. I also have personal experience with system administration and learning new-to-me operating systems. Therefore, I know how to break up concepts and order them for faster consumption.
If you want to pass the LPIC-I 101-500 certification exam, then this is the right course for you. Own your own Linux throne. Let's get started.
Providing an overview of this LPI LPIC-1 exam 1 course, including:
An introduction to the certification exam
What to expect on the exam
An introduction to the course instructor
What type of practice environment is needed
The concept of a Linux distribution
Learn how to open a terminal emulator app within a Graphical User Interface and reach the command line through a virtual terminal.
Learn how to use commands that answer questions, such as:
What user account am I using?
What directory am I currently in?
What terminal am I logged into?
What’s here in this directory?
Learn about at the Linux virtual directory system, the FHS (Objective 104.7), and more options for the list command.
Learn how to move around the Virtual Directory System with the change directory command, use commands with and without arguments, and understand absolute and relative directory references.
This 10 question multiple-choice quiz covers topics from the lectures in section 1.
Learn how to explore your Linux system in order to uncover information about it, such as details about the Linux kernel, and Bash shell version information.
Learn about commands that are built into the Bash shell and those that are externel, and how to identify them. Also, learn how to determine where a command program is located in the virtual directory structure.
Learn how to get help while working in the command line.
Learn how to work much faster at the command line by viewing a list of previously entered commands, recalling them, using them again, and modifying the commands as needed.
Learn how to concern display text file contents and obtain file information.
Learn how to use two different pager utilities, and how they can help you view text file contents.
Learn how to:
Determine the number of lines, words, and bytes that are in a text file.
Display only unique lines of a text file.
Add line numbers to a text file.
Learn how to use three different hash algorithms, and learn about various hash values.
Learn how to:
Sort a text file alphabetically and numerically.
Paste two text files together.
Split a text file apart.
Pull out certain fields from a text file’s records.
Learn how to:
Change one letter or number in a text file to a different one in it’s output.
Translate a text file's contents into octal and hexadecimal.
Use basic features in a stream text editor.
Learn how to perform basic searches using a powerful search utility, to find text:
Regardless of its case.
Located at the end of a text record.
Positioned at the beginning of a text record.
Learn about the concept of redirection, and how to redirect input with a command-line utility.
Learn how to redirect output using various methods.
Learn about the concepts of pipes and how to redirect both input and output as well as display information and save it to a file.
Learn how to redirect an error message to a non-standard location.
Learn how to build commands on-the-fly using three different methods.
Learn about regular expressions and learn how to use them to search for:
Several characters in one character position.
A range of characters in one character position.
A character that has special meaning to the Bash shell.
A character that is present zero or more times in a pattern.
Anything within a particular pattern.
Learn about extended regular expressions, and how to use them to search for:
A character that is present one or more times in a pattern
A character that is present zero or one time in a pattern
Either one pattern or another pattern in a search
Learn about two grep variant commands that are kept for historical applications.
Lean how to use sed to find text and then conduct some stream editing on it, and how to use a regular expression pattern, instead of plain text in sed’s search function.
Learn how to:
Locate files related to commands and obtain information about them.
Use a command that finds another command’s binary, source, and manual pages files.
Learn how to:
Use a single command to quickly find files.
Use a command with complex criteria to find files.
Learn how to use the list command with wildcards and determine a file's type.
Learn how to:
Create a file just by touching it.
Fill a file with data without using a text editor.
Delete selected files.
Learn about the difference between copying and moving a file, and how to:
Copy a file to a new location and give it a new name.
Move a file to a new location and give it a new name.
Learn how to:
Create a directory.
Look a directory file’s information.
View a directory’s files and it’s tree of subdirectories.
Learn how to remove directories that are emply or full of materials.
Learn how to copy or move an entire directory tree.
Learn about file compression, and how to use three different utilities to compress and decompress files on Linux.
Lean how to use three different utilities to view files that are currently compressed.
Learn how to:
Create a tar archive.
View the files that are already in a tar archive file.
Restore files from a tar archive file.
Compress and decompress archive files on-the-fly.
Learn how to:
Create a cpio archive.
View the files that are already in cpio archive file.
Restore files from cpio archive file.
Learn about creating a duplicate disk with the dd utility.
Learn about basic text editor concepts and three differnt text editors.
Learn about the three modes of the vim/vi editor, and learn how to switch between those modes while using the editor as well as five different ways to exit the editor when you are done.
Learn how to do the following in command mode:
Make subtle moves.
Jump to a text line’s beginning, and its end.
Search for text.
Scroll up and down the screen.
Learn how to
Append and insert text.
Open a new line below current line and insert text.
Delete text.
Copy text.
Paste deleted and copied text.
Learn how to:
Read a file into the text editor’s buffer, after you are already in the editor.
Temporarily add line numbers to a file.
Convert line endings from Windows to Linux and vice versa.
Learn how to:
View permission, owner, and group members information on a file or directory, and interpret it.
Determine your owner name.
View your current group memberships.
Learn how to change a files group and owner.
Learn about file modes and how to change a file’s permissions using both symbolic and octal mode.
Learn about three special permissions and their purposes, and how to set these permissions using symbolic and octal mode.
Learn about about default file and directory permissions, and managing the default creation mask.
Learn about hard and soft links, and how to create them and view them.
Learn about the definition of a process, and how to view and search for processes.
Learn how to monitor processes and look at system resource information
Learn how to run jobs in the foreground, move them to the background, and how to start jobs in the background.
Learn about process signals, and the various methods to send signals to processes.
Learn how to manage process priority; set a process' priority before it is run, and after it is run.
Explore the concept of environment variables and look at a few important ones to know.
Learn about a few more important Environment Variables:
Variables that describe your user account
Important system setting variabless
A variable that shows your Bash shell's current version
Learn about the PATH Environment Variable and how to invok programs Inside and outside the defined path.
Learn about (and how to modify) the following environment variables:
PS1
PS2
EDITOR
Learn about subshells and how to start one. Also learn how to keep environment shell definitions set when you enter a subshell.
Learn about terms concerning disks, partitions, and filesystems, and learn how to use commands that let you look at these items as well as swap space.
Learn about how Linux represents SATA, SCSI, USB-attached, and optical drives as well as older devices, such as PATA disks and floppy disks
Learn about basic Logical Volume Management features, including the Device Mapper, and the btrfs filesystem.
Learn how to use the older list device utility that pulls information from the /proc/ioports, /proc/dma, and the /proc/interrupts files.
Also, learn about device directories that list a system’s mass storage devices by their WWIDs, their labels, by their UUID, and by their attachment to the system.
OpenCourser helps millions of learners each year. People visit us to learn workspace skills, ace their exams, and nurture their curiosity.
Our extensive catalog contains over 50,000 courses and twice as many books. Browse by search, by topic, or even by career interests. We'll match you to the right resources quickly.
Find this site helpful? Tell a friend about us.
We're supported by our community of learners. When you purchase or subscribe to courses and programs or purchase books, we may earn a commission from our partners.
Your purchases help us maintain our catalog and keep our servers humming without ads.
Thank you for supporting OpenCourser.