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: 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: bit more in blog (no ads) http://raspberrycompote.blogspot.com/20 ... ebian.html
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
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
nice, i've added cheat sheet , linked you.
http://librpip.frasersdev.net/linux/raspbian/
http://librpip.frasersdev.net/linux/raspbian/
raspberrypi
Comments
Post a Comment