> I want the user to be able to use the su command to switch to any user
> without requring a password, like root?
> How do I do this??

Sudo will do this.  Are you invoking it correctly?  Try "sudo su
<username>".  Similarly, "sudo su" will put a user directly into a root
shell.  (Assuming that user has the necessary permissions granted in the
sudoers file, of course.)  

If it's prompting for a password and you don't want it to, edit your
sudoers file to include something like:

# User alias specification
 
User_Alias      FULLTIMERS=andrew
 
# User privilege specification
FULLTIMERS      ALL=NOPASSWD:ALL

This works for me.

Joe
[EMAIL PROTECTED]



_______________________________________________
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to