here is how to look for something.
Code:
[don@x1-6-00-0a-e6-91-be-32 don]$ locate *lime*
/home/don/.limewire
/home/don/.limewire/xml
/home/don/.limewire/xml/data
/home/don/.limewire/xml/data/audio.sxml
-asterics are wildcard, I want to see every file with the word lime use *lime*, I want to see only limewire folder use *limewire, folders or directories are considered files too. Notice as well that my limewire directory has a period infront of it, meaning it is hidden. If looking for it using a gui file manager I would have to enable "view hidden files " in the "view" tab of the file manager.
-also, if you try to use locate and it gives you a message similar to "slocate is more than eight days old" do this first, then use "locate" command above
Code:
[don@x1-6-00-0a-e6-91-be-32 don]$ su
Password:
[root@x1-6-00-0a-e6-91-be-32 don]# updatedb
[root@x1-6-00-0a-e6-91-be-32 don]# exit
exit
[don@x1-6-00-0a-e6-91-be-32 don]$
If you have it installed in root, you cannot use it as regular user even if you add a menu entry for it. This because it is not in your regular user Path. Should install stuff to /home/ yourusername or /usr/local.