<?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>Craig Mayhew's Blog &#187; Sudoers</title>
	<atom:link href="http://www.craigmayhew.com/blog/tag/sudoers/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.craigmayhew.com/blog</link>
	<description></description>
	<lastBuildDate>Sun, 29 Jan 2012 21:51:29 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Ubuntu Error &#8220;sudo: /etc/sudoers is mode 0640, should be 0440&#8243;</title>
		<link>http://www.craigmayhew.com/blog/2009/09/ubuntu-error-sudo-etcsudoers-is-mode-0640-should-be-0440/</link>
		<comments>http://www.craigmayhew.com/blog/2009/09/ubuntu-error-sudo-etcsudoers-is-mode-0640-should-be-0440/#comments</comments>
		<pubDate>Sun, 27 Sep 2009 07:30:03 +0000</pubDate>
		<dc:creator>Craig Mayhew</dc:creator>
				<category><![CDATA[Guides/Fixes]]></category>
		<category><![CDATA[Linux/Ubuntu]]></category>
		<category><![CDATA[Linux Permissions]]></category>
		<category><![CDATA[Sudoers]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://www.craigmayhew.com/blog/?p=398</guid>
		<description><![CDATA[If for whatever reason you change the permissions on your sudoers file you will get a similar error to &#8220;sudo: /etc/sudoers is mode 0640, should be 0440&#8243; whenever you try to run the sudo command. The problem is that because the permissions are wrong on the sudoers file, linux won&#8217;t let you run the sudo [...]]]></description>
			<content:encoded><![CDATA[<p>If for whatever reason you change the permissions on your sudoers file you will get a similar error to &#8220;sudo: /etc/sudoers is mode 0640, should be 0440&#8243; whenever you try to run the sudo command. The problem is that because the permissions are wrong on the sudoers file, linux won&#8217;t let you run the sudo command!</p>
<p>To get around this press &#8220;Esc&#8221; at the grub loader screen when linux is booting and enter into the latest recovery mode. Then select the option that allows you to drop into a command line as root and type </p>
<pre style="border: 1px solid #FFFFFF; padding: 5px; overflow:auto;">
chmod 0440 /etc/sudoers
</pre>
<p>Then reboot and your troubles should be solved!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.craigmayhew.com/blog/2009/09/ubuntu-error-sudo-etcsudoers-is-mode-0640-should-be-0440/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
	</channel>
</rss>

