• Home
  • Archive
  • Tools
  • Contact Us

The Customize Windows

Technology Journal

  • Cloud Computing
  • Computer
  • Digital Photography
  • Windows 7
  • Archive
  • Cloud Computing
  • Virtualization
  • Computer and Internet
  • Digital Photography
  • Android
  • Sysadmin
  • Electronics
  • Big Data
  • Virtualization
  • Downloads
  • Web Development
  • Apple
  • Android
Advertisement
You are here: Home » What is Wheel Group in UNIX and Unix-Like OS?

By Abhishek Ghosh March 29, 2014 4:14 am Updated on March 29, 2014

What is Wheel Group in UNIX and Unix-Like OS?

Advertisement

Wheel Group originated in the TENEX OS, distributed, widely used in 1960s. Wheel Group has wheel account, has additional system privileges. UNIX Operating System and Unix-Like Operating Systems including (not all) GNU Linux, there are some differences. It must be noted that; GNU su' does not support the wheel’ group. This is official text :

Vim
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
Why GNU `su' does not support the `wheel' group
===============================================
 
   (This section is by Richard Stallman.)
 
   Sometimes a few of the users try to hold total power over all the
rest.  For example, in 1984, a few users at the MIT AI lab decided to
seize power by changing the operator password on the Twenex system and
keeping it secret from everyone else.  (I was able to thwart this coup
and give power back to the users by patching the kernel, but I wouldn't
know how to do that in Unix.)
 
   However, occasionally the rulers do tell someone.  Under the usual
