Guest User

Untitled

a guest
Jun 23rd, 2018
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. man lprm
  2.  
  3. lprm -
  4.  
  5. -E Forces encryption when connecting to the server.
  6.  
  7. -P destination[/instance]
  8. Specifies the destination printer or class.
  9.  
  10. -U username
  11. Specifies an alternate username.
  12.  
  13. -h server[:port]
  14. Specifies an alternate server.
  15.  
  16. lprm
  17.  
  18. Cancel job 1234:
  19.  
  20. lprm 1234
  21.  
  22. Cancel all jobs:
  23.  
  24. lprm -
Add Comment
Please, Sign In to add comment