OS: CentOS 6.3
If you want to search a file on CentOS you could use locate and updatedb command.
First install mlocate
If you want to search a file on CentOS you could use locate and updatedb command.
First install mlocate
# yum install mlocateNow you can find files on your system.
# locate <file_name_you_want_to_find>To update database for mlocate use
# updatedb