LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   locate ncsa_auth not working (https://www.linuxquestions.org/questions/linux-newbie-8/locate-ncsa_auth-not-working-745297/)

qwertyjjj 08-05-2009 09:33 AM

locate ncsa_auth not working
 
I am trying to locate this file:
locate ncsa_auth

but the bash says locate command not found.
Any ideas?

EricTRA 08-05-2009 09:39 AM

Hello,

Try using
Code:

find / -name 'ncsa_auth*'
Kind regards,

Eric

knudfl 08-05-2009 11:00 AM

If you want to use locate, please install the package
'mlocate' with your package manager.

And then run the commands : su , updatedb
to create the file index.

.....


All times are GMT -5. The time now is 03:57 PM.