question

Todd C. Miller Todd.Miller at courtesan.com
Wed Mar 21 21:55:44 EST 2001


To allow "someuser" to run /bin/ksh as "fakeuser" on "somemachine"
you could do:

someuser somemachine=(fakeuser) /bin/ksh
 
then "someuser" could run "sudo -u fakeuser /bin/ksh"

 - todd



More information about the sudo-users mailing list