Lsof

From wikieduonline
Revision as of 13:59, 8 December 2019 by Welcome (talk | contribs) (* Open UDP ports:<code>lsof -iUDP -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
  • Open UDP ports:lsof -iUDP -P -n


See also

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