<?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: Find a file by name in UNIX/Solaris/Linux</title>
	<atom:link href="http://www.tech-recipes.com/rx/21/find-a-file-by-name-in-unixsolarislinux/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.tech-recipes.com/rx/21/find-a-file-by-name-in-unixsolarislinux/</link>
	<description>Computer and technology tutorials and guides</description>
	<lastBuildDate>Sat, 21 Nov 2009 20:38:45 -0800</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Jesse F.</title>
		<link>http://www.tech-recipes.com/rx/21/find-a-file-by-name-in-unixsolarislinux/comment-page-1/#comment-7105</link>
		<dc:creator>Jesse F.</dc:creator>
		<pubDate>Thu, 08 Jan 2009 02:09:04 +0000</pubDate>
		<guid isPermaLink="false">guid-fix-me!#comment-7105</guid>
		<description>His problem is is that he doesn&#039;t have permissions to view a lot of the files &#039;find&#039; uses.  Here&#039;s a few options:&lt;br&gt;If you don&#039;t have root permission, then you can supress error messages like so:        &#039;find -ignore_readdir_race /parent/path/here -name file_name.txt&#039;&lt;br&gt;Or if you can get permission, then:       &#039;sudo find /parent/path/here -name file_name.txt&#039;&lt;br&gt;&lt;br&gt;yay!</description>
		<content:encoded><![CDATA[<p>His problem is is that he doesn&#39;t have permissions to view a lot of the files &#39;find&#39; uses.  Here&#39;s a few options:<br />If you don&#39;t have root permission, then you can supress error messages like so:        &#39;find -ignore_readdir_race /parent/path/here -name file_name.txt&#39;<br />Or if you can get permission, then:       &#39;sudo find /parent/path/here -name file_name.txt&#39;</p>
<p>yay!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: venkata sudheer</title>
		<link>http://www.tech-recipes.com/rx/21/find-a-file-by-name-in-unixsolarislinux/comment-page-1/#comment-5221</link>
		<dc:creator>venkata sudheer</dc:creator>
		<pubDate>Mon, 17 Nov 2008 11:17:50 +0000</pubDate>
		<guid isPermaLink="false">guid-fix-me!#comment-5221</guid>
		<description>try this # find &lt;folder path&gt; -name &lt;filename&gt; -print</description>
		<content:encoded><![CDATA[<p>try this # find &lt;folder path&gt; -name &lt;filename&gt; -print</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Quinn McHenry</title>
		<link>http://www.tech-recipes.com/rx/21/find-a-file-by-name-in-unixsolarislinux/comment-page-1/#comment-4420</link>
		<dc:creator>Quinn McHenry</dc:creator>
		<pubDate>Wed, 22 Oct 2008 17:30:32 +0000</pubDate>
		<guid isPermaLink="false">guid-fix-me!#comment-4420</guid>
		<description>Yeah, totally.  Normal output goes to &quot;standard output&quot; which can be redirected with normal measures.  It&#039;s actually a nice thing that those messages are sent to &quot;standard error&quot; so you can redirect those but keep the more interesting responses.&lt;br&gt;&lt;br&gt;find / -name something   2&gt;  /dev/null</description>
		<content:encoded><![CDATA[<p>Yeah, totally.  Normal output goes to &#8220;standard output&#8221; which can be redirected with normal measures.  It&#39;s actually a nice thing that those messages are sent to &#8220;standard error&#8221; so you can redirect those but keep the more interesting responses.</p>
<p>find / -name something   2&gt;  /dev/null</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: snarfel</title>
		<link>http://www.tech-recipes.com/rx/21/find-a-file-by-name-in-unixsolarislinux/comment-page-1/#comment-4419</link>
		<dc:creator>snarfel</dc:creator>
		<pubDate>Wed, 22 Oct 2008 17:22:45 +0000</pubDate>
		<guid isPermaLink="false">guid-fix-me!#comment-4419</guid>
		<description>so, i get a bunch of &quot;Permission Denied&quot; notices for directories that my current user account can&#039;t access. is there a way to suppress these?</description>
		<content:encoded><![CDATA[<p>so, i get a bunch of &#8220;Permission Denied&#8221; notices for directories that my current user account can&#39;t access. is there a way to suppress these?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
