Toolshed.Lsof.lsof
You're seeing just the function
lsof
, go back to Toolshed.Lsof module for more information.
Specs
lsof() :: :ok
List out open files by process
This is an simple version of lsof that works on Linux and
Nerves. While running the normal version of lsof provides
more information, this can be convenient when lsof isn't
easily available or can't be run due to :emfile
errors
from starting port processes due to too many files being open..