On May 26, 2008, at 1:17 PM, Joe Landman wrote: > 1) set up sudo access for a specific user, and add this line for > user "jay" > > jay ALL=(ALL) NOPASSWD: /bin/su Or just set jay's uid to 0 in /etc/passwd. Hacky, but it makes jay look and act just like root. --Joe