LSOF commands
LSOF is the short form of "LiSt Open Files".
It is a command line utility which is used to list the information about the files that are opened by various processes.
In unix, everything is considered as a file, ( pipes, sockets, directories, devices, etc.).
So by using lsof, you...