mirror of https://github.com/CrimsonTome/tldr.git
13 lines
369 B
Markdown
13 lines
369 B
Markdown
# a2disconf
|
||
|
||
> Désactive un fichier de configuration sur une distribution Debian.
|
||
> Plus d'informations : <https://manpages.debian.org/latest/apache2/a2disconf.8.en.html>.
|
||
|
||
- Désactive un fichier de configuration :
|
||
|
||
`sudo a2disconf {{fichier_de_configuration}}`
|
||
|
||
- N'affiche aucun message (mode silencieux) :
|
||
|
||
`sudo a2disconf --quiet {{fichier_de_configuration}}`
|