Which program lists information about files and network connections opened by processes? (Specify ONLY the command without any path or parameters.)



Answer: lsof

題解

「lsof」指令可以查看目前有哪些正在被行程使用的檔案。