48
18
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 shouldchgrp
the directory to admin or staff instead of wheel.
Are you just trying to download the source of some project that only you are going to hack on? You can just download it to a folder that you have permissions on already. – Richard Hoskins – 2009-08-09T23:31:55.020
Oh. you're correct... well, then the 2nd part of the Q is moot for my own purposes. But I'd still like to know about my first question. – Jason S – 2009-08-09T23:44:42.633