So I finally setup sudo to use instaed of suid-ing programs. But nwmount (which must be run as root) doesn't like being sudoed -- it now works (sorta) but only if I run nwmount as root. I have in sudoers: User_Alias LUEYB=lueyb Cmnd_Alias NETWARE=/usr/bin/nwmount LUEYB ALL=(ALL) NOPASSWD: TIME, NETWARE But when I run 'sudo nwmount -S blah blah' I get an error connecting. I think the problem is that I ran nwlogin as lueyb (as I want to), but nwmount is running as root. If I do nwlogin as root, and nwmount it works fine, but I don't want to do this. Is there a way to use sudo so I can as a normal user run nwmount with the privlidges I need, but still have it know that I'm lueyb, the one who logged on to netware? Thanks, Ben