Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!usc!ucla-cs!mara!agsm!iwelch From: iwelch@agsm.ucla.edu (Ivo Welch) Newsgroups: comp.unix.questions Subject: access() call as a su Keywords: ntp PROGRESS Message-ID: <681@mara.cognet.ucla.edu> Date: 13 Nov 90 21:54:45 GMT References: <1423@nixsin.UUCP> Sender: news@mara.cognet.ucla.edu Organization: UCLA, Anderson Graduate School Of Management Lines: 9 On Mach, a BSD 4.3 clone with a gcc compiler: I am trying to establish if a file has the executable attribute set. access() works just fine if I am not the su, or if I su name. However, if I just su, (i.e. become root), all files appear to access() to be executable. Is this a bug on my machine, or am I doing something wrong? /ivo welch ivo@next.agsm.ucla.edu