<?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>Rob&#039;s Tech Fun and Games &#187; command line</title>
	<atom:link href="http://kipper.org.uk/index.php/tag/command-line/feed/" rel="self" type="application/rss+xml" />
	<link>http://kipper.org.uk</link>
	<description>Technical notes for tricky situations</description>
	<lastBuildDate>Fri, 12 Mar 2010 15:26:53 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Running lots of commands as root in Ubuntu</title>
		<link>http://kipper.org.uk/index.php/2010/02/running-lots-of-commands-as-root-in-ubuntu/</link>
		<comments>http://kipper.org.uk/index.php/2010/02/running-lots-of-commands-as-root-in-ubuntu/#comments</comments>
		<pubDate>Mon, 08 Feb 2010 12:21:07 +0000</pubDate>
		<dc:creator>Rob</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[command line]]></category>

		<guid isPermaLink="false">http://kipper.org.uk/?p=104</guid>
		<description><![CDATA[Just a quick sneaky trick &#8211; if you&#8217;re used to being able to run terminals as root, or you need to run a lot of commands as root, and are sick of having to type sudo every time, there is a sneaky way of increasing your privileges for the terminal sessions.  Open a terminal, and [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fkipper.org.uk%2Findex.php%2F2010%2F02%2Frunning-lots-of-commands-as-root-in-ubuntu%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fkipper.org.uk%2Findex.php%2F2010%2F02%2Frunning-lots-of-commands-as-root-in-ubuntu%2F&amp;style=normal" height="61" width="50" /><br />
			</a>
		</div>
<p>Just a quick sneaky trick &#8211; if you&#8217;re used to being able to run terminals as root, or you need to run a lot of commands as root, and are sick of having to type sudo every time, there is a sneaky way of increasing your privileges for the terminal sessions. </p>
<p>Open a terminal, and run:</p>
<p style="padding-left: 30px;">sudo su</p>
<p>and you have a terminal running as root!  running su by itself doesn&#8217;t work with Ubuntu &#8230; but if you sudo the command, it does.  Generally, this isn&#8217;t great practise &#8211; its too easy to make a mistake and damage the system, so use with caution!</p>
]]></content:encoded>
			<wfw:commentRss>http://kipper.org.uk/index.php/2010/02/running-lots-of-commands-as-root-in-ubuntu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
