Tagged Questions
7
votes
5answers
1k views
lsof survival guide
lsof is an increadibly powerful command-line utility for unix systems. It lists open files, displaying information about them. And since most everything is a file on unix systems, lsof can give ...