Jump to content

Finding or Searching for a File

- - - - -

This topic has been archived. This means that you cannot reply to this topic.
7 replies to this topic

#1
Guest_Wanch_*

Guest_Wanch_*
  • Guests
What methods do you use to find or search for files? I'm having a hard time locating a file that I know is on my server.

#2
v0id

v0id

    Retired

  • Members
  • PipPipPipPipPipPipPipPipPip
  • 2,936 posts
I'm using the GNOME search tool which ships with GNOME. It's not the best tool, because you'll have to be very specific about where to look. Like, you're not able to search from the root /, but from /usr will work. Another tool I use from time to time is the terminal-utility, find.

#3
Guest_Jordan_*

Guest_Jordan_*
  • Guests
I use the 'find' command and 'locate' command. If you use locate you should run updatedb daily.

#4
pheinbaugh2

pheinbaugh2

    Newbie

  • Members
  • Pip
  • 2 posts
I usually just do a general search on my pc. It usually finds everything close and you could determine what you are looking for from there.

#5
Tor

Tor

    Programming Expert

  • Members
  • PipPipPipPipPipPip
  • 486 posts
In Linux what command do you issue to search the whole computer though?

#6
rumen

rumen

    Programmer

  • Members
  • PipPipPipPip
  • 107 posts
I use the search tools incorporated in Ubuntu 8.04. Works pretty good, no hassles at all.

#7
Tor

Tor

    Programming Expert

  • Members
  • PipPipPipPipPipPip
  • 486 posts
You mean the GUI KDE/Gnome search tools?

#8
chown

chown

    Newbie

  • Members
  • PipPip
  • 14 posts
I like find. It has a lot of options so you can narrow or expand your search very easily.