Forrest logo
back to context overview

cupsd

List of commands for cupsd:

  • cupsd:tldr:0310a cupsd: Start `cupsd` on the [f]oreground.
    $ cupsd -f
    try on your machine
    explain this command
  • cupsd:tldr:26c0f cupsd: Start `cupsd` in the background, aka. as a daemon.
    $ cupsd
    try on your machine
    explain this command
  • cupsd:tldr:57cdf cupsd: [t]est the `cups-file`[`s`]`.conf` configuration file for errors.
    $ cupsd -t -s ${path-to-cups-files-conf}
    try on your machine
    explain this command
  • cupsd:tldr:5863c cupsd: Start `cupsd` using the specified `cups-file`[`s`]`.conf` configuration file.
    $ cupsd -s ${path-to-cups-files-conf}
    try on your machine
    explain this command
  • cupsd:tldr:81639 cupsd: [l]aunch `cupsd` on-demand (commonly used by `launchd` or `systemd`).
    $ cupsd -l
    try on your machine
    explain this command
  • cupsd:tldr:a0f67 cupsd: [t]est the [`c`]`upsd.conf` configuration file for errors.
    $ cupsd -t -c ${path-to-cupsd-conf}
    try on your machine
    explain this command
  • cupsd:tldr:f21a3 cupsd: Display all available options.
    $ cupsd -h
    try on your machine
    explain this command
  • cupsd:tldr:fe79d cupsd: Start `cupsd` using the specified [`c`]`upsd.conf` configuration file.
    $ cupsd -c ${path-to-cupsd-conf}
    try on your machine
    explain this command
back to context overview