lsof

Understanding lsof and lsof -i What is lsof? lsof (List Open Files) is a versatile command-line utility on UNIX and Linux systems that displays information about files opened by processes. Since UNIX treats many resources as files—including disk files, network sockets, and devices—lsof can list: Why Use lsof? Basic Syntax Read more…