<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>control line &#8211; lifeLinux: Linux Tips, Hacks, Tutorials, Ebooks</title>
	<atom:link href="https://lifelinux.com/tag/control-line/feed/" rel="self" type="application/rss+xml" />
	<link>https://lifelinux.com</link>
	<description>All About Linux !</description>
	<lastBuildDate>Tue, 23 Aug 2011 05:24:54 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=5.5.3</generator>
	<item>
		<title>How To Disable Ctrl + Alt + Del On Ubuntu 11</title>
		<link>https://lifelinux.com/how-to-disable-ctrl-alt-del-on-ubuntu-11/</link>
					<comments>https://lifelinux.com/how-to-disable-ctrl-alt-del-on-ubuntu-11/#respond</comments>
		
		<dc:creator><![CDATA[lifeLinux]]></dc:creator>
		<pubDate>Tue, 23 Aug 2011 05:18:06 +0000</pubDate>
				<category><![CDATA[Sys Admin]]></category>
		<category><![CDATA[/etc/event.d/control-alt-delete]]></category>
		<category><![CDATA[/etc/init/control-alt-delete.conf]]></category>
		<category><![CDATA[alt key]]></category>
		<category><![CDATA[combination system]]></category>
		<category><![CDATA[control alt delete]]></category>
		<category><![CDATA[control line]]></category>
		<category><![CDATA[control system]]></category>
		<category><![CDATA[ctrl alt del]]></category>
		<category><![CDATA[exec]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[linux server]]></category>
		<category><![CDATA[sudo command]]></category>
		<guid isPermaLink="false">http://www.lifelinux.com/?p=972</guid>

					<description><![CDATA[<p>To disable the reboot action taken by pressing the Ctrl+Alt+Delete key combination, comment out the following line in the file /etc/init/control-alt-delete.conf. Type the following command # sudo vi /etc/init/control-alt-delete.conf Output # control-alt-delete - emergency keypress handling # # This task is run whenever the Control-Alt-Delete key combination is # pressed, and performs a safe reboot [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://lifelinux.com/how-to-disable-ctrl-alt-del-on-ubuntu-11/">How To Disable Ctrl + Alt + Del On Ubuntu 11</a> appeared first on <a rel="nofollow" href="https://lifelinux.com">lifeLinux: Linux Tips, Hacks, Tutorials, Ebooks</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p></p><p>To disable the reboot action taken by pressing the Ctrl+Alt+Delete key combination, comment out the following line in the file /etc/init/control-alt-delete.conf.<br />
<span id="more-972"></span><br />
Type the following command</p>
<pre>
# sudo vi /etc/init/control-alt-delete.conf
</pre>
<p>Output</p>
<pre>
# control-alt-delete - emergency keypress handling
#
# This task is run whenever the Control-Alt-Delete key combination is
# pressed, and performs a safe reboot of the machine.

description     "emergency keypress handling"
author          "Scott James Remnant <scott@netsplit.com>"

start on control-alt-delete

task
exec shutdown -r now "Control-Alt-Delete pressed"
</pre>
<p>Change the following line</p>
<pre>
exec shutdown -r now "Control-Alt-Delete pressed"
</pre>
<p>To</p>
<pre>
#exec shutdown -r now "Control-Alt-Delete pressed"
</pre>
<p>Save and exit the file</p>
<g:plusone href="https://lifelinux.com/how-to-disable-ctrl-alt-del-on-ubuntu-11/" size="standard"  annotation="none"   ></g:plusone><p>The post <a rel="nofollow" href="https://lifelinux.com/how-to-disable-ctrl-alt-del-on-ubuntu-11/">How To Disable Ctrl + Alt + Del On Ubuntu 11</a> appeared first on <a rel="nofollow" href="https://lifelinux.com">lifeLinux: Linux Tips, Hacks, Tutorials, Ebooks</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://lifelinux.com/how-to-disable-ctrl-alt-del-on-ubuntu-11/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
