|
|
|
|
-
Printserver
- Voraussetzung:
funktionierendes Linux Drucksystem
drucken
via CUPS
printable = yes
# drucken mit clientseitigen Druckertreiber
print command = lpr-cups -P %p -o raw %s
# drucken mit CUPS eigenen Treibern
# (benutzt generisches PostScript auf Clients)
; print command = lpr-cups -P %p %s
lpq command = lpstat -o %p
lprm command = cancel %p-%j
drucken
via lpr
printable = yes
print command = lpr -r -P%p %s
printer = lp
printing = BSD
lpq command: lpq -P%p
lprm command: lprm -P%p %j
|
|
|
|
|
|