3 messages in com.perforce.perforce-userok, I should have been paying attention!
FromSent OnAttachments
Dave...@vignette.com09 Oct 1998 14:23 
Fred...@mydata.se12 Oct 1998 06:52 
Dave...@vignette.com12 Oct 1998 07:28 
Subject:ok, I should have been paying attention!
From:Dave...@vignette.com (Dave@vignette.com)
Date:10/12/1998 07:28:07 AM
List:com.perforce.perforce-user

Date: Mon, 12 Oct 1998 15:52:37 +0200

> From: Fredric Fredricson <Fredric.Fredriksson at mydata.se> > > Dave Lewis wrote: > > > > I know its been talked about, but how do you > > delete a user if they have open files? > eh... A user can't have open files, a client can. > > > > Or better, how do you find out where the open files are? > > "p4 opened -a" gives You a list of all open files. Grep > for client name. > > /Fredric Fredricson > Well, it sure looks like users can have open files:

bash-2.00$ p4 user -f -d Administrator User Administrator has file(s) open on 1 client(s) and can't be deleted.

User Administrator also does not own any clients... But p4 opened -a did just exactly what I needed!

Thanks!