Thursday, August 09, 2018

Re: lsof alternative for listing open files?

Hello,

> I am aware of fuser and fstat but these seem to only give me inodes.

You can use
# find /foo -inum 123
to search for the corresponding file.

No comments:

Post a Comment