In Linux, how can I get a list of files currently open in program X?
(Specifically, I'm on Fedora, and the program is Zend Studio, but I assume there's a general answer.)
Use e.g. lsof
("list open files") and filter the output, or use the -c programX
option to restrict it to files opened by programX. This expression can be a wildcard.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With