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 [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
 +