file handling

Hi all,

I got a little issue here. Imagine that I have more than one process accessing one file. Is it possible to know which process(es) are accessing that file when I open the file??

Thanks for the help.

Best regards,

Ernesto

See the man pages for lsof and fuser.

thanks vino. :smiley: