Part 4 Data Management: Lesson 16 Flashcards
What are some of the common file flags used by OS X?
Common file flags include the locked flag, which locks files from changes, and the hidden flag which hides the item in the Finder.
What is filesystem metadata? What are some examples of filesystem metadata?
Metadata is information stored outside of a file or folder. It provides additional information about files and folders. Examples include file flags, extended file attributes, and permissions.
How does the spotlight search service use metadata?
The spotlight search service creates index databases of file system metadata so that it can perform time-intensive searches nearly instantly.
Where does Spotlight store its metadata index databases? How about the Spotlight plug-ins?
Spotlight metadata index databases are stored in the root of every volume in a /.Spotlight – V100 folder. However a legacy FileVault user’s database is stored in the encrypted home folder. Also the Mail application maintains its own database in each user’s home folder at
~/Library/Mail/V2/MailData/ Envelope index. Spotlight plug-ins can be located in any of the Library folders in a folder named Spotlight.
What are some privacy and security concerns with the Spotlight service?
Though spotlight indexes file and folder permissions, it allows other users to search the contents of locally attached nonsystem volumes when ownership is ignored on those volumes.
How do you resolve an issue where a Spotlight search doesn’t appear to be finding the correct items?
Forcing a rebuild of the spotlight index databases is a common technique to resolve search issues. You can force a rebuild by adding an item to the Spotlight preferences Privacy list and then removing the item. This deletes the current index database and forces the system to build a new one.