linux file observability

from blog blog, | ↗ original
linux file observability In linux, “everything” is a file1. Regardless if its a regular file, directory, socket or even a device. Know how to observe open files, attached to a process, can become quite handy for debugging a linux host. Files and file descriptors Observe Wich process opened the file? Which files do a process holding?2 Is my server...