Before you start
Learn what these tutorials can teach you and how you can get the most from them.
The Linux Professional Institute (LPI) certifies Linux system administrators at two levels: junior level (also called "certification level 1") and intermediate level (also called "certification level 2"). To attain certification level 1, you must pass exams 101 and 102; to attain certification level 2, you must pass exams 201 and 202.
developerWorks offers tutorials to help you prepare for each of the four exams. Each exam covers several topics, and each topic has a corresponding self-study tutorial on developerWorks. For LPI exam 102, the nine topics and corresponding developerWorks tutorials are:
| LPI exam 102 topic | developerWorks tutorial | Tutorial summary |
|---|---|---|
| Topic 105 |
LPI exam 102 prep: Kernel | Learn how to install and maintain Linux kernels and kernel modules. |
| Topic 106 |
LPI exam 102 prep: Boot, initialization, shutdown, and runlevels | Learn how to boot a system, set kernel parameters, and shut down or reboot a system. |
| Topic 107 | LPI exam 102 prep: Printing | (This tutorial). Learn how to manage printers, print queues, and user print jobs on a Linux system. See detailed objectives below. |
| Topic 108 | LPI exam 102 prep: Documentation | Coming soon. |
| Topic 109 | LPI exam 102 prep: Shells, scripting, programming, and compiling | Coming soon. |
| Topic 111 | LPI exam 102 prep: Administrative tasks | Coming soon. |
| Topic 112 | LPI exam 102 prep: Networking fundamentals | Coming soon. |
| Topic 113 | LPI exam 102 prep: Networking services | Coming soon. |
| Topic 114 | LPI exam 102 prep: Security | Coming soon. |
To pass exams 101 and 102 (and attain certification level 1), you should be able to:
- Work at the Linux command line
- Perform easy maintenance tasks: help out users, add users to a larger system, back up and restore, and shut down and reboot
- Install and configure a workstation (including X) and connect it to a LAN, or connect a stand-alone PC via modem to the Internet
To continue preparing for certification level 1, see the developerWorks tutorials for LPI exams 101 and 102, as well as the entire set of developerWorks LPI tutorials.
The Linux Professional Institute does not endorse any third-party exam preparation material or techniques in particular. For details, please contact info@lpi.org.
Welcome to "Printing in Linux," the third of nine tutorials designed to prepare you for LPI exam 102. In this tutorial, you learn how to configure printers and manage print jobs in Linux.
This tutorial is organized according to the LPI objectives for this topic. Very roughly, expect more questions on the exam for objectives with higher weight.
| LPI exam objective | Objective weight | Objective summary |
|---|---|---|
| 1.107.2 Manage printers and print queues | Weight 1 | Configure and monitor print servers. Manage print queues and troubleshoot general printing problems. |
| 1.107.3 Print files | Weight 1 | Add and remove jobs from configured printer queues. Convert text files to PostScript for printing. |
| 1.107.4 Printer installation and configuration | Weight 1 | Install and configure local and remote printers, including printer daemons and print filters. Use local and remote printers, including PostScript, non-PostScript and Samba printers. |
To get the most from this tutorial, you should have a basic knowledge of Linux and a working Linux system on which to practice the commands covered in this tutorial.
This tutorial builds on content covered in previous tutorials in this LPI series, so you may want to first review the tutorials for exam 101.
Different versions of a program may format output differently, so your results may not look exactly like the listings and figures in this tutorial.
At the time of writing, the published LPI objectives for this topic are largely directed toward the Common UNIX Printing System (CUPS), with vestiges of the earlier LPD (line printer daemon) and LPRng (the next generation line printer, or LPR) printing systems. Accordingly, this tutorial is directed mainly toward CUPS, with only minor mention of the earlier technologies. For more complete preparation, you should also review other material on LPD and LPRng printing technologies.


