mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-06-06 12:46:02 +02:00
a2enconf: add French translation
This commit is contained in:
parent
c015754120
commit
921808e02d
1 changed files with 12 additions and 0 deletions
12
pages.fr/linux/a2enconf.md
Normal file
12
pages.fr/linux/a2enconf.md
Normal file
|
@ -0,0 +1,12 @@
|
|||
# a2enconf
|
||||
|
||||
> Active un fichier de configuration sur une distribution Debian.
|
||||
> Plus d'information : <https://manpages.debian.org/latest/apache2/a2enconf.8.en.html>.
|
||||
|
||||
- Active un fichier de configuration :
|
||||
|
||||
`sudo a2enconf {{fichier_de_configuration}}`
|
||||
|
||||
- N'affiche aucun message (mode silencieux) :
|
||||
|
||||
`sudo a2enconf --quiet {{fichier_de_configuration}}`
|
Loading…
Add table
Reference in a new issue