Difference between revisions of "Lsof"
Jump to navigation
Jump to search
↑ http://man7.org/linux/man-pages/man8/lsof.8.html
(→Basic commands: * Open TCP ports: <code>lsof -iTCP -sTCP:LISTEN -P -n</code>) |
|||
Line 6: | Line 6: | ||
* <code>lsof /path/to/file</code> | * <code>lsof /path/to/file</code> | ||
* <code>lsof -p PID</code> | * <code>lsof -p PID</code> | ||
− | + | * Open [[TCP]] ports: <code>lsof -iTCP -sTCP:LISTEN -P -n</code> | |
== See also == | == See also == |
Revision as of 13:59, 8 December 2019
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
Advertising: