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!