Differences between revisions 6 and 7
Revision 6 as of 2013-09-18 06:09:33
Size: 306
Editor: localhost
Comment: converted to 1.6 markup
Revision 7 as of 2013-12-04 01:53:15
Size: 330
Editor: test07
Comment:
Deletions are marked like this. Additions are marked like this.
Line 23: Line 23:

service cups restart

CANCEL PRINT JOBS

Type:

lprm -P"printername" all

or

lprm -a all (you need to be root to do this)

(If the system is running "cups" then you can just run lprm -

lprm -P marion2_overlay -

ENABLING PRINTERS

Type:

su -

cupsenable "printername"

/etc/init.d/cups start

service cups restart

Print_Jobs (last edited 2024-02-16 05:17:37 by JennyTinsey)