Users & Groups in OS X
OS X is known for it’s great multi-user environment. Let’s suppose you want to define a new group and add a couple users to this group, to allow you to define access rights on various volumes, folders and files. To do this you will need to accedd the Net Info Manager Utility and duplicate any group of your choice, but as a starting point let’s go with ’staff’. Now re-name this group to whatever you want and give it a GID of 400 (a good place to start - remember that these can not clash and must be unique!).
Once the new group has been created we need to set about adding users to this group. To do this perform the following command in terminal as a super-user:
$ sudo niutil -appendprop / /groups/groupname users username
If you make a mistake that user can be removed as follows:
$ sudo niutil -destroyval / /groups/wheel users username
Finally you should be left with a group that looks like the following:

To check what groups you belong to simply type ‘group’ or ‘id’ at the command prompt and hit enter as follows:
$ group
or…
$ id
- iPhone Software Update v2.0
- Using Subversion (SVN) in OS X with XCode & Apache2
- AVR Toolchain on OS X
- Sweet Irony…
- Bug Fixes: FreePress Tagboard
Although it seems that many iPhone users have been plagued by software problems I am thankful that the update on my 'old' iPhone went well. It did however take well over 20 mins to download and...
IMPORTANT: XCode v2.4 is incompatible with SVN v1.40 - Please download XCode version v2.4.1 from the ADC website, which corrects this problem and has been tested for compatibility. This article ha...
UPDATE: Get the AVR MacPack instead of running the script below here. AVR MacPack is a development environment for Atmel's AVR microcontrollers running on Apple's Mac OS X, similar to WinAVR for W...
I was randomly browsing through the logs processed by 'Analog' and noticed that over 55-60% people visiting this site, use Windows. Granted, it is the most 'popular' OS by any means - but just caus...
The crappy FreePress Tagboard has been ganked and the original AJAX plugin has replaced it. Even though I fixed a few problems, the FP version simply has too many bugs :S Wow, this is really tempt...

