Colin Watson said: >Ben Collins <[EMAIL PROTECTED]> wrote: >>On Wed, Mar 29, 2000 at 05:42:13PM -0500, Brian Clark wrote: >>> -rwxr-xr-x 1 root root 22992 Mar 14 08:28 /bin/su >> >>There's the problem. Somehow you got the perms changed. They need to be: >> >>-rwsr-xr-x >> >>So, "chmod 4755 /bin/sh" and all should be well. > >*grin*
Heheh, yes, I knew what he meant. I ended up just adding sysadmin to staff, then % /bin/chgrp staff /bin/su; /bin/chmod 4750 /bin/su Thanks, guys - Brian