Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the 'defaults write' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
defaults write
Authored by: moritzh on Feb 03, '06 09:27:49AM
The defaults write method directly writes into the plist file mentioned in the hint, it's just a convenient method to modify the file. There is also defaults read to simply display some preferences (without needing to convert them from binary). More info can be found by typing man defaults in the terminal.

[ Reply to This | # ]