lsof

From wikieduonline
Jump to navigation Jump to search

Basic commands[edit]

  • 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[edit]

List all open files by a specific process:

Network related[edit]

Open TCP ports:

Open UDP ports:

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

Related commands[edit]

Activities[edit]

See also[edit]

Advertising: