mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-06-05 14:06:01 +02:00
sysctl: add more information link (#7718)
This commit is contained in:
parent
88f61f1d2e
commit
c837506fd7
3 changed files with 3 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
|||
# sysctl
|
||||
|
||||
> Laufzeit-Kernelparameter auflisten und ändern.
|
||||
> Weitere Informationen: <https://manned.org/sysctl.8>.
|
||||
|
||||
- Liste alle verfügbaren Kernelparameter mit ihren Werten auf:
|
||||
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
# sysctl
|
||||
|
||||
> Liste et modifie les variables d'exécution du noyau.
|
||||
> Plus d'informations : <https://manned.org/sysctl.8>.
|
||||
|
||||
- Affiche toutes les variables disponibles et leurs valeurs :
|
||||
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
# sysctl
|
||||
|
||||
> List and change kernel runtime variables.
|
||||
> More information: <https://manned.org/sysctl.8>.
|
||||
|
||||
- Show all available variables and their values:
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue