I know that there is a fuser command that lists the components of the processes, but how do you constantly monitor which process accessed the file? (think of behavior similar to the tail name -f)
tell me there is a process that writes to a file and frees the descriptor at a certain interval, so it is difficult to catch this process using the fuser.
source
share