<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Linux or ubuntu Directory structure</title>
	<atom:link href="http://www.ubuntugeek.com/linux-or-ubuntu-directory-structure.html/feed" rel="self" type="application/rss+xml" />
	<link>http://www.ubuntugeek.com/linux-or-ubuntu-directory-structure.html</link>
	<description>Ubuntu Linux Tutorials,Howtos,Tips &#38; News &#124; Oneiric,Natty,Maverick</description>
	<lastBuildDate>Mon, 06 Feb 2012 15:40:01 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Peter</title>
		<link>http://www.ubuntugeek.com/linux-or-ubuntu-directory-structure.html/comment-page-1#comment-103107</link>
		<dc:creator>Peter</dc:creator>
		<pubDate>Mon, 02 May 2011 19:37:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/linux-or-ubuntu-directory-structure.html#comment-103107</guid>
		<description>If you already have two partitions just run the ubuntu cd as live system choose install and then you will have a GUI setup. Choose one partition as to be root and let it be formatted, leave the second one intact and mark it as swap. Try to use ext fs. It is really simple. Otherwise you can install partition editor even on live system (it&#039;ll be stored in RAM) by typing: sudo apt-get install gparted</description>
		<content:encoded><![CDATA[<p>If you already have two partitions just run the ubuntu cd as live system choose install and then you will have a GUI setup. Choose one partition as to be root and let it be formatted, leave the second one intact and mark it as swap. Try to use ext fs. It is really simple. Otherwise you can install partition editor even on live system (it&#8217;ll be stored in RAM) by typing: sudo apt-get install gparted</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: john</title>
		<link>http://www.ubuntugeek.com/linux-or-ubuntu-directory-structure.html/comment-page-1#comment-97036</link>
		<dc:creator>john</dc:creator>
		<pubDate>Wed, 30 Mar 2011 15:42:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/linux-or-ubuntu-directory-structure.html#comment-97036</guid>
		<description>Hello I am trying to install Ubuntu 10, i have partitioned my hard drive, and even included some swap. However It gets so far then says &#039;there is no root directory&#039; 
It tells me to fix it but i dont know how.
I have tried Youtube, and some of the videos help a bit, but the ubuntu I am installing is off a cd, and doesnt seem to have a partition editor

Can you help please ?/</description>
		<content:encoded><![CDATA[<p>Hello I am trying to install Ubuntu 10, i have partitioned my hard drive, and even included some swap. However It gets so far then says &#8216;there is no root directory&#8217;<br />
It tells me to fix it but i dont know how.<br />
I have tried Youtube, and some of the videos help a bit, but the ubuntu I am installing is off a cd, and doesnt seem to have a partition editor</p>
<p>Can you help please ?/</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sergio Luiz Araujo Silva</title>
		<link>http://www.ubuntugeek.com/linux-or-ubuntu-directory-structure.html/comment-page-1#comment-34655</link>
		<dc:creator>Sergio Luiz Araujo Silva</dc:creator>
		<pubDate>Mon, 14 Jun 2010 21:26:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/linux-or-ubuntu-directory-structure.html#comment-34655</guid>
		<description>(cd /home/user/source/; find -type d -print0) &#124; xargs -0 mkdir -p</description>
		<content:encoded><![CDATA[<p>(cd /home/user/source/; find -type d -print0) | xargs -0 mkdir -p</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: EliBei</title>
		<link>http://www.ubuntugeek.com/linux-or-ubuntu-directory-structure.html/comment-page-1#comment-22763</link>
		<dc:creator>EliBei</dc:creator>
		<pubDate>Sun, 14 Feb 2010 15:22:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/linux-or-ubuntu-directory-structure.html#comment-22763</guid>
		<description>Hi Bulat, 

Thank you, your advice ended my several hours spent browsing the net in order to get songbird playing web flash content. I have been using Ubuntu for couple of weeks now, and man every little tweak you need to make takes a lot of research. I like this operating system, but it needs a lot before it becomes user friendly.</description>
		<content:encoded><![CDATA[<p>Hi Bulat, </p>
<p>Thank you, your advice ended my several hours spent browsing the net in order to get songbird playing web flash content. I have been using Ubuntu for couple of weeks now, and man every little tweak you need to make takes a lot of research. I like this operating system, but it needs a lot before it becomes user friendly.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bulat</title>
		<link>http://www.ubuntugeek.com/linux-or-ubuntu-directory-structure.html/comment-page-1#comment-16052</link>
		<dc:creator>Bulat</dc:creator>
		<pubDate>Fri, 06 Nov 2009 11:58:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/linux-or-ubuntu-directory-structure.html#comment-16052</guid>
		<description>&gt;Not quite sure where root user permissions and &gt;mine should differ as I am an admin user
It&#039;s done for security purposes. By default you are working as a common user even if you are admin. It protects you from malware etc. breaking into your system while browsing internet or reading e-mail and so on.

In order to be able to use your admin rights you have to switch to a superuser mode (&#039;su&#039; command), or just run a program in a superuser mode (&#039;sudo&#039; and &#039;gksudo&#039; commands).

(Those commands will ask for your password in order to use a superuser mode.)

So you can copy your files by running a &#039;cp&#039; program from terminal:
sudo cp /source/directory /destination/directory

Or by running Nautilus (Ubuntu built in file-browser):
gksudo nautilus

P.S. Giving to system directories weaker permissions (o+rwx etc) will make your system vulnerable (or even open to everyone) and error prone. So don&#039;t do that. :)</description>
		<content:encoded><![CDATA[<p>&gt;Not quite sure where root user permissions and &gt;mine should differ as I am an admin user<br />
It&#8217;s done for security purposes. By default you are working as a common user even if you are admin. It protects you from malware etc. breaking into your system while browsing internet or reading e-mail and so on.</p>
<p>In order to be able to use your admin rights you have to switch to a superuser mode (&#8216;su&#8217; command), or just run a program in a superuser mode (&#8216;sudo&#8217; and &#8216;gksudo&#8217; commands).</p>
<p>(Those commands will ask for your password in order to use a superuser mode.)</p>
<p>So you can copy your files by running a &#8216;cp&#8217; program from terminal:<br />
sudo cp /source/directory /destination/directory</p>
<p>Or by running Nautilus (Ubuntu built in file-browser):<br />
gksudo nautilus</p>
<p>P.S. Giving to system directories weaker permissions (o+rwx etc) will make your system vulnerable (or even open to everyone) and error prone. So don&#8217;t do that. <img src='http://www.ubuntugeek.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Richard</title>
		<link>http://www.ubuntugeek.com/linux-or-ubuntu-directory-structure.html/comment-page-1#comment-12823</link>
		<dc:creator>Richard</dc:creator>
		<pubDate>Mon, 07 Sep 2009 22:22:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/linux-or-ubuntu-directory-structure.html#comment-12823</guid>
		<description>Hi there, I am also new to linux/ubuntu
I understand there are various permissions for the files/folders.

To give context to my query, I want to copy a folder into /usr/lib but it won&#039;t let me as owner is root and I have no permission.
Is it prudent to change the owner of the folder to the user (being me) or change the permission of the folder for other users to read and write apart from executing ie. 

chmod o+rwx /usr/lib

Not quite sure where root user permissions and mine should differ as I am an admin user

Many thanks</description>
		<content:encoded><![CDATA[<p>Hi there, I am also new to linux/ubuntu<br />
I understand there are various permissions for the files/folders.</p>
<p>To give context to my query, I want to copy a folder into /usr/lib but it won&#8217;t let me as owner is root and I have no permission.<br />
Is it prudent to change the owner of the folder to the user (being me) or change the permission of the folder for other users to read and write apart from executing ie. </p>
<p>chmod o+rwx /usr/lib</p>
<p>Not quite sure where root user permissions and mine should differ as I am an admin user</p>
<p>Many thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kiruthiga</title>
		<link>http://www.ubuntugeek.com/linux-or-ubuntu-directory-structure.html/comment-page-1#comment-10869</link>
		<dc:creator>kiruthiga</dc:creator>
		<pubDate>Wed, 08 Jul 2009 11:10:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/linux-or-ubuntu-directory-structure.html#comment-10869</guid>
		<description>the linux obuntu file structure can be differentiated from distributor id differentiated</description>
		<content:encoded><![CDATA[<p>the linux obuntu file structure can be differentiated from distributor id differentiated</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gabara</title>
		<link>http://www.ubuntugeek.com/linux-or-ubuntu-directory-structure.html/comment-page-1#comment-7564</link>
		<dc:creator>Gabara</dc:creator>
		<pubDate>Mon, 20 Apr 2009 16:00:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/linux-or-ubuntu-directory-structure.html#comment-7564</guid>
		<description>Mike, you can probably see all folders containing your installed programs by switching the &#039;show hidden files&#039; to ON.  Windows users are often frustrated when they can not easily find the installed program folders.</description>
		<content:encoded><![CDATA[<p>Mike, you can probably see all folders containing your installed programs by switching the &#8216;show hidden files&#8217; to ON.  Windows users are often frustrated when they can not easily find the installed program folders.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike</title>
		<link>http://www.ubuntugeek.com/linux-or-ubuntu-directory-structure.html/comment-page-1#comment-5180</link>
		<dc:creator>Mike</dc:creator>
		<pubDate>Sun, 04 Jan 2009 23:50:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/linux-or-ubuntu-directory-structure.html#comment-5180</guid>
		<description>I am having a bit of trouble.  I just switched to Ubuntu yesteday from Windows.  Have zero experience with Linux.  I like the OS but something is bugging and hopefully you can help.

I am installing programs from the Synaptic Package Manager (such as ushare and fiaif).  When I look in Applications, none of them are there.  I m trying to locate them in the folders in FILESYSTEM/BIN and I can&#039;t find any of them.  I did LOCATE in the Terminal, but it couldn&#039;t find them either.  What am I doing wrong and where could all the prorams I installed be?</description>
		<content:encoded><![CDATA[<p>I am having a bit of trouble.  I just switched to Ubuntu yesteday from Windows.  Have zero experience with Linux.  I like the OS but something is bugging and hopefully you can help.</p>
<p>I am installing programs from the Synaptic Package Manager (such as ushare and fiaif).  When I look in Applications, none of them are there.  I m trying to locate them in the folders in FILESYSTEM/BIN and I can&#8217;t find any of them.  I did LOCATE in the Terminal, but it couldn&#8217;t find them either.  What am I doing wrong and where could all the prorams I installed be?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nescafi</title>
		<link>http://www.ubuntugeek.com/linux-or-ubuntu-directory-structure.html/comment-page-1#comment-305</link>
		<dc:creator>Nescafi</dc:creator>
		<pubDate>Tue, 07 Oct 2008 11:22:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/linux-or-ubuntu-directory-structure.html#comment-305</guid>
		<description>For example in Windows your usb flash drive will be mounted as &quot;E:\&quot;.
In Linux it will be mounted as e.g. &quot;/media/USBVOLUME/&quot;.
But it doesn&#039;t matter too much in normal use, you just click on the drive icon.

Any other partitions (such as a windows partition) or file systems are found in the /media or /mnt directory and can be browsed as Linux natively handle many partition formats.</description>
		<content:encoded><![CDATA[<p>For example in Windows your usb flash drive will be mounted as &#8220;E:\&#8221;.<br />
In Linux it will be mounted as e.g. &#8220;/media/USBVOLUME/&#8221;.<br />
But it doesn&#8217;t matter too much in normal use, you just click on the drive icon.</p>
<p>Any other partitions (such as a windows partition) or file systems are found in the /media or /mnt directory and can be browsed as Linux natively handle many partition formats.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://www.ubuntugeek.com/linux-or-ubuntu-directory-structure.html/comment-page-1#comment-304</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Sun, 18 May 2008 09:35:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/linux-or-ubuntu-directory-structure.html#comment-304</guid>
		<description>these are not partitions all these are directories in side a partition</description>
		<content:encoded><![CDATA[<p>these are not partitions all these are directories in side a partition</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Batbayar</title>
		<link>http://www.ubuntugeek.com/linux-or-ubuntu-directory-structure.html/comment-page-1#comment-303</link>
		<dc:creator>Batbayar</dc:creator>
		<pubDate>Sun, 18 May 2008 09:32:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/linux-or-ubuntu-directory-structure.html#comment-303</guid>
		<description>Are these all partitions? I mean, is very main directory a partition? I&#039;m new to ubuntu. In fact, I have installed it on my conputer&#039;s second hard disk just two days ago.</description>
		<content:encoded><![CDATA[<p>Are these all partitions? I mean, is very main directory a partition? I&#8217;m new to ubuntu. In fact, I have installed it on my conputer&#8217;s second hard disk just two days ago.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

