mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-21 22:02:09 +02:00
368 B
368 B
a2disconf
Désactive un fichier de configuration sur une distribution Debian. Plus d'information : 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}}