Sysctl/Parameter: Unterschied zwischen den Versionen
Erscheinungsbild
Änderung 121909 von Dirkwagner (Diskussion) rückgängig gemacht. |
|||
Zeile 1: | Zeile 1: | ||
=== Parameter === | |||
; Verfügbaren Parameter | |||
<syntaxhighlight lang="bash" highlight="1" line> | |||
ls -dF /proc/sys/* | |||
/proc/sys/abi/ /proc/sys/debug/ /proc/sys/fs/ /proc/sys/net/ /proc/sys/user/ | |||
/proc/sys/crypto/ /proc/sys/dev/ /proc/sys/kernel/ /proc/sys/sunrpc/ /proc/sys/vm/ | |||
</syntaxhighlight> | |||
{| class="wikitable options" | {| class="wikitable options" | ||
! Verzeichnis !! Beschreibung | ! Verzeichnis !! Beschreibung |
Version vom 25. Januar 2025, 12:47 Uhr
Parameter
- Verfügbaren Parameter
ls -dF /proc/sys/*
/proc/sys/abi/ /proc/sys/debug/ /proc/sys/fs/ /proc/sys/net/ /proc/sys/user/
/proc/sys/crypto/ /proc/sys/dev/ /proc/sys/kernel/ /proc/sys/sunrpc/ /proc/sys/vm/
Verzeichnis | Beschreibung |
---|---|
abi/ | |
debug/ | |
fs/ | |
net/ | |
user/ | |
crypto/ | |
dev/ | |
kernel/ | |
sunrpc/ | |
vm/ |