file - how to correctly interpret the output of fuser -


i need understand behaviour of fuser because have different outputs using "fuser -m /file or directory name" , "fuser ." inside same directory.

with -m options have many processes not using ".". in fuser man page written -m option "specifies file on mounted file system or block device mounted. all processes accessing files on file system listed"

i need information because don't know if can delete directory trust in "fuser ."

could me please?

thanks


Comments

Popular posts from this blog

Sort a complex associative array in PHP -

vb.net - How to ignore if a cell is empty nothing -

recursion - Can every recursive algorithm be improved with dynamic programming? -