lsof – handy linux command tool with examples
lsof command lists all open files lsof can save you a lot of time and hassle if you are just checking on the status of your host, but more importantly can give you valuable information and point you in the right direction when troubleshooting what exactly your host is up to. Linux treats mostly everything as a file. Sockets, devices,
Read more