Locate command in encrypted home


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers Locate command in encrypted home
# 1  
Old 08-01-2010
Locate command in encrypted home

Hi!

I have some files that I want to locate using the locate command in terminal, but my home folder is encrypted using FileVault from Mac OS X 10.6.

Any idea how can I locate them, being my home encrypted?
# 2  
Old 08-01-2010
The locate command keeps a database of files, traditionally updating it daily around 3am or so. You can also force an update with 'updatedb'. If the daemon has read access to the appropriate paths when the encrypted volume is mounted, it should be able to cache the names of the files inside.
This User Gave Thanks to Corona688 For This Post:
# 3  
Old 08-03-2010
But the locate command only updates path which are not encrypted, right? Because when I use the locate command he only shows me files and folders on the root, but not on my encrypted home. How can I force it to locate inside the home?
# 4  
Old 08-03-2010
Encryption means you can't mount it without decrypting it. I don't believe permissions on /home/ act any differently while it is mounted, however. If updatedb has permissions to read that directory(does it?) and is configured not to skip it in /etc/updatedb.conf it should be able to.

Have you tried forcing an update with updatedb while /home is mounted?
This User Gave Thanks to Corona688 For This Post:
# 5  
Old 08-04-2010
Hum... I did a search for updatedb.conf and found nothing, on the other hand I found this file which I think probably does the same thing of the file you talked.
Code:
#
# /etc/locate.rc -  command script for updatedb(8)
#
# $FreeBSD: src/usr.bin/locate/locate/locate.rc,v 1.9 2005/08/22 08:22:48 cperciva Exp $

#
# All commented values are the defaults
#
# temp directory
#TMPDIR="/tmp"

# the actual database
#FCODES="/var/db/locate.database"

# directories to be put in the database
#SEARCHPATHS="/"

# directories unwanted in output
#PRUNEPATHS="/tmp /var/tmp"

# filesystems allowed. Beware: a non-listed filesystem will be pruned
# and if the SEARCHPATHS starts in such a filesystem locate will build
# an empty database.
#
# be careful if you add 'nfs'
#FILESYSTEMS="hfs ufs"

So in the PRUNEPATHS part I don't' see my home (which I suppose it's mounted because I'm the only user of this Mac and it is my home folder).

PS: How do I search for a word while reading a man page of locate?
# 6  
Old 08-04-2010
hit the forward slash, type the word you're searching for, then hit enter.
This User Gave Thanks to Corona688 For This Post:
# 7  
Old 08-05-2010
Thanks Corona688. :-)

The main problem still persists. Anyone out there who know how to solve it?
 
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Locate command not working

HI when ever i type the locate command it is saying like below warning: locate: warning: database /var/lib/slocate/slocate.db' is more than 8 days old i am using Linux . version is as follows... $ uname -a Linux abc.abc.com 2.6.9-89.35.1.ELhugemem #1 SMP Tue Jan 4... (3 Replies)
Discussion started by: ptappeta
3 Replies

2. AIX

Bootable Encrypted Backup

Is there a utility available to make such a backup? Is this idea even possible? Thanks for the help. (5 Replies)
Discussion started by: rwh2011
5 Replies

3. Shell Programming and Scripting

cp -p /home/* home/exp/*.date not working please help

:( ---------- Post updated at 01:51 AM ---------- Previous update was at 01:50 AM ---------- Not working ---------- Post updated at 02:04 AM ---------- Previous update was at 01:51 AM ---------- cp -p /home/* home/exp/*.`date` i am using this (4 Replies)
Discussion started by: rishiraaz
4 Replies

4. AIX

Locate command

Hello to all, Can I use the "locate" command on AIX 5.3 like on Linux. If yes what packages should I install and where can I find them. Thanks, Enid (9 Replies)
Discussion started by: enux
9 Replies

5. Homework & Coursework Questions

locate command alternative,,

Use and complete the template provided. The entire template must be completed. If you don't, your post may be deleted! Ok, Im back with another small problem. I created a script (the one posted in the last thread). After some help from some members here all is good. The problem is I made it... (4 Replies)
Discussion started by: ozman911
4 Replies

6. HP-UX

Locate command in HP-UX and Solaris

Previously i worked on linux now i am working on HP-UX and solaris ... I am not able to use Locate command(command not found) in HP-Ux and solaris. Suggest me some options to use locate (6 Replies)
Discussion started by: girija
6 Replies

7. Solaris

how to change /export/home/user dir to /home /user in solaris

Hi all i am using solaris 10, i am creating user with useradd -d/home/user -m -s /bin/sh user user is created with in the following path /export/home/user (auto mount) i need the user to be created like this (/home as default home directory ) useradd -d /home/user -m -s /bin/sh... (2 Replies)
Discussion started by: kalyankalyan
2 Replies

8. Shell Programming and Scripting

locate command doubt !!!

Hello, I want to search for a file/directory named "abc" which is located anywhere in the given unix system. I am using the command :- But the problem is that this is giving me all combinations of files with have 'abc' in their name. But can I know the option to be used to get the location... (5 Replies)
Discussion started by: nsharath
5 Replies

9. UNIX for Dummies Questions & Answers

command locate.

Hi, I am aware of the command locate/slocate. But when I try to search the file which is located in /tmp. Its not able to get it. I tried by updating the database also with the command updatedb. Is there any consern that the command 'locate' dont check /tmp??? And I knew that locate is the... (5 Replies)
Discussion started by: praveen_b744
5 Replies

10. UNIX for Dummies Questions & Answers

encrypted files

Hi lads me again trying to get a wee bit fancy with my scripting anyway it dosn't seem to want to run (strange as it may seem) I encrypted a file renamed it and wrote another file that unencrypts it (it contains passwords) (and b4 anyone says I am doing this for my own reasons) In a... (3 Replies)
Discussion started by: w33man
3 Replies
Login or Register to Ask a Question