Re: AIX/6000 fuser command

[ Available lists | Index of freebsd-questions | Month of Aug 1996 | Week of 13 Aug 1996 | Raw email | View thread | Wrap long lines | Reply | Tag ]
From
Michael Hancock <michaelh@cet.co.jp>
Date
13 Aug 1996 03:40:23
Subject
Re: AIX/6000 fuser command
Message-ID
Pine.SV4.3.93.960813193903.706A-100000@parkplace.cet.co.jp


[ Hide this part ]
Try ...

fstat filename

Mike

On Tue, 13 Aug 1996, Giuseppe Vitillaro wrote:

>
> I found particulary useful im my experience the AIX
> "fuser" command.
>
> This little AIX command let to get the PIDs of the
> processes that are keeping open a file.
>
> If you use it for example on a syslog file like:
>
> fuser daemon.log
> daemon.log: 3461
>
> you will get the PID of the syslogd daemon.
>
> Two related questions:
>
> (1) does an equivalent command exist under FreeBSD?
>
> (2) in the case the answer to the first question would be "NO",
> have the FreeBSD the primitives to build a tools like fuser?
>
> Thank in advance, Peppe.
>



Elapsed time: 0.112 seconds