conraid ha scritto:E tu ti fidi più di cosa dice un articolo di quello che dice il man?
man proc (o /usr/src/linux/Documentation/sysctl/kernel.txt) e leggi a cosa serve quel comando

Grazie Corrado, hai ragione, man proc
Codice: Seleziona tutto
/proc/sys/kernel/ctrl-alt-del
This file controls the handling of Ctrl-Alt-Del from the keyboard. When the value in this file is 0, Ctrl-Alt-Del is trapped and sent to the init(8) program to handle a grace-
ful restart. When the value is greater than zero, Linux's reaction to a Vulcan Nerve Pinch (tm) will be an immediate reboot, without even syncing its dirty buffers. Note:
when a program (like dosemu) has the keyboard in "raw" mode, the ctrl-alt-del is intercepted by the program before it ever reaches the kernel tty layer, and it's up to the pro-
gram to decide what to do with it.
In Slackware con /etc/inittab
funziona come descritto nel manuale, con in /etc/inittab
funziona come descritto nell'articolo, nessuna reazione, no reboot
poi se metti
diventa un reboot cattivo con e2fsck seguenti.
Quindi sysctl(8) e` confuso, a seconda della distro,
infatti l'autore dell'articolo usa sudare, quindi ...