9Working With Print Service | 9 |
|
Commands you can use to manage the Print service in Mac OS X Server.
Starting and Stopping Print Service
To start Print service:
$ sudo serveradmin start print
To stop Print service:
$ sudo serveradmin stop print
Checking the Status of Print Service
To see summary status of Print service:
$ sudo serveradmin status print
To see detailed status of Print service:
$ sudo serveradmin fullstatus print
Viewing Print Service Settings
To list Print service configuration settings:
$ sudo serveradmin settings print
To list a particular setting:
$ sudo serveradmin settings print:setting
To list a group of settings:
You can list a group of settings that have part of their names in common by typing only as much of the name as you want, stopping at a colon (:), and typing an asterisk
(*)as a wildcard for the remaining parts of the name. For example, to see all settings for a particular print queue:
$ sudo serveradmin settings
where
89