Mac OS X,  Mac OS X Server,  Unix

Mac OS X: Easy Find

Using the find command is a little weird to people who are used to using locate.  However, it is far more powerful and doesn’t come with the indexing requirements that locate does.  So, if you’ve been using locate try and get familiar with using something like this instead (looking for slapd.conf – you can change that as needed):

find / -name “slapd.conf” -print