Hi,
I want to find the opened files for a process. I type the command lsof -p pid but I have the following problems:
1. Instead of getting the real file name, I get the file system name.
2. The inode file for files in a specific file system is '0', but for other file system are displayed.
==...