Hi Peng!

On Mo, 28 Sep 2009, Peng Yu wrote:

> On Sep 28, 3:08 pm, Christian Brabandt <[email protected]> wrote:
> > lsof can probably help.
> 
> I don't have this command on my system. Also, I don't have root
> permission and my system administrator will not install any software.
> So I have to compile from source. Do you know where I can download the
> source code and compile it? My system is CentOS.

See http://people.freebsd.org/~abe/ for the source. An alternative 
could be using find on your /proc directory, something along the lines 
of 
find -L /proc -name '*filename*' 2>/dev/null

or may be even better, if you know that vim is using that file you can 
probably figure it out using ps:

ps -fC vim


regards,
Christian

--~--~---------~--~----~------------~-------~--~----~
You received this message from the "vim_use" maillist.
For more information, visit http://www.vim.org/maillist.php
-~----------~----~----~----~------~----~------~--~---

Reply via email to