in reply to how can i find whether a file has been opened by some other process across a network(not in a single machine)?

Hi, The linux command 'lsof' will give you a list of all currently open files and their processes.
  • Comment on Re: how can i find whether a file has been opened by some other process across a network(not in a single machine)?

Replies are listed 'Best First'.
Re^2: how can i find whether a file has been opened by some other process across a network(not in a single machine)?
by jijogroups (Novice) on Dec 05, 2005 at 12:36 UTC
    lsof doesn't work here