2025-03-14 21:59:59 -06:00
|
|
|
# cups-config
|
|
|
|
|
|
|
|
|
|
> Show technical information about your CUPS print server installation.
|
|
|
|
|
> More information: <https://openprinting.github.io/cups/doc/man-cups-config.html>.
|
|
|
|
|
|
|
|
|
|
- Show where CUPS is currently installed:
|
|
|
|
|
|
|
|
|
|
`cups-config --serverbin`
|
|
|
|
|
|
|
|
|
|
- Show the location of CUPS' configuration directory:
|
|
|
|
|
|
|
|
|
|
`cups-config --serverroot`
|
|
|
|
|
|
|
|
|
|
- Show the location of CUPS' data directory:
|
|
|
|
|
|
|
|
|
|
`cups-config --datadir`
|
|
|
|
|
|
|
|
|
|
- Display help:
|
|
|
|
|
|
|
|
|
|
`cups-config --help`
|
|
|
|
|
|
2026-02-18 06:55:01 -07:00
|
|
|
- Display version:
|
2025-03-14 21:59:59 -06:00
|
|
|
|
|
|
|
|
`cups-config --version`
|