[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Inode's lsof.. and filenames...
Hi, After a bit of reasearch i have found that the OpenBSD kernel
doesnt keep the entire filename in memory for an open fd.
Is thier anyway to get around this, and make it so openbsd puts the entire
filename+path in the kernel.
Or are thier better, and more efficent ways to get around the problem im
having.. ( that being not being able to construct a full file + path name
from a open FD with a long name via lsof )
Thank you.