1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-06-06 13:26:05 +02:00
tldr/pages.fr/linux/a2enconf.md

13 lines
322 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://manned.org/a2enconf.8>.
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}}`