文档介绍:LPI certification 101 exam prep (release
2), Part 2
Presented by developerWorks, your source for great tutorials
/developerWorks
Table of Contents
If you're viewing this document online, you can click any of the topics below to link directly to that section.
1. Before you start......................................................... 2
2. Regular expressions ................................................... 4
3. FHS and finding files................................................... 8
4. Process control ......................................................... 15
5. Text processing......................................................... 20
6. Kernel modules ......................................................... 26
7. Summary and resources .............................................. 31
LPI certification 101 exam prep (release 2), Part 2 Page 1 of 32
/developerWorks Presented by developerWorks, your source for great tutorials
Section 1. Before you start
About this tutorial
e to "Basic administration," the second of four tutorials designed to prepare you for
the Linux Professional Institute's 101 exam. In this tutorial, we'll show you how to use regular
expressions to search files for text patterns. Next, we'll introduce you to the Filesystem
Hierarchy Standard (FSH), and then show you how to locate files on your system. Then, we'll
show you how to take full control of Linux processes by running them in the background,
listing processes, detaching processes from the terminal, and more. Next, we'll give you a
whirlwind introduction to shell pipelines, redirection, and text mands. Finally,
we'll introduce you to Linux kernel modules.
This particular tutorial (Part 2) is ideal for those who have a good basic knowledge of bash
and want to receive a solid introduction to basic Linux administration tasks. If you are new to
Linux, we mend that plete Part 1 of this tutorial series first before continuing.
For some, much of this material