Disabling Ctrl+Alt+Del in Jessie vs Wheezy - Raspberry Pi Forums


for mixed linux / windows users default behavior of ctrl-alt-del 'three finger salute' may annoying - if working purely in command line.

in wheezy change can edit /etc/inittab file , reload:

code: select all

sudo nano /etc/inittab *** find line 'ctrlaltdel' (ctrl-w search) *** comment out adding hash '#' @ beginning of line *** save file (ctrl-o) , exit (ctrl-x) sudo init q 
in jessie there no inittab anymore - behavior controlled file /lib/systemd/system/ctrl-alt-del.target. change need remove current link, point link /dev/null , reload:

code: select all

sudo rm /lib/systemd/system/ctrl-alt-del.target sudo ln -s /dev/null /lib/systemd/system/ctrl-alt-del.target sudo systemctl daemon-reload 
bit more in blog (no ads) http://raspberrycompote.blogspot.com/20 ... ebian.html

nice, i've added cheat sheet , linked you.
http://librpip.frasersdev.net/linux/raspbian/


raspberrypi



Comments

Popular posts from this blog

invalid use of void expresion in FlexiTimer2 library

error: a function-definition is not allowed here before '{' token

LED Strip Code