<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"><channel><title>Tech-Recipes - Latest Comments in Find a file by name in UNIX/Solaris/Linux | UNIX | Tech-Recipes</title><link>http://tech-recipes.disqus.com/</link><description>Cookbook of Tech Tutorials</description><language>en</language><lastBuildDate>Thu, 08 Jan 2009 00:09:04 -0000</lastBuildDate><item><title>Re: Find a file by name in UNIX/Solaris/Linux | UNIX | Tech-Recipes</title><link>http://www.tech-recipes.com/rx/21/find-a-file-by-name-in-unixsolarislinux/#comment-4978816</link><description>His problem is is that he doesn't have permissions to view a lot of the files 'find' uses.  Here's a few options:&lt;br&gt;If you don't have root permission, then you can supress error messages like so:        'find -ignore_readdir_race /parent/path/here -name file_name.txt'&lt;br&gt;Or if you can get permission, then:       'sudo find /parent/path/here -name file_name.txt'&lt;br&gt;&lt;br&gt;yay!</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Jesse F.</dc:creator><pubDate>Thu, 08 Jan 2009 00:09:04 -0000</pubDate></item><item><title>Re: Find a file by name in UNIX/Solaris/Linux | UNIX | Tech-Recipes</title><link>http://www.tech-recipes.com/rx/21/find-a-file-by-name-in-unixsolarislinux/#comment-3859941</link><description>try this # find &amp;lt;folder path&amp;gt; -name &amp;lt;filename&amp;gt; -print</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">venkata sudheer</dc:creator><pubDate>Mon, 17 Nov 2008 09:17:50 -0000</pubDate></item><item><title>Re: Find a file by name in UNIX/Solaris/Linux | UNIX | Tech-Recipes</title><link>http://www.tech-recipes.com/rx/21/find-a-file-by-name-in-unixsolarislinux/#comment-3235586</link><description>Yeah, totally.  Normal output goes to "standard output" which can be redirected with normal measures.  It's actually a nice thing that those messages are sent to "standard error" so you can redirect those but keep the more interesting responses.&lt;br&gt;&lt;br&gt;find / -name something   2&amp;gt;  /dev/null</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">qmchenry</dc:creator><pubDate>Wed, 22 Oct 2008 15:30:32 -0000</pubDate></item><item><title>Re: Find a file by name in UNIX/Solaris/Linux | UNIX | Tech-Recipes</title><link>http://www.tech-recipes.com/rx/21/find-a-file-by-name-in-unixsolarislinux/#comment-3235423</link><description>so, i get a bunch of "Permission Denied" notices for directories that my current user account can't access. is there a way to suppress these?</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">snarfel</dc:creator><pubDate>Wed, 22 Oct 2008 15:22:45 -0000</pubDate></item></channel></rss>