two questions:
- What's the difference between the groups "wheel", "staff", and "admin"? what do they do?
- specific use case: I'm trying to setup a local CVS repository as stated in the Apple webpage so i can download a remote source tree... and I have to get myself permission to use a new directory /usr/local/cvsrep. It gets created by default as owned by "root" under group "wheel"... but I don't have membership in "wheel", I do have membership in "admin" and "staff" and am just wondering if I should
chgrpthe directory to admin or staff instead of wheel.
