lsof is a Linux diagnostic tool. Its name stands for list open files, and it does just that. It lists information about any files that are open by processes currently running on the system. It can also list communications open by each process.
*
COMMAND contains the first nine characters of the process name.
*
PID is the process ID number.
*
USER is the user ID number or login name of the user process.
*
FD is the file descriptor.
*
TYPE is the type of node associated with the file.
*
DEVICE contains the device numbers.
*
SIZE is the file's size or its offset in bytes.
*
NODE NAME is the node number of a local file.
For a more complete description of these columns and options, view the lsof man page using man lsof.
As always Thank you for flying Penguin Air