smart stuff

See openfiles
25 Jan 06 - http://www.approximity.com/cgi-bin/blogtariAgile/index.rb/Linux/openFiles.rdoc
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