1833695 Members
3720 Online
110062 Solutions
New Discussion

Inodes

 
SOLVED
Go to solution
nancy rippey
Trusted Contributor

Inodes

Does anyone know how to figure out how many inodes a specific process is using.
nrip
3 REPLIES 3
Kofi ARTHIABAH
Honored Contributor

Re: Inodes

The tool lsof available from the arvhive centre can be used to determine open files by process.

Do a search in the forums for lsof.

Good luck
nothing wrong with me that a few lines of code cannot fix!
nancy rippey
Trusted Contributor

Re: Inodes

I have tried lsof and tusc but have not had any luck.
nrip
Kofi ARTHIABAH
Honored Contributor
Solution

Re: Inodes

The tool lsof available from the arvhive centre can be used to determine open files by process.

Do a search in the forums for lsof.

Good luck
PS. exerpts from the lsof man pages:

To obtain PID and command name field output for each process, file descriptor, file device number, and file inode number for each file of each process, use:

lsof -FpcfDi
nothing wrong with me that a few lines of code cannot fix!