Path: utzoo!attcan!uunet!cs.utexas.edu!swrinde!zaphod.mps.ohio-state.edu!usc!snorkelwacker!bloom-beacon!eru!hagbard!sunic!mcsun!ukc!pyrltd!tetrauk!paul From: paul@tetrauk.UUCP (Paul Ashton) Newsgroups: comp.unix.sysv386 Subject: Re: rmdir problem in SCO UNIX Message-ID: <739@tetrauk.UUCP> Date: 26 Sep 90 09:51:28 GMT References: <7729@star.cs.vu.nl> Reply-To: paul@tetrauk.UUCP (Paul Ashton) Organization: Tetra Ltd., Maidenhead, UK Lines: 16 > I booted my Compaq Syspro 386 with an emergency boot floppy and > tried to remove a directory both with rm an with rmdir. However, > I get the error message: > rmdir: setuid(2) failed, Not owner C2 strikes again! solution is type su then rmdir setuid will fail if the login uid is not set, however su sets it if it is not already set. Obviously the single user login doesn't set your luid. -- Paul