<?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>Ubuntu Tutorials &#187; sudo</title>
	<atom:link href="http://www.ubuntututorials.net/tag/sudo/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ubuntututorials.net</link>
	<description>Copy/Paste tutorials for Ubuntu</description>
	<lastBuildDate>Sun, 15 Aug 2010 17:57:50 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Add a sudoer (user allowed to use sudo)</title>
		<link>http://www.ubuntututorials.net/add-a-sudoer-user-allowed-to-use-sudo/</link>
		<comments>http://www.ubuntututorials.net/add-a-sudoer-user-allowed-to-use-sudo/#comments</comments>
		<pubDate>Thu, 05 Nov 2009 17:32:41 +0000</pubDate>
		<dc:creator>aip</dc:creator>
				<category><![CDATA[Jaunty Jackalope]]></category>
		<category><![CDATA[Karmic Koala]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[sudo]]></category>

		<guid isPermaLink="false">http://www.ubuntututorials.net/?p=29</guid>
		<description><![CDATA[Sudo allows a system administrator to delegate authority to give certain users (or groups of users) the ability to run some (or all) commands as root or another user while providing an audit trail of the commands and their arguments. 
1. Create a new user (optional)
adduser user1

2. As root, run this command:
visudo

3. Add this line [...]]]></description>
			<content:encoded><![CDATA[<p>Sudo allows a system administrator to delegate authority to give certain users (or groups of users) the ability to run some (or all) commands as root or another user while providing an audit trail of the commands and their arguments. </p>
<p>1. Create a new user (optional)</p>
<p><code>adduser user1<br />
</code><span id="more-29"></span></p>
<p>2. As root, run this command:</p>
<p><code>visudo<br />
</code></p>
<p>3. Add this line into the file:</p>
<p><code>user1    ALL=(ALL) ALL<br />
</code></p>
<p><em>This will allow user1 to run all commands as root. You can also limit the access, <a href="http://www.sudo.ws/sudo/man/sudoers.html" target="_blank">Click here to view the syntax</a></em></p>
<p>4. Save the file by pressing Ctrl-X if you are using Nano or :w if using vi</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ubuntututorials.net/add-a-sudoer-user-allowed-to-use-sudo/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
