Path: utzoo!utgpu!news-server.csri.toronto.edu!rutgers!noao!rstevens From: rstevens@noao.edu (Rich Stevens) Newsgroups: comp.unix.internals Subject: clearing SUID and SGID bits on non-root write Keywords: SUID, SGID, SVID, SVR4 Message-ID: <1990Dec5.135759.12508@noao.edu> Date: 5 Dec 90 13:57:59 GMT Organization: National Optical Astronomy Observatories, Tucson, AZ, USA Lines: 9 BSD-based systems (SunOS and 4.3BSD, for example) specifically state on the chmod(2) man page that a non-superuser process writing to a file automatically clears the SUID and SGID bits. That makes sense. But, in going through the SVID (Third Edition) and the SVR4 manuals, I can't find any reference to this feature. Do the AT&T Unices really not do this ? Rich Stevens (rstevens@noao.edu)