Search This Blog

lsof: list open files

  • List files opened by the user:
    lsof
  • List files opened by the user:
    sudo lsof
  • List all open sockets:
    sudo lsof -i

See also

No comments:

Post a Comment