We found it. Thanks, Ray & caszonyi.
I think I accidentally issued this command chmod -R 775 * while in the directory /bin instead of in the directory /hde3, because 'ls -l su' returned -rwxrwxr-x root root su on the file server, while I get -rws--x--x root root su on the web server (kernel-2.2.19). I then cd'd to /bin and issued chmod 4711 su Now 'ls -l su' returns -rws--x--x root root su and I can now logon remotely and 'su root'. :-) Now, I suppose that I have many files in /bin incorrectly set to -rwxrwxr-x instead of -rws--x--x or whatever they should be. :-| Regards, Chuck Ray Olszewski wrote: > > At 07:51 AM 12/29/2003 -0500, chuck gelm net wrote: > >Howdy: > > > > I broke something on my file server and now I can no longer > >'su' (root) remotely. When I try I get this error: > > > >setgid: Operation not permitted > > > > Often I logged on remotely and issued > > > >su > >cd /hde3 > >chmod -R 775 * > >chgrp -R users <snip> - To unsubscribe from this list: send the line "unsubscribe linux-newbie" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.linux-learn.org/faqs
