August 2018
Intermediate to advanced
482 pages
12h 44m
English
In this section, we will explore different options that can be used with the lsof command to understand how it works:
lsof | less

The output which is displayed in the preceding screenshot is shown in columns such as Command, PID, User, FD, Type, Device, and so on, for a better understanding about the files.
The FD column has information about the file's description, such as the Current Working Directory (CWD), Root Directory (RTD), Program ...
Read now
Unlock full access