<?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>Barryvan &#187; Linux</title>
	<atom:link href="http://www.barryvan.com.au/category/linux/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.barryvan.com.au</link>
	<description>Music, Programming, Design</description>
	<lastBuildDate>Sun, 08 Jan 2012 08:48:12 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Ubuntu and sudo</title>
		<link>http://www.barryvan.com.au/2009/03/ubuntu-and-sudo/</link>
		<comments>http://www.barryvan.com.au/2009/03/ubuntu-and-sudo/#comments</comments>
		<pubDate>Tue, 03 Mar 2009 08:08:35 +0000</pubDate>
		<dc:creator>Barry van Oudtshoorn</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[tips]]></category>

		<guid isPermaLink="false">http://www.barryvan.com.au/?p=95</guid>
		<description><![CDATA[Ubuntu disables access to the root account by default, for reasons which have never been particularly clear to me. They deem it preferable to give users sudo access, which is all well and good, but typing a series of commands, all prefixed by &#8216;sudo&#8217;, can be very tedious. Fortunately, there are a few ways around [...]]]></description>
			<content:encoded><![CDATA[<p>Ubuntu disables access to the root account by default, for reasons which have never been particularly clear to me. They deem it preferable to give users sudo access, which is all well and good, but typing a series of commands, all prefixed by &#8216;sudo&#8217;, can be very tedious.</p>
<p>Fortunately, there are a few ways around this.</p>
<p>The first is to use a super user shell. From a terminal or console, type:<br />
<code>sudo bash</code><br />
This will give you a shell with full root access, and save you needlessly typing &#8216;sudo&#8217;. (You can, of course, use other shell flavours, like zsh or csh if you prefer.)</p>
<p>A similar method is to run the &#8216;su&#8217; command with sudo, thusly:<br />
<code>sudo su</code><br />
which will also give you a shell with full root access, according to root&#8217;s preferred shell.</p>
<p>The third method is to alter the password protecting the root account. To do this, from a terminal or console, type:<br />
<code>sudo passwd root</code><br />
and enter a password for the root user. Now you will be able to log on to consoles (and, if you&#8217;re that way inclined, X sessions) as root.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.barryvan.com.au/2009/03/ubuntu-and-sudo/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

