How to edit OS X system files with TextEdit
Underneath its slick interface, OS X has a number of hidden configuration files that contain the settings for default and standard behaviors. While in most cases these files being hidden is good for system stability and security, sometimes you may need to access one for troubleshooting purposes or to apply small customizations to the system.
Often these files can be accessed with simple one-line Terminal commands, as is commonly seen with the "defaults" command for editing program or service property lists; however, at other times you might need to make more extensive edits to a settings file. When … Read more