Print Server Installation Manual
Creating a Spool Directory
You must now create a spool directory with access rights for the
print server.
Proceed as follows:
1. Enter the following command:
Syntax:
mkdir /usr/spool/<spool dir. name.>
chmod 770 /usr/spool/<spool dir. name>
chown daemon /usr/spool/<spool dir. name>
chgrp daemon /usr/spool/<spool dir. name>
Example:
mkdir /usr/spool/my_spool
chmod 770 /usr/spool/my_spool
chown daemon /usr/spool/my_spool
chgrp daemon /usr/spool/my_spool
Entering the Printer into the Spooler System
In order to enter the printer into the spooler system, a new entry
must be made into the '/etc/printcap' file.
The first line of this entry must start at the beginning of the line, the
following entries are preceded by a tab character. All lines belonging
to one entry must have a backslash (\) character at the end of a line.
No other character is allowed between the last character in a line
and the backslash. The backslash character itself must be the last
character in a line.
Proceed as follows:
1. Add the following entry to the '/etc/printcap' file:
Syntax:
<printer name>:\
:lp=/dev/<zero device name>:\
:of=/etc/printserver/interfaces/<script name>:\
:sd=/usr/spool/<spool dir. name.>:
Example:
my_printer:\
Printing via Shell Scripts
39
Need help?
Do you have a question about the Print Server and is the answer not in the manual?