Path: utzoo!attcan!uunet!virtech!cpcahil From: cpcahil@virtech.UUCP (Conor P. Cahill) Newsgroups: comp.unix.wizards Subject: Re: How do I detect who and when A file gets accessed ? Message-ID: <1191@virtech.UUCP> Date: 22 Sep 89 01:37:06 GMT References: Organization: Virtual Technologies Inc Lines: 11 In article , nieh@nnn.crd.ge.com writes: > How do I detect who and when the file gets accessed ? You can't detect who, and you can only detect the last time the file was accessed. The only way to do it is to write your own program that controls access to the file and have the program log who is using it. -- +-----------------------------------------------------------------------+ | Conor P. Cahill uunet!virtech!cpcahil 703-430-9247 ! | Virtual Technologies Inc., P. O. Box 876, Sterling, VA 22170 | +-----------------------------------------------------------------------+