Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revision Both sides next revision
help:general_linux:printing [2016/08/10 14:51]
jebailie [vprint]
help:general_linux:printing [2016/08/25 13:50]
jebailie [Acceptable use policy for the laser printer in the Asprey Lab]
Line 6: Line 6:
   * is limited to a maximum of 5 page(s) per job   * is limited to a maximum of 5 page(s) per job
  
-  * Please note that the __print logs__ are monitored.+  * Please note that the print logs are monitored.
  
 ===== vprint ===== ===== vprint =====
Line 15: Line 15:
   * mkdir .cups    * mkdir .cups 
   * cd .cups   * cd .cups
-  * echo "User 999//nnnnnn//> client.conf (ensure that quotes are used your 999 is entered)+  * echo 'User 999//nnnnnn//> client.conf (ensure that single quotes are used your 999 is entered)
   * chmod 400 client.conf  (ensure that you can only read the file)   * chmod 400 client.conf  (ensure that you can only read the file)
 +
 +In lieu of creating a client.conf file, the printing command can be specified on a terminal line:
 +
 +  * lpr -U 999//nnnnnn//-P vprint the.file
 +