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