Use lpquota to check your printer quota. Your printer quota is also displayed in the "Message of the Day" box on your screen each time you log in.
You need to purchase more paper. Go to the Systems Lab, 2350 Computer Science, to purchase more paper. Bring your checkbook or a money order; we can not accept cash.
Paper quota adjustments are normally processed in a few minutes.
Price | Pages |
---|---|
$2.00 | 50 sheets |
$3.00 | 100 sheets |
$4.00 | 150 sheets |
$5.00 | 200 sheets |
$6.00 | 250 sheets |
The Systems Lab is open from 8AM to 5PM, Monday-Friday and can handle your paper purchase during those times. Unused purchased paper is carried over to the next semester.
Yes.
Quotas are checked each time a job starts. If you're within quota when you start, even by only one page, you can submit the job to the printer.
The total pages printed updates after the job is complete. If the pages printed is greater than the number of pages left in your printer quota, you will go over. If you have more printing to do, you will have to purchase paper to cover those printed pages plus what you expect to have to print out after that.
Type lpquota -p to see a list of printers you have access to.
The department color printers are set up only for research users. Users are billed to a UW fund for any printouts generated on these printers.
Faculty, staff or graduate students who need access to the color printers should contact the Systems Lab with a fund number (and faculty advisor if appropriate) for billing purposes.
Use the lpq command. To check on a specific printer, you will need to add the -Pprinter option.
Examples:lpq | Checks the printer queue for the laser printer queue |
lpq -P5b | Checks the printer queue for the 5b printer queue |
Changing your default printer will allow you to print to the default printer without going through Windows NT print dialog menus or specifying the printer queue name each time when printing from a UNIX system.
Set the PRINTER environment variable before running the print command.
You will need to set the default printer.
Use the -h option to lpr when submitting your print job.
Use the lprm command.
Examples:
lprm -Plaser 567 | Removes job 567 from the laser printer queue |
lprm -P3a tim | Removes all jobs from user tim form the laser printer queue |