What are the different places fonts can be installed manually?
~/Library/Fonts — will be accessible only that user Alternatively, to make fonts accessible to all users, you can install them…
What is the search path that Mac OS X uses when searching for resources (like fonts), and why would something like this matter in a multi-user environment with many shared and unshared fonts?
The search path is 1. User (~/Library) 2. Local (/Library) 3. Network (/Network/Library) 4. System (/System/Library) If you have fonts…
Whats the gotcha when trying to restrict access by setting the parent folder to READ ONLY and the files contained within to READ & WRITE?
Some applications require saving temporary files to the folders during the Save process. This happens in the background and cant…
When setting permission on folders and files contained within, if the parent folder is READ ONLY, what can be done with that file?
– cant be deleted – cant be renamed Note: the user may still be able to EDIT the file if…
When setting permission on folders and files contained within, if the parent folder is READ & WRITE, what can be done with that file?
– can be deleted – can be renamed Note that the user can edit this file if the file is…
What is fast user switching and what are its limitations?
Fast user switching allows you to switch between user accounts while other user accounts are still open. In Mac OS…
What options are you given when you try to delete a user account?
The system prompts you asking if you want to archvie the contents of the users home folder in a disk…
What are the things you can do in System Preferences -> Accounts?
Password – enter the users full name and short name; enter password and optional password hint. Although it is possible…
UNDER 10.3: Lets say you are logged in as an Administrator and you go to System Preferences -> Accounts to edit other users accounts. Which 5 tabs might you see in this window while making these changes, and why are only 3 or 4 of them displayed at a time?
Answer: Password, Picture, Security, Startup Items, Limitations Startup items is only available when you are configuring your own account, and…
What are the three kinds of OS X accounts?
Normal user – can edit their own settings only, desktop pic. cannot make system-wide changes Admin user – can make…