<?xml version="1.0" encoding="UTF-8"?><rss
version="2.0"
xmlns:content="http://purl.org/rss/1.0/modules/content/"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:atom="http://www.w3.org/2005/Atom"
xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
> <channel><title>Comments on: How to disable CTRL-ALT-DEL from rebooting a Linux system</title> <atom:link href="http://www.ducea.com/2006/06/20/how-to-disable-ctrl-alt-del-from-rebooting-a-linux-system/feed/" rel="self" type="application/rss+xml" /><link>http://www.ducea.com/2006/06/20/how-to-disable-ctrl-alt-del-from-rebooting-a-linux-system/</link> <description>The Journal Of A Linux Sysadmin</description> <lastBuildDate>Sat, 31 Jul 2010 13:48:55 +0000</lastBuildDate> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.0</generator> <item><title>By: Peter</title><link>http://www.ducea.com/2006/06/20/how-to-disable-ctrl-alt-del-from-rebooting-a-linux-system/comment-page-1/#comment-181611</link> <dc:creator>Peter</dc:creator> <pubDate>Fri, 19 Feb 2010 13:43:25 +0000</pubDate> <guid
isPermaLink="false">http://www.ducea.com/2006/06/20/how-to-disable-ctrl-alt-del-from-rebooting-a-linux-system/#comment-181611</guid> <description>I got Ubuntu 9.10 Karma, and the /etc/event.d directory does not exist so I looked in the /etc/init directory instead. I edited the &quot;control-alt-delete.conf&quot; file /etc/init/control-alt-delete.conf and changed the lineexec shutdown -r now &quot;Control-Alt-Delete pressed&quot;toecho &quot;CONTROL-ALT-DELETE DISABLED&quot;and save the file. The init daemon should automagically reload this change, but just to be sure run this command:initctl reload-configurationIt works for me. I hope it works for you in the same Ubuntu version.</description> <content:encoded><![CDATA[<p>I got Ubuntu 9.10 Karma, and the /etc/event.d directory does not exist so I looked in the /etc/init directory instead. I edited the &#8220;control-alt-delete.conf&#8221; file /etc/init/control-alt-delete.conf and changed the line</p><p> exec shutdown -r now &#8220;Control-Alt-Delete pressed&#8221;</p><p>to</p><p> echo &#8220;CONTROL-ALT-DELETE DISABLED&#8221;</p><p>and save the file. The init daemon should automagically reload this change, but just to be sure run this command:</p><p> initctl reload-configuration</p><p>It works for me. I hope it works for you in the same Ubuntu version.</p> ]]></content:encoded> </item> <item><title>By: Installing Oracle VM 2.1.2 Server, Part I &#124; banjora {na+uk+mx{auxilium}}</title><link>http://www.ducea.com/2006/06/20/how-to-disable-ctrl-alt-del-from-rebooting-a-linux-system/comment-page-1/#comment-180360</link> <dc:creator>Installing Oracle VM 2.1.2 Server, Part I &#124; banjora {na+uk+mx{auxilium}}</dc:creator> <pubDate>Fri, 22 May 2009 17:34:53 +0000</pubDate> <guid
isPermaLink="false">http://www.ducea.com/2006/06/20/how-to-disable-ctrl-alt-del-from-rebooting-a-linux-system/#comment-180360</guid> <description>[...] Resolving the CTRL+ALT+DEL default [...]</description> <content:encoded><![CDATA[<p>[...] Resolving the CTRL+ALT+DEL default [...]</p> ]]></content:encoded> </item> <item><title>By: mnadeau</title><link>http://www.ducea.com/2006/06/20/how-to-disable-ctrl-alt-del-from-rebooting-a-linux-system/comment-page-1/#comment-178351</link> <dc:creator>mnadeau</dc:creator> <pubDate>Wed, 16 Jul 2008 20:17:09 +0000</pubDate> <guid
isPermaLink="false">http://www.ducea.com/2006/06/20/how-to-disable-ctrl-alt-del-from-rebooting-a-linux-system/#comment-178351</guid> <description>Thanks Marius,
Working mostly with Windoze, I usually press CTRL+ALT+DEL and ENTER to lock the screen when I finish working on a server or when leaving my Workstation.
This is going to save me (and my users) a lot of grief :-)</description> <content:encoded><![CDATA[<p>Thanks Marius,<br
/> Working mostly with Windoze, I usually press CTRL+ALT+DEL and ENTER to lock the screen when I finish working on a server or when leaving my Workstation.<br
/> This is going to save me (and my users) a lot of grief <img
src='http://www.ducea.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /></p> ]]></content:encoded> </item> <item><title>By: bbraski</title><link>http://www.ducea.com/2006/06/20/how-to-disable-ctrl-alt-del-from-rebooting-a-linux-system/comment-page-1/#comment-104680</link> <dc:creator>bbraski</dc:creator> <pubDate>Mon, 19 Nov 2007 21:49:47 +0000</pubDate> <guid
isPermaLink="false">http://www.ducea.com/2006/06/20/how-to-disable-ctrl-alt-del-from-rebooting-a-linux-system/#comment-104680</guid> <description>Since I pulled this up with a Google search I thought I&#039;d add that after Ubuntu 6.10 &quot;Edgy&quot;, Ubuntu has moved to Upstart as it&#039;s daemon controller. Inittab no longer exists.Instead you modify /etc/event.d/control-alt-delete. Either delete, comment out these lines:start on control-alt-deleteexec /sbin/shutdown - now &quot;Control-Alt-Delete pressed&quot;If you remove the lines, you may want to keep a copy somewhere. I tend to keep copies of config files I change (especially if I&#039;m mucking around out of curiosity) in a directory in my home folder, chown&#039;d to my regular user (because I&#039;m anal like that).</description> <content:encoded><![CDATA[<p>Since I pulled this up with a Google search I thought I&#8217;d add that after Ubuntu 6.10 &#8220;Edgy&#8221;, Ubuntu has moved to Upstart as it&#8217;s daemon controller. Inittab no longer exists.</p><p>Instead you modify /etc/event.d/control-alt-delete. Either delete, comment out these lines:</p><p>start on control-alt-delete</p><p>exec /sbin/shutdown &#8211; now &#8220;Control-Alt-Delete pressed&#8221;</p><p>If you remove the lines, you may want to keep a copy somewhere. I tend to keep copies of config files I change (especially if I&#8217;m mucking around out of curiosity) in a directory in my home folder, chown&#8217;d to my regular user (because I&#8217;m anal like that).</p> ]]></content:encoded> </item> <item><title>By: nessus</title><link>http://www.ducea.com/2006/06/20/how-to-disable-ctrl-alt-del-from-rebooting-a-linux-system/comment-page-1/#comment-103453</link> <dc:creator>nessus</dc:creator> <pubDate>Fri, 16 Nov 2007 15:15:36 +0000</pubDate> <guid
isPermaLink="false">http://www.ducea.com/2006/06/20/how-to-disable-ctrl-alt-del-from-rebooting-a-linux-system/#comment-103453</guid> <description>You say &quot;Also what I donâ€™t like about this shortcut is that you donâ€™t need to be logged in (no user/password needed - but only console access) to reboot the system.&quot;  This seems a little silly, because someone with console access has full ability to reboot the system anyway (it&#039;s called the power switch).  Ctrl-alt-del just lets them do a controlled reboot where the system can settle itself instead of power cycling.  So disabling it for this reason is stupid.(disabling it because you&#039;re worried you&#039;ll hit it by mistake makes more sense.)</description> <content:encoded><![CDATA[<p>You say &#8220;Also what I donâ€™t like about this shortcut is that you donâ€™t need to be logged in (no user/password needed &#8211; but only console access) to reboot the system.&#8221;  This seems a little silly, because someone with console access has full ability to reboot the system anyway (it&#8217;s called the power switch).  Ctrl-alt-del just lets them do a controlled reboot where the system can settle itself instead of power cycling.  So disabling it for this reason is stupid.</p><p>(disabling it because you&#8217;re worried you&#8217;ll hit it by mistake makes more sense.)</p> ]]></content:encoded> </item> <item><title>By: Bernardo</title><link>http://www.ducea.com/2006/06/20/how-to-disable-ctrl-alt-del-from-rebooting-a-linux-system/comment-page-1/#comment-66862</link> <dc:creator>Bernardo</dc:creator> <pubDate>Wed, 08 Aug 2007 20:42:21 +0000</pubDate> <guid
isPermaLink="false">http://www.ducea.com/2006/06/20/how-to-disable-ctrl-alt-del-from-rebooting-a-linux-system/#comment-66862</guid> <description>HiI&#039;m using SLES9 and I have the same problem with CTRL-ALT-DEL. Has anyone figured out how to make the echo to work every time?.
Thxs.</description> <content:encoded><![CDATA[<p>Hi</p><p>I&#8217;m using SLES9 and I have the same problem with CTRL-ALT-DEL. Has anyone figured out how to make the echo to work every time?.<br
/> Thxs.</p> ]]></content:encoded> </item> <item><title>By: EP</title><link>http://www.ducea.com/2006/06/20/how-to-disable-ctrl-alt-del-from-rebooting-a-linux-system/comment-page-1/#comment-254</link> <dc:creator>EP</dc:creator> <pubDate>Thu, 29 Jun 2006 20:31:39 +0000</pubDate> <guid
isPermaLink="false">http://www.ducea.com/2006/06/20/how-to-disable-ctrl-alt-del-from-rebooting-a-linux-system/#comment-254</guid> <description>Well, i tried this on Fedora today and it worked perfectly fine.  Simply cant figure out how to resove this with SUSE...</description> <content:encoded><![CDATA[<p>Well, i tried this on Fedora today and it worked perfectly fine.  Simply cant figure out how to resove this with SUSE&#8230;</p> ]]></content:encoded> </item> <item><title>By: - Marius -</title><link>http://www.ducea.com/2006/06/20/how-to-disable-ctrl-alt-del-from-rebooting-a-linux-system/comment-page-1/#comment-247</link> <dc:creator>- Marius -</dc:creator> <pubDate>Wed, 28 Jun 2006 07:21:51 +0000</pubDate> <guid
isPermaLink="false">http://www.ducea.com/2006/06/20/how-to-disable-ctrl-alt-del-from-rebooting-a-linux-system/#comment-247</guid> <description>Hmm... Very strange. Let me know how that went on RH. I have not tested it myself on Suse and don&#039;t have where to test it at this time...</description> <content:encoded><![CDATA[<p>Hmm&#8230; Very strange. Let me know how that went on RH. I have not tested it myself on Suse and don&#8217;t have where to test it at this time&#8230;</p> ]]></content:encoded> </item> <item><title>By: EP</title><link>http://www.ducea.com/2006/06/20/how-to-disable-ctrl-alt-del-from-rebooting-a-linux-system/comment-page-1/#comment-243</link> <dc:creator>EP</dc:creator> <pubDate>Tue, 27 Jun 2006 16:29:49 +0000</pubDate> <guid
isPermaLink="false">http://www.ducea.com/2006/06/20/how-to-disable-ctrl-alt-del-from-rebooting-a-linux-system/#comment-243</guid> <description>Aha... I am GMT -5...I am using SLES 9 (will try to test on redhat as well).  Pressing CTRL-ALT-DEL causes the message to print, but only once.  Anytime you press CTRL-ALT-DEL again, nothing happens.  Only after running init q will this get reset, and CTRL-ALT-DEL will again print the message (only once, until the next init q...)EP</description> <content:encoded><![CDATA[<p>Aha&#8230; I am GMT -5&#8230;</p><p>I am using SLES 9 (will try to test on redhat as well).  Pressing CTRL-ALT-DEL causes the message to print, but only once.  Anytime you press CTRL-ALT-DEL again, nothing happens.  Only after running init q will this get reset, and CTRL-ALT-DEL will again print the message (only once, until the next init q&#8230;)</p><p>EP</p> ]]></content:encoded> </item> <item><title>By: - Marius -</title><link>http://www.ducea.com/2006/06/20/how-to-disable-ctrl-alt-del-from-rebooting-a-linux-system/comment-page-1/#comment-242</link> <dc:creator>- Marius -</dc:creator> <pubDate>Mon, 26 Jun 2006 22:11:51 +0000</pubDate> <guid
isPermaLink="false">http://www.ducea.com/2006/06/20/how-to-disable-ctrl-alt-del-from-rebooting-a-linux-system/#comment-242</guid> <description>This is strange... It works properly on my side (tested with Debian / Ubuntu). What distribution are you using? does it show an error? or it keeps rebooting even after the change?
About the timezone, the server were this site is hosted is has that set to GMT+3 (as my local timezone).</description> <content:encoded><![CDATA[<p>This is strange&#8230; It works properly on my side (tested with Debian / Ubuntu). What distribution are you using? does it show an error? or it keeps rebooting even after the change?<br
/> About the timezone, the server were this site is hosted is has that set to GMT+3 (as my local timezone).</p> ]]></content:encoded> </item> </channel> </rss>
<!-- Served from: www.ducea.com @ 2010-07-31 16:51:30 by W3 Total Cache -->