Zum Inhalt springen

Sysctl/Parameter: Unterschied zwischen den Versionen

Aus Foxwiki
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
|-
|-
| /proc/sys/abi/ ||  
| abi/ ||  
|-
|-
| /proc/sys/debug/ ||  
| debug/ ||  
|-
|-
| /proc/sys/fs/ ||  
| fs/ ||  
|-
|-
| /proc/sys/net/ ||  
| net/ ||  
|-
|-
| /proc/sys/user/ ||  
| user/ ||  
|-
|-
| /proc/sys/crypto/ ||  
| crypto/ ||  
|-
|-
| /proc/sys/dev/ ||  
| dev/ ||  
|-
|-
| /proc/sys/kernel/ ||  
| kernel/ ||  
|-
|-
| /proc/sys/sunrpc/ ||  
| sunrpc/ ||  
|-
|-
| /proc/sys/vm/ ||  
| vm/ ||  
|-
|-
|}
|}

Version vom 25. Januar 2025, 12:46 Uhr

Verzeichnis Beschreibung
abi/
debug/
fs/
net/
user/
crypto/
dev/
kernel/
sunrpc/
vm/