Xref: utzoo comp.unix.programmer:961 alt.sources.d:1428 Path: utzoo!utgpu!cs.utexas.edu!sdd.hp.com!usc!randvax!segue!jim From: jim@segue.segue.com (Jim Balter) Newsgroups: comp.unix.programmer,alt.sources.d Subject: Re: -x implementations Message-ID: <6124@segue.segue.com> Date: 2 Feb 91 00:20:11 GMT References: <1943:Jan2619:34:3591@kramden.acf.nyu.edu> <2856@charon.cwi.nl> <8869@star.cs.vu.nl> <1991Jan29.153242.12335@convex.com> <8896@star.cs.vu.nl> <19017@rpp386.cactus.org> Reply-To: jim@segue.segue.com (Jim Balter) Organization: Segue Software, Inc. - Santa Monica, CA. +1-213-453-2161 Lines: 9 In article <19017@rpp386.cactus.org> jfh@rpp386.cactus.org (John F Haugh II) writes: >test(1) is the sick on. Any version of test(1) which relies on >access(2) is broken. 1) The fact that access does not provide an option to test the effective uid is brain damage. 2) It only matters if the program calling access has S_ISUID or S_ISGID set. Why would test be installed with set-uid privileges?