<?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: How was your round of GNU/Linux? (Part 1)</title>
	<atom:link href="http://www.movingtofreedom.org/2006/11/11/how-was-your-round-of-gnu-linux-part-1/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.movingtofreedom.org/2006/11/11/how-was-your-round-of-gnu-linux-part-1/</link>
	<description>free software, free culture, free association</description>
	<lastBuildDate>Mon, 22 Feb 2010 21:17:29 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Scott Carpenter</title>
		<link>http://www.movingtofreedom.org/2006/11/11/how-was-your-round-of-gnu-linux-part-1/comment-page-1/#comment-476</link>
		<dc:creator>Scott Carpenter</dc:creator>
		<pubDate>Sun, 12 Nov 2006 13:20:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.movingtofreedom.org/2006/11/11/how-was-your-round-of-gnu-linux-part-1/#comment-476</guid>
		<description>Ah!  Thank you, Tony.  That was exactly the kind of thing I was doing, making changes with both chown and chmod, and I&#039;m pretty sure I was even more drastic than &quot;.*&quot;, doing a &quot;-R *&quot; while trying to get us in the same group and with the group to have permissions.

I&#039;m glad you pointed that out--it&#039;s the kind of thing I&#039;ll need to be aware of and to better start &quot;thinking&quot; in Unix.  (I do some dev work on Unix/Linux machines for my job, but I&#039;m not given root there.) :-)</description>
		<content:encoded><![CDATA[<p>Ah!  Thank you, Tony.  That was exactly the kind of thing I was doing, making changes with both chown and chmod, and I'm pretty sure I was even more drastic than ".*", doing a "-R *" while trying to get us in the same group and with the group to have permissions.</p>
<p>I'm glad you pointed that out--it's the kind of thing I'll need to be aware of and to better start "thinking" in Unix.  (I do some dev work on Unix/Linux machines for my job, but I'm not given root there.) :-)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tony Lawrence</title>
		<link>http://www.movingtofreedom.org/2006/11/11/how-was-your-round-of-gnu-linux-part-1/comment-page-1/#comment-474</link>
		<dc:creator>Tony Lawrence</dc:creator>
		<pubDate>Sun, 12 Nov 2006 12:35:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.movingtofreedom.org/2006/11/11/how-was-your-round-of-gnu-linux-part-1/#comment-474</guid>
		<description>A common mistake that causes this is using chmod or chown with the wrong wildcard.

For example, you are logged in as root and sitting in /home/betty.  You&#039;ve just copied in a nice .bashrc and .bash_profile for her when you notice that she doesn&#039;t 
have permission to read them.  Oh well, let&#039;s make them 
hers:

#THIS NEXT COMMAND IS A MISTAKE!
chown betty .*

Because .. is matched by &quot;.*&quot;, you&#039;ve just chowned /home 
in addition to .bash*

And then you notice that other people have read access to 
her .bash files.  Well, that&#039;s easy:

#ANOTHER BAD MISTAKE
chown 600 .*

Yup, you just totally hosed /home.

Lots of peoople have done this:
See http://aplawrence.com/Detective/addedusernologins.html</description>
		<content:encoded><![CDATA[<p>A common mistake that causes this is using chmod or chown with the wrong wildcard.</p>
<p>For example, you are logged in as root and sitting in /home/betty.  You've just copied in a nice .bashrc and .bash_profile for her when you notice that she doesn't<br />
have permission to read them.  Oh well, let's make them<br />
hers:</p>
<p>#THIS NEXT COMMAND IS A MISTAKE!<br />
chown betty .*</p>
<p>Because .. is matched by ".*", you've just chowned /home<br />
in addition to .bash*</p>
<p>And then you notice that other people have read access to<br />
her .bash files.  Well, that's easy:</p>
<p>#ANOTHER BAD MISTAKE<br />
chown 600 .*</p>
<p>Yup, you just totally hosed /home.</p>
<p>Lots of peoople have done this:<br />
See <a href="http://aplawrence.com/Detective/addedusernologins.html" rel="nofollow">http://aplawrence.com/Detective/addedusernologins.html</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>
