Posts tagged ‘type’

5 ways to find files in linux in Linux

terminal-glossy.jpg

First off lets check to see if findutils and findutils-locate are installed.  You can check by performing a:

rpm -qa | grep findutil (in Ubuntu/Debian you can check synaptic to see if they’re installed).

It should produce results such as this:

# rpm -qa | grep findutils
findutils-4.2.31-24
findutils-locate-4.2.31-24

Continue reading ‘5 ways to find files in linux in Linux’ »