linux-open-files

Collects the /proc/PID/fd file lists and returns the open file list by process in Linux.

Syntax

linux-open-files

Description

After running the linux-open-files command, the output fields are as follows:

Output Fields

FieldTypeDescription
pidIntegerProcess ID
cmd_lineStringComplete command line for the process
userStringUser ID
fdIntegerFile discriptor
typeStringFile type (REG = regular file)
file_sizeLongFile size
targetStringFile path or socket information