Lsof Command in Linux

The lsof command stands for list open files, is used to list all open files and directories. This command helps you find out which files are opened by various processes, the user’s process list, and the list of processes listening on a particular port

Source: LXer – Lsof Command in Linux