Click for a PDF with this and four other essential Linux articles. And, if you’ve ever heard anyone say that for Unix, everything is a file, you might not be too surprised to learn that lsof works ...
One command revealed a side of my system I never knew existed.
Click for a PDF containing this and four other essential Linux articles. Both of the aliases below will list whatever files are open on your behalf when you are logged in. I suspect that few sysadmins ...
Happy hangover Monday everyone! To soothe those post-big-game blues, here's this week's man page -- lsof, the LiSt Open Files tool. If you're trying to figure out why a removable drive won't unmount ...
Use the LiSt Open Files (LSOF) utility to track data flow related to ports, users, and applications. LiSt Open Files (LSOF) is a Linux utility that allows you to view current network connections and ...
One thing I really like about Windows server compared to Mac OS X Server is the ability to quickly see what files are currently open, and who has them open.<BR><BR>I assume the only thing I can do on ...
Every Mac user should know how—and when—to turn to the Terminal. And he or she should also know how to shut down a truly recalcitrant app or a stubbornly frozen Mac. lsof lists all open files and the ...
How do I use lsof to get a list of currently open text files?<BR><BR>I have a few files open in emacs, run the following command in another term, and get the ...