Lsof

From wikieduonline
Jump to navigation Jump to search

Basic commands

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

List all open files by a specific process:

  • lsof -p PID
  • lsof -u USERNAME

Network related

Open TCP ports:

  • lsof -iTCP -sTCP:LISTEN -P -n

Open UDP ports:

  • lsof -iUDP -P -n

Related commands

Activities

See also

Advertising: