Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 389 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 389 Bytes

whoopen

whoopen is a simple C program that takes a file path and check what process has it open, it prints to stdout the pid nad the relative process fd, the output format is @

usage

>>> whoopen --help
>>> whoopen $HOME/myfile.txt
...

note

the check is based on the path string and the the inode!

build from source

>>> cd whoopen
>>> make