When you need to see how many files a program opened, you must run the following command:
lsof | grep my_program | wc -l
Cheers,
When you need to see how many files a program opened, you must run the following command:
lsof | grep my_program | wc -l
Cheers,