Lsof

From wikieduonline
Revision as of 13:59, 8 December 2019 by Welcome (talk | contribs) (→‎Basic commands: * Open TCP ports: <code>lsof -iTCP -sTCP:LISTEN -P -n</code>)
Jump to navigation Jump to search

lsof[1] list open files and network connections.


Basic commands

  • lsof -t /path/to/file
  • lsof /path/to/file
  • lsof -p PID
  • Open TCP ports: lsof -iTCP -sTCP:LISTEN -P -n

See also

  • http://man7.org/linux/man-pages/man8/lsof.8.html
  • Advertising: