mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-03-28 21:16:20 +01:00
a2disconf: add French translation
This commit is contained in:
parent
95467a3bec
commit
31c8aa4ced
1 changed files with 12 additions and 0 deletions
12
pages.fr/linux/a2disconf.md
Normal file
12
pages.fr/linux/a2disconf.md
Normal file
|
@ -0,0 +1,12 @@
|
|||
# a2disconf
|
||||
|
||||
> Désactive un fichier de configuration sur une distribution Debian.
|
||||
> Plus d'information : <https://manpages.debian.org/latest/apache2/a2disconf.8.en.html>.
|
||||
|
||||
- Désactive un fichier de configuration :
|
||||
|
||||
`sudo a2disconf {{fichier_de_configuration}}`
|
||||
|
||||
- N'affiche aucun message (mode silencieux) :
|
||||
|
||||
`sudo a2disconf --quiet {{fichier_de_configuration}}`
|
Loading…
Add table
Reference in a new issue