group owner "wheel"

I recently installed an oss app, I was unable to make an alias of it, so I checked its permissions.
Its group owner was "wheel", now I'm just curious why it was set as wheel. btw, the user owner is my main account, who is not in group wheel.
So is there any drawbacks to adding myself to group "wheel"?, any drawbacks to changing group ownership to admin, root, or $Name?

powerbook G4 17", Mac OS X (10.4.11), 17" model

Posted on Nov 20, 2009 10:43 AM

Reply
10 replies

Nov 20, 2009 11:05 AM in response to vendt

Hi vendt, and a warm welcome to the forums! 🙂

All Admin Users should be members of the wheel group, but you can add any user to that group.

Changing Ownership question might depend which APP it is, but normally if you're the only User you can change the group to you without ill effects.

Some ino on wheel group...

http://support.apple.com/kb/TA44217?viewlocale=en_US

http://osxfaq.com/Tutorials/LearningCenter/AdvancedUnix/ugp/index.ws

Nov 20, 2009 11:53 AM in response to vendt

Well, In Tiger we have a GUI to do it called NetInfo Manager in Applications>Utilities.

In Terminal do a man dscl, to rea who's in whell use this...

dscl . -read /Groups/wheel GroupMembership

Adding a user would be something like this I think...

sudo /usr/bin/dscl . -append /groups/wheel GroupMembership username

Nov 20, 2009 12:39 PM in response to BDAqua

[QUOTE] Well, In Tiger we have a GUI to do it called NetInfo Manager in Applications>Utilities .[/QUOTE]
I'd rather learn the command line version:\

[QUOTE] sudo /usr/bin/dscl . -append /groups/wheel GroupMembership username [/QUOTE]
This added my username to /groups/wheel
dscl . -read /Groups/wheel GroupMembership //showed my name
however
groups //did not show me as in wheel

I then ran:
sudo /usr/bin/dscl . -append /groups/wheel GroupMembership [$UID] //"$UID" ---inside square brackets
now "groups" command also shows me in wheel
but
Make Alias is still greyed out...

Message was edited by: vendt

Nov 20, 2009 1:34 PM in response to vendt

Here are some of my permissions:
mac $ pwd
/Applications
mac $ ls -l
total 480
drwxr-xr-x 3 mac staff 102 Jan 24 2007 0xED-1.app/
-rwxr-xr-x 1 mac wheel 13780 Sep 15 15:47 0xED.app*
drwxrwxr-x 4 root admin 136 Jan 11 1970 Acrobat Reader 5.0/
drwxrwxr-x 3 root admin 102 Sep 11 17:31 Address Book.app/
drwxrwxr-x 3 mac admin 102 Aug 15 2007 Adobe Help Viewer 1.0.app/
drwxrwxr-x 6 mac admin 204 Oct 31 2003 Adobe Reader 6.0/
drwxrwxr-x 5 mac admin 170 Nov 13 15:50 Adobe Reader 9/
...


seems like other should be r-x

root # ls -ld WhatSize*
drwx------ 3 mac admin 102 Apr 7 2006 WhatSize.app/
-------------
Used the gui alias command...
-------------
root # ls -ld WhatSize*
drwx------ 3 mac admin 102 Apr 7 2006 WhatSize.app/
-rw-r--r-- 1 mac admin 0 Nov 20 16:31 WhatSize.app alias
root #



Robert

Nov 20, 2009 2:59 PM in response to rccharles

solved
It is in the Applications folder, and I noticed it wasn't just the one app, it was all of them in there.
Somehow the permissions for the folder was 755, and the owner-root, groupowner-wheel.
I'm not sure what the default values for it is(777 or 775 maybe?), but somehow it got changed.

Thanks for all the help in diagnoses.

This thread has been closed by the system or the community team. You may vote for any posts you find helpful, or search the Community for additional answers.

group owner "wheel"

Welcome to Apple Support Community
A forum where Apple customers help each other with their products. Get started with your Apple Account.