| nwuserlist | List users logged in at a NetWare server |
| nwvolinfo | Display info about NetWare volumes |
| nwbocreate | Create a NetWare bindery object |
| nwbols | List NetWare bindery objects |
| nwboprops | List properties of a NetWare bindery object |
| nwborm | Remove a NetWare bindery object |
| nwbpcreate | Create a NetWare bindery property |
| nwbpvalues | Print a NetWare bindery property's contents |
| nwbpadd | Set the value of a NetWare bindery property |
| nwbprm | Remove a NetWare bindery property |
Printing to a NetWare Print Queue
The
The only required option for nprint is the name of the file to print. If the filename specified is - or if no filename is specified at all, nprint will accept the print job from stdin. The most important nprint options specify the fileserver and print queue to which you wish the job to be sent. Table 15.4 lists the most important options.
Table 15.4: nprint Command-Line Options
| Option | Description |
|---|---|
| - S | The name of the NetWare fileserver supporting the print queue to which you wish to print. Usually it is convenient for the server to have an entry in |
| - q | The print queue to which to send the print job. This option is mandatory. |
| - d | Text that will appear in the print console utility when displaying the list of queued jobs. |
| - l | The number of lines per printed page. This defaults to 66. |
| - r | The number of columns per printed page. This defaults to 80. |
| - c | The number of copies of the job that will be printed. The default is 1. |
A simple example using nprint would look like:
$ nprint -S REDS01 -q PSLASER -c 2 /home/matt/ethylene.ps
This command would print two copies of the file
