nprint - NetWare print client


SUBMITTED BY: Guest

DATE: June 4, 2014, 6:39 a.m.

FORMAT: Text only

SIZE: 3.6 kB

HITS: 5021

  1. NAME
  2. nprint - NetWare print client
  3. SYNOPSIS
  4. nprint [ -S server ] [ -h ] [ -U username | -n ] [ -C ] [ -q queuename ] [ -d job-description ] [ -p pathname-in-banner ] [ -B username-in-banner ] [ -s ] [ -f filename-in-banner ] [ -l lines ] [ -r rows ] [ -c copies ] [ -t tab size ] [ -T ] [ -N ] [ -F form-number ] filename
  5. DESCRIPTION
  6. With nprint, you can print files on print queues of a NetWare file server.
  7. There are a lot of options, so you should probably wrap some default configurations into some shell scripts.
  8. nprint looks up the file $HOME/.nwclient to find a file server, a user name and possibly a password. See nwclient(5) for more information. Please note that the access permissions of .nwclient MUST be 600, for security reasons.
  9. OPTIONS
  10. filename
  11. filename is the name of the file you want to print. If file is '-', or no filename is given, standard input is used.
  12. -h
  13. -h is used to print out a short help text.
  14. -S server
  15. server is the name of the server you want to use.
  16. -U username
  17. username is the user name to use for the print request at the server.
  18. -P password
  19. password is the password to use for the print request at the server. If neither -n nor -P are given, and the user has no open connection to the server, nprint prompts for a password.
  20. -n
  21. -n should be given if no password is required for the print request.
  22. -C
  23. By default, passwords are converted to uppercase before they are sent to the server, because most servers require this. You can turn off this conversion by -C.
  24. -q queuename
  25. queuename is the name of the print queue to use at the print server. At present, you must specify it in upper case characters.
  26. -d job-description
  27. job-description is the string that appears in pconsole when you list the jobs for the print queue. It will also appear in the "Description" field on the banner page.
  28. -p pathname-in-banner
  29. pathname-in-banner is the string (up to 79 characters) you want to be printed in the "Directory" field on the banner page.
  30. -B username-in-banner
  31. username-in-banner is the string (up to 12 characters) you want to appear on the lower part of the banner page. It will also appear in the "User name" field.
  32. -s
  33. Supress printing of banner page
  34. -f filename-in-banner
  35. filename-in-banner is the string (up to 12 characters) you want to appear in large letters on the lower part of the banner page. Default: the name of the file that is printed, or 'stdin'.
  36. -l lines
  37. lines is the number of lines to put on one page. Default: 66.
  38. -r rows
  39. rows is the number of rows to put on one page. Default: 80.
  40. -c copies
  41. copies tells the print server to the specified number of copies. Default: 1.
  42. -t tabs
  43. tabs is the number of spaces to print for a Tab-Character. Default: 8.
  44. -T
  45. tells the print server to expand Tab-Character and use 8 spaces
  46. -N
  47. tells the print server not to use Form Feeds
  48. -F form-number
  49. form-number is the the number of the form to be put into the printer. If it's different from the one currently in the printer, your job is only printed if a printer operator has put in the correct form.
  50. NOTES
  51. The '-B' option was formerly '-b'. But it conflicted with 'bindery only' login option.

comments powered by Disqus