Finding Files

From KlavoWiki
Revision as of 06:06, 5 June 2008 by David (talk | contribs) (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)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

To find a file on a Linux machine

locate filename

You may need to update the databse first.

updatedb