Junior Level LPIC-1 Exam 101: File and Storage Administration
As an inherently multi-user system, Linux requires a way to manage disk usage by different users, and does so through quotas. Linux file system security is managed though user and group permissions ...
Junior Level LPIC-1 Exam 101: File Management and Redirects
Linux provides comprehensive file management capabilities from the command line. The use of streams, piping, and redirection greatly add to the power and flexibility of the command line. This course ...
Junior Level LPIC-1 Exam 101: Linux Installation
Before an installation of a Linux operating system can take place, decisions regarding the design and layout of hard disks need to be made. These decisions take into account a number of factors, ...
Junior Level LPIC-1 Exam 101: Linux Package Management
Package management systems are used for installing, uninstalling, and upgrading software in Linux. This course describes the most common package management systems - dpkg, which is the system used ...
Junior Level LPIC-1 Exam 101: Linux System Architecture
The basis of Linux System administration starts with understanding the hardware that makes up the system and how to install and configure it. This course describes the BIOS configuration of ...
Junior Level LPIC-1 Exam 101: Partitions and File Systems
Managing filesystems is an integral part of Linux administration. A filesystem in Linux isn't useful until it is mounted and because media devices such as optical and USB drives are considered ...
Junior Level LPIC-1 Exam 101: Process Management
An important part of Linux system management is knowing why and how to prioritize and manage processes. This course covers the concepts of process management and the tools available in Linux. This ...
Junior Level LPIC-1 Exam 101: Unix Command Line
As Linux is based on Unix, historically most of the administration was done at the command line. While GUI interfaces are common now in Linux distributions, the CLI is still heavily used. This course ...
Junior Level LPIC-1 Exam 101: Working With Text Files
Regular expressions in Linux provide the means to search for and match strings of text in text files. sed is a Linux utility for working with text files non-interactively, and vi is a utility for ...
Junior Level LPIC-1 Exam 102: Basic Linux network troubleshooting
To troubleshoot Linux network problems, you need to know how to configure and view routing interfaces, and how to use the wide array of network troubleshooting tools. DNS name resolution is vital to ...