<?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>NamHuy &#187; delete</title>
	<atom:link href="http://namhuy.org/blog/tag/delete/feed/" rel="self" type="application/rss+xml" />
	<link>http://namhuy.org/blog</link>
	<description>Includes news, help, tutorials, programming, tips and how-to guides for Linux, UNIX, and BSD</description>
	<lastBuildDate>Fri, 20 Jan 2012 19:37:47 +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 basic commands</title>
		<link>http://namhuy.org/blog/2010/11/12/ubuntu-basic-commands/</link>
		<comments>http://namhuy.org/blog/2010/11/12/ubuntu-basic-commands/#comments</comments>
		<pubDate>Fri, 12 Nov 2010 20:08:54 +0000</pubDate>
		<dc:creator>Huy Tran</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Tips - Tricks]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[copy]]></category>
		<category><![CDATA[delete]]></category>
		<category><![CDATA[file]]></category>
		<category><![CDATA[folder]]></category>
		<category><![CDATA[move]]></category>

		<guid isPermaLink="false">http://namhuy.org/blog/?p=187</guid>
		<description><![CDATA[These are some basic ubuntu commands you will have use at some point of time. How to make a new folder ? sudo mkdir /home/namhuy/foler How to delete a file/folder ? sudo rm /media/disk/file.extension sudo rm -rf /media/disk/directory How to &#8230; <a href="http://namhuy.org/blog/2010/11/12/ubuntu-basic-commands/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>These are some basic ubuntu commands you will have use at some point of time.</p>
<p>How to make a new folder ?<br />
sudo mkdir /home/namhuy/foler</p>
<p>How to delete a file/folder ?<br />
sudo rm /media/disk/file.extension<br />
sudo rm -rf /media/disk/directory</p>
<p>How to to copy files ?<br />
sudo cp <file> /usr/local/base/..</p>
<p>How to to move files ?<br />
sudo mv </file><file> /usr/local/base/..</file></p>
<div class="bottomcontainerBox" style="background-color:#F0F4F9;">
			<div style="float:left; width:80px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;">
			<iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fnamhuy.org%2Fblog%2F2010%2F11%2F12%2Fubuntu-basic-commands%2F&amp;layout=button_count&amp;show_faces=false&amp;width=80&amp;action=like&amp;font=verdana&amp;colorscheme=light&amp;height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width=80px; height:21px;" allowTransparency="true"></iframe></div>
			<div style="float:left; width:80px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;">
			<g:plusone size="medium" href="http://namhuy.org/blog/2010/11/12/ubuntu-basic-commands/"></g:plusone>
			</div>
			<div style="float:left; width:80px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;">
			<a href="http://twitter.com/share" class="twitter-share-button" data-url="http://namhuy.org/blog/2010/11/12/ubuntu-basic-commands/"  data-text="ubuntu basic commands" data-count="horizontal">Tweet</a>
			</div>			
			<div style="float:left; width:85px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;"><script src="http://www.stumbleupon.com/hostedbadge.php?s=1&amp;r=http://namhuy.org/blog/2010/11/12/ubuntu-basic-commands/"></script></div>			
			</div><div style="clear:both"></div><div style="padding-bottom:4px;"></div>]]></content:encoded>
			<wfw:commentRss>http://namhuy.org/blog/2010/11/12/ubuntu-basic-commands/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>add delete and switch user in ubuntu by command lines</title>
		<link>http://namhuy.org/blog/2008/04/20/add-delete-and-switch-user-in-ubuntu-by-command-lines/</link>
		<comments>http://namhuy.org/blog/2008/04/20/add-delete-and-switch-user-in-ubuntu-by-command-lines/#comments</comments>
		<pubDate>Sun, 20 Apr 2008 19:55:33 +0000</pubDate>
		<dc:creator>Huy Tran</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Tips - Tricks]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[add]]></category>
		<category><![CDATA[command]]></category>
		<category><![CDATA[delete]]></category>
		<category><![CDATA[sudo]]></category>
		<category><![CDATA[switch]]></category>
		<category><![CDATA[user]]></category>

		<guid isPermaLink="false">http://namhuy.org/blog/?p=44</guid>
		<description><![CDATA[First, I want to add a user. So how to do it? + To add user: sudo adduser &#60;username&#62; to add password for your user sudo passwd &#60;username&#62; + How can i switch from one user to another one? In &#8230; <a href="http://namhuy.org/blog/2008/04/20/add-delete-and-switch-user-in-ubuntu-by-command-lines/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>First, I want to add a user. So how to do it?</p>
<p>+ To add user:</p>
<p style="padding-left: 30px;">sudo adduser &lt;username&gt;</p>
<p>to add password for your user</p>
<p style="padding-left: 30px;">sudo passwd &lt;username&gt;</p>
<p>+ How can i switch from one user to another one? In this example, i want to switch from one user to another one.</p>
<p style="padding-left: 30px;">su &lt;username&gt;</p>
<p>and type in your password to login</p>
<p>after that, you will be at a &#8216;$&#8217; prompt. type:</p>
<p style="padding-left: 30px;">bash</p>
<p>to get to a normal prompt.</p>
<p>+ How can I delete a user?</p>
<p style="padding-left: 30px;">sudo userdel &lt;username&gt;</p>
<div class="bottomcontainerBox" style="background-color:#F0F4F9;">
			<div style="float:left; width:80px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;">
			<iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fnamhuy.org%2Fblog%2F2008%2F04%2F20%2Fadd-delete-and-switch-user-in-ubuntu-by-command-lines%2F&amp;layout=button_count&amp;show_faces=false&amp;width=80&amp;action=like&amp;font=verdana&amp;colorscheme=light&amp;height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width=80px; height:21px;" allowTransparency="true"></iframe></div>
			<div style="float:left; width:80px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;">
			<g:plusone size="medium" href="http://namhuy.org/blog/2008/04/20/add-delete-and-switch-user-in-ubuntu-by-command-lines/"></g:plusone>
			</div>
			<div style="float:left; width:80px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;">
			<a href="http://twitter.com/share" class="twitter-share-button" data-url="http://namhuy.org/blog/2008/04/20/add-delete-and-switch-user-in-ubuntu-by-command-lines/"  data-text="add delete and switch user in ubuntu by command lines" data-count="horizontal">Tweet</a>
			</div>			
			<div style="float:left; width:85px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;"><script src="http://www.stumbleupon.com/hostedbadge.php?s=1&amp;r=http://namhuy.org/blog/2008/04/20/add-delete-and-switch-user-in-ubuntu-by-command-lines/"></script></div>			
			</div><div style="clear:both"></div><div style="padding-bottom:4px;"></div>]]></content:encoded>
			<wfw:commentRss>http://namhuy.org/blog/2008/04/20/add-delete-and-switch-user-in-ubuntu-by-command-lines/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

<!-- Dynamic page generated in 0.292 seconds. -->
<!-- Cached page generated by WP-Super-Cache on 2012-02-04 18:15:41 -->
<!-- Compression = gzip -->
