The lsof command can be used to list the open files in Ubuntu. The first leftmost column is the process name and the last rightmost column is the name of the file it has opened. The command is easy to remember as the ls of open files.
Tried with: Ubuntu 12.04.1 LTS
One thought on “How to list the files open by processes in Ubuntu”