Printing in the Sunlab

Where can I print to?

Undergraduate CS-related coursework can be printed to bw1, the printer in the back of the Sunlab. For more information on departmental printing policies, click here.

How do I print from...

How do I print single-sided?

Add the -o sides=one-sided option to lpr.

The print queue

You can get a list of the jobs waiting in a print queue with the lpq command. You can use the -P option to see a print queue other than bw1. man lpq

Note that jobs sent to cis and cissingle both end up in the same queue.

If you submit a print job by accident, you can cancel it with the lprm command. Each time you run lprm, it removes one of your jobs from the queue. man lprm