1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-15 19:55:26 +02:00
tldr/pages.fr/linux/a2enconf.md

13 lines
354 B
Markdown
Raw Normal View History

2021-03-29 17:06:19 +02:00
# a2enconf
> Active un fichier de configuration sur une distribution Debian.
> Plus d'informations : <https://manpages.debian.org/latest/apache2/a2enconf.8.en.html>.
2021-03-29 17:06:19 +02:00
- Active un fichier de configuration :
2021-03-29 17:06:19 +02:00
`sudo a2enconf {{fichier_de_configuration}}`
- N'affiche aucun message (mode silencieux) :
2021-03-29 17:06:19 +02:00
`sudo a2enconf --quiet {{fichier_de_configuration}}`