Fun with lsof
lsof (list open files) is a tool I have used recently for discovering which service is using a certain port. We also had a issue recently where our /var partition was showing 0 bytes free, but du -csh /var was showing over 1.5GB free. Using lsof | grep deleted we …
Continue reading