`su' mechanism, once someone learns the root password who sympathizes
with the ordinary users, he or she can tell the rest.  The "wheel
group" feature would make this impossible, and thus cement the power of
the rulers.
 
   I'm on the side of the masses, not that of the rulers.  If you are
used to supporting the bosses and sysadmins in whatever they do, you
might find this idea strange at first.

 

Basics on Wheel Group in UNIX and Unix-Like OS

 

GNU Linux systems do not enable the Wheel Group by default. FreeBSD, OpenBSD, NetBSD, Apple OS X and all UNIX OS; however has Wheel Group by default. In some Linux distributions like Gentoo Linux alternative implementations maintain these requirements.

Because of the migration of system developers TENEX/TOPS-20 Unix , the term was adopted by the Unix community. In several of these systems the command “su”can be used to gain the root access. Anticipating misuse, some system administrators only allow access the command by certain groups, often identified as wheel, indicating a higher level of confidence. In a GNU Linux is not necessary that a user is in the wheel group to use the su command, this is mainly for philosophical reasons.

Advertisement

---

 

More Information on Wheel Group and Practical Part

 

Modern Unix implementations generally include a security protocol that requires a user be a member of the wheel user privileges group in order to gain superuser access to a machine by using the su command. When a server had to be maintained at a higher level than the day-to-day system administration, root rights were often required. The Wheel Group was used to create a pool of user accounts that were allowed to get that level of access to the server.

To check yourself on OS X 10.9, open the group file in nano text editor :

Vim
1
nano etc/group

This is the screenshot :

What is Wheel Group in UNIX and Unix-Like OS

For Linux : Most GNU Linux systems, come without wheel groups configured and implemented. However, a wheel group implementation requires no special effort. The basic set up, as it was in the beginning. Create a wheel group in /etc/groups or /etc/groups. Change the permissions of the su command so that only those in the wheel group may run it.
You can add yourself to wheel when creating your account using vigr or nano or vi to edit the file /etc/group; add your username to the end of the line starting with wheel :

Vim
1
wheel::10:root,alien

visudo allows you to tailor the /etc/sudoers file which determines who may run what commands using sudo. On UNIX the same file can be edited using :

Vim
1
sudo nano /etc/sudoers

Another interesting file on GNU Linux is :

/etc/suauth

Can be opened with :

Vim
1
sudo nano /etc/suauth

For not being member of wheel implies that one will not be able to use su to get a root access. A sample suauth file is :

Vim
1
2
3
4
5
6
7
8
9
10
11
# sample /etc/suauth file
#
# A couple of privileged usernames may
# su to root with their own password.
#
root:alien:OWNPASS
#
# Anyone else may not su to root unless in
# group wheel. This is how BSD does things.
#
root:ALL EXCEPT GROUP wheel:DENY

The same kind of file exists on UNIX (BSD variants and OS X) as /etc/pam.d/su.

DO NOT Edit any file without knowing theory in details. Wrong editing can result in buffer overflow/buffer overrun.

Tagged With linux wheel group , wheel group , wheel group linux , unix wheel group , linux wheel , wheel group su , wheel group unix , Unix wheel command , unix group wheel , create wheel group

This Article Has Been Shared 731 Times!

Facebook Twitter Pinterest
Abhishek Ghosh

About Abhishek Ghosh

Abhishek Ghosh is a Businessman, Surgeon, Author and Blogger. You can keep touch with him on Twitter - @AbhishekCTRL.

Here’s what we’ve got for you which might like :

Articles Related to What is Wheel Group in UNIX and Unix-Like OS?

  • How to Choose a VPS or Virtual Private Server

    How to Choose a VPS or Virtual Private Server by a starter or someone who wants to shift from free blogs like WordPress, Tumbler or Blogger or want to upgrade.

  • Convincing Clients to Switch to Cloud Computing

    Convincing Clients to Switch to Cloud Computing – Some people have the ability to convince anything they want, client is blessed if it is for the better option.

  • Dock of Mac OS X : Details and Tweaks

    Dock of Mac OS X is an icon of Mac itself. Dock derived from OS X’s predecessor NeXTSTEP Operating System. Dock of OS X has several discovered tweaks.

  • Verbose Output on OS X : Tool to Troubleshoot Delayed Shutdown Time

    Verbose Output on OS X is actually quite helpful tool to Troubleshoot Delayed Shutdown Time.A delayed shutdown time on Mac gives the feel of using a Windows PC.

  • What We Mean by Web Standards ?

    Web standards is a generalized terminology used to refer the current standard and specification that define, describe technical aspects of the World Wide Web.

Additionally, performing a search on this website can help you. Also, we have YouTube Videos.

Take The Conversation Further ...

We'd love to know your thoughts on this article.
Meet the Author over on Twitter to join the conversation right now!

If you want to Advertise on our Article or want a Sponsored Article, you are invited to Contact us.

Contact Us

Subscribe To Our Free Newsletter

Get new posts by email:

Please Confirm the Subscription When Approval Email Will Arrive in Your Email Inbox as Second Step.

Search this website…

 

Popular Articles

Our Homepage is best place to find popular articles!

Here Are Some Good to Read Articles :

  • Cloud Computing Service Models
  • What is Cloud Computing?
  • Cloud Computing and Social Networks in Mobile Space
  • ARM Processor Architecture
  • What Camera Mode to Choose
  • Indispensable MySQL queries for custom fields in WordPress
  • Windows 7 Speech Recognition Scripting Related Tutorials

Social Networks

  • Pinterest (22.1K Followers)
  • Twitter (5.8k Followers)
  • Facebook (5.7k Followers)
  • LinkedIn (3.7k Followers)
  • YouTube (1.3k Followers)
  • GitHub (Repository)
  • GitHub (Gists)
Looking to publish sponsored article on our website?

Contact us

Recent Posts

  • Why Data Management is so Important in a Business July 6, 2022
  • Application Modernization : Cloud Can Take Your Applications to the Next Level July 5, 2022
  • Ways To Make Sure Your Online Course Outshine Others July 3, 2022
  • Will Smart Factories Become the New Assembly Line? July 2, 2022
  • The Cost of Doing Business as a Handyman July 1, 2022

About This Article

Cite this article as: Abhishek Ghosh, "What is Wheel Group in UNIX and Unix-Like OS?," in The Customize Windows, March 29, 2014, July 7, 2022, https://thecustomizewindows.com/2014/03/what-is-wheel-group-in-unix-unix-like-os/.

Source:The Customize Windows, JiMA.in

This website uses cookies. If you do not want to allow us to use cookies and/or non-personalized Ads, kindly clear browser cookies after closing this webpage.

Read Privacy Policy.

PC users can consult Corrine Chorney for Security.

Want to know more about us? Read Notability and Mentions & Our Setup.

Copyright © 2022 - The Customize Windows | dESIGNed by The Customize Windows

Copyright  · Privacy Policy  · Advertising Policy  · Terms of Service  · Refund Policy