The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > Operating Systems > SUN Solaris
Google UNIX.COM



View Single Post in UNIX Forums - Click on the Thread or Permalink to View Entire Thread -->
  #3 (permalink)  
Old 03-08-2007
Perderabo's Avatar
Perderabo Perderabo is offline
Unix Daemon
 

Join Date: Aug 2001
Location: Washington DC Area
Posts: 8,712
One common approach is to create a group called "wheel". Then:
chgrp wheel /usr/bin/su
chmod 4550 /usr/bin/su
Now su can be run by root and by members of the group wheel. So you put some users in that group to allow them access to the su command.

It is traditional to call the group "wheel", but I don't know where that name came from. Possibly from "big wheel" which is slang for important person?
Reply With Quote