Ok. Apple changes things a fair bit from the user side recently.
I need to really know how to administer a mac system.
Now, this is quite different then programming such a system. the dev docs are quite detailed. The man pages also are quite good, except for most of the admin pages. Of course, much of the info links back to earlier versions.
10.6 is the last really detailed doc set that was put out. Now, I'm starting to think, and beginning to see, that much of the nuts and bolts knowledge is the same or similar... that I need to know the new features, but that Open directory and other core tools needed to administer users and the like can be learned from the older stuff.
Am I correct in thinking this? It would make things a lot easier, my main tool now is this site and
man -k
and tracing syscalls with DTrace. This can't be how everyone does it, "it" being the taking of man pages and "tips" and assembling them into a coherent mental map of Mac Sysadmin.
To summarize, I am wondering: Do I need the newest docs? Or can I read the concepts from 10.5, 10.6, the basics, and then just move forward from there?
Pls advise.
EDIT: To clarify, it'll be user management and Open Directory issues which I feel the greatest need for clarification. I've just been treating this like a nicer BSD variant, and am unsure of best practices and practical issues with managing users. I have also noticed that often there is an alarming ( to the novice ) gap between what the docs say works, and what the people in the field say. Of course, maybe I am concerned about the wrong things. That's where man pages won't help you, they tell you how to use a tool, but not really when to use a tool.