Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!linus!decvax!tektronix!ogcvax!omsvax!hplabs!sri-unix!gwyn@brl-vld From: gwyn%brl-vld@sri-unix.UUCP Newsgroups: net.unix-wizards Subject: Re: Usefulness of access(2) - (nf) Message-ID: <12128@sri-arpa.UUCP> Date: Wed, 28-Sep-83 22:31:15 EDT Article-I.D.: sri-arpa.12128 Posted: Wed Sep 28 22:31:15 1983 Date-Received: Sun, 2-Oct-83 02:46:36 EDT Lines: 5 From: Doug Gwyn (VLD/VMB) That is correct behavior, since you were asking for a way to check access for the effective UID. Set-UID root makes your effective UID 0, trying to access the file wins, and that is correct.