1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-03-28 21:16:20 +01:00

a2dismod: add French translation

This commit is contained in:
Patrice Denis 2021-03-29 16:55:54 +02:00 committed by Waldir Pimenta
parent 7ba7ad7647
commit 60546a7d1c

View file

@ -0,0 +1,12 @@
# a2dismod
> Désactive un module Apache sur une distribution Debian.
> Plus d'information : <https://manpages.debian.org/latest/apache2/a2dismod.8.en.html>.
- Désactive un module :
`sudo a2dismod {{module}}`
- N'affiche aucun message (mode silencieux) :
`sudo a2dismod --quiet {{module}}`