cupsd(8)
            ordonnanceur cups
        
      
        
SYNOPSIS
cupsd [ -c cupsd.conf ] [ -f ] [ -F ] [ -h ] [ -l ] [
-s cups-files.conf ] [ -t ]
DESCRIPTION
cupsd is the scheduler for CUPS. It implements a printing system based
upon the Internet Printing Protocol, version 2.1, and supports most of the
requirements for IPP Everywhere. If no options are specified on the
command-line then the default configuration file /etc/cups/cupsd.conf
will be used.
OPTIONS
- -c cupsd.conf
- 
Uses the named cupsd.conf configuration file.
- -f
- 
Forcer cupsd à tourner au premier plan ; par défaut, cupsd tourne en
arrière-plan comme « démon ».
- -F
- 
Forcer cupsd à tourner au premier plan, mais détacher le processus du
terminal de contrôle et du répertoire de travail. Cette option est utile
pour lancer cupsd depuis init(8).
- -h
- 
Afficher un message d'aide.
- -l
- 
Cette option est passée à cupsd lorsqu'il est lancé par launchd(8) ou
systemd(8).
- -s cups-files.conf
- 
Utiliser le fichier de configuration cups-files.conf donné.
- -t
- 
Tester le fichier de configuration pour les erreurs de syntaxe.
 
FICHIERS
/etc/cups/classes.conf
/etc/cups/cups-files.conf
/etc/cups/cupsd.conf
/usr/share/cups/mime/mime.convs
/usr/share/cups/mime/mime.types
/etc/cups/printers.conf
/etc/cups/subscriptions.conf
 
CONFORMITÉ
cupsd fournit tous les attributs et opérations d’IPP/2.1. Il implémente
aussi plusieurs opérations d'administration spécifiques à CUPS.
EXEMPLES
Forcer 
cupsd à tourner en arrière-plan avec le fichier de configuration
par défaut :
    cupsd
Tester un fichier de configuration appelé 
test.conf :
    cupsd -t -c test.conf
Forcer 
cupsd à tourner au premier plan avec un fichier de configuration
appelé 
test.conf :
    cupsd -f -c test.conf
 
COPYRIGHT
Copyright 2007-2016 par Apple Inc.