lsof

From wikieduonline
Jump to navigation Jump to search

Basic commands

  • lsof /path/to/file or lsof /path/to/dir or lsof /dev/sdc1
  • lsof -t /path/to/file
-t terse output with process identifiers only and no header

Files related

List all open files by a specific process:

Network related

Open TCP ports:

Open UDP ports:

  • lsof -iUDP -P -n
  • macOS: sudo lsof -iTCP -sTCP:LISTEN -n -P

Related commands

Activities

See also

Advertising: