mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-19 13:01:30 +00:00
Update cheatsheets
This commit is contained in:
29
cups-config
Normal file
29
cups-config
Normal file
@@ -0,0 +1,29 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, common]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# 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`
|
||||
|
||||
- Display CUPS version:
|
||||
|
||||
`cups-config --version`
|
||||
Reference in New Issue
Block a user