Finding Files: Difference between revisions

From KlavoWiki
Jump to navigationJump to search
(New page: To find a file on a Linux machine <pre> locate filename </pre> You may need to update the databse first. <pre> updatedb </pre> Category : Linux)
 
No edit summary
 
Line 7: Line 7:
<pre>
<pre>
updatedb
updatedb
</pre>
If the appliction is not installed
<pre>
yum -y install mlocate
</pre>
</pre>


[[Category : Linux]]
[[Category : Linux]]

Latest revision as of 02:31, 11 March 2009

To find a file on a Linux machine

locate filename

You may need to update the databse first.

updatedb

If the appliction is not installed

yum -y install mlocate