Skip to content

simple C program that checks what process opened a given file

Notifications You must be signed in to change notification settings

dsal3389/whoopen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

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

About

simple C program that checks what process opened a given file

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published