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:
parent
7ba7ad7647
commit
60546a7d1c
1 changed files with 12 additions and 0 deletions
12
pages.fr/linux/a2dismod.md
Normal file
12
pages.fr/linux/a2dismod.md
Normal 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}}`
|
Loading…
Add table
Reference in a new issue