Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!purdue!haven!adm!smoke!gwyn From: gwyn@smoke.BRL.MIL (Doug Gwyn) Newsgroups: comp.unix.questions Subject: Re: A way to monitor your files Message-ID: <11009@smoke.BRL.MIL> Date: 9 Sep 89 06:10:33 GMT References: <547@chem.ucsd.EDU> Reply-To: gwyn@brl.arpa (Doug Gwyn) Organization: Ballistic Research Lab (BRL), APG, MD. Lines: 14 In article <547@chem.ucsd.EDU> ghm@chem.ucsd.edu (Novie.****) writes: > I have tried to change the mode of the files to limit access to only > myself ( at least certain personal files) but this measure seems > utterly useless with superusers. Encrypting is out of the question. UNIX generally provides no audit trail for file accesses, so you cannot tell who accessed them. You can tell when they were last accessed, however; try "ls -u". Apart from encryption or storing your files off-line, there's no way to keep someone who has superuser privilege from accessing your files. It sounds like an administrative issue to me; try talking to your site manager. If your site manager is the culprit, then perhaps you should get your own computer for your own secret stuff.