mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00

* pages*: use generic word for help * git: add newline to the end Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com> * pages*: make help and version commands comply with the style guide * java: fix Java name --------- Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
36 lines
799 B
Markdown
36 lines
799 B
Markdown
# cupsd
|
|
|
|
> Server daemon for the CUPS print server.
|
|
> More information: <https://openprinting.github.io/cups/doc/man-cupsd.html>.
|
|
|
|
- Start `cupsd` in the background, aka. as a daemon:
|
|
|
|
`cupsd`
|
|
|
|
- Start `cupsd` on the [f]oreground:
|
|
|
|
`cupsd -f`
|
|
|
|
- [l]aunch `cupsd` on-demand (commonly used by `launchd` or `systemd`):
|
|
|
|
`cupsd -l`
|
|
|
|
- Start `cupsd` using the specified [`c`]`upsd.conf` configuration file:
|
|
|
|
`cupsd -c {{path/to/cupsd.conf}}`
|
|
|
|
- Start `cupsd` using the specified `cups-file`[`s`]`.conf` configuration file:
|
|
|
|
`cupsd -s {{path/to/cups-files.conf}}`
|
|
|
|
- [t]est the [`c`]`upsd.conf` configuration file for errors:
|
|
|
|
`cupsd -t -c {{path/to/cupsd.conf}}`
|
|
|
|
- [t]est the `cups-file`[`s`]`.conf` configuration file for errors:
|
|
|
|
`cupsd -t -s {{path/to/cups-files.conf}}`
|
|
|
|
- Display help:
|
|
|
|
`cupsd -h`
|