Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!sun-barr!newstop!texsun!convex!convex.COM From: tchrist@convex.COM (Tom Christiansen) Newsgroups: comp.unix.misc Subject: Re: Who's in my Directory ? Message-ID: <109092@convex.convex.com> Date: 21 Nov 90 13:28:11 GMT References: <1990Nov21.004657.10564@mcs.kent.edu> Sender: news@convex.com Reply-To: tchrist@convex.COM (Tom Christiansen) Organization: CONVEX Software Development, Richardson, TX Lines: 8 In article <1990Nov21.004657.10564@mcs.kent.edu> dpavlich@math-cs.kent.edu (Dave Pavlich) writes: > Is there a way on unix to find out if someone has 'cd''d into your > directory ? Use the BSD fstat if you have it; that one I know works. SysV fuser I've heard may also help. --tom