Approximity blog home
1 of 1 article InfoSyndicate: full/short

See openfiles   25 Jan 06
[print link all ]
Sometimes it is really useful to find out which files are open, as well as by what process/user. lsof and fuser are your friends.

Which files are opened by vim?

 lsof -c vim

.. and which processes use the file tara.c?

 fuser tara.c

 

Powered by Rublog