Difference between revisions of "Lsof"
Jump to navigation
Jump to search
↑ http://man7.org/linux/man-pages/man8/lsof.8.html
(Created page with "<code>lsof</code><ref>http://man7.org/linux/man-pages/man8/lsof.8.html</ref> list open files. == Basic commands == * <code>lsof -t /path/to/file</code> * <code>lsof /path/...") |
|||
Line 1: | Line 1: | ||
− | <code>lsof</code><ref>http://man7.org/linux/man-pages/man8/lsof.8.html</ref> list open files. | + | <code>lsof</code><ref>http://man7.org/linux/man-pages/man8/lsof.8.html</ref> list open files and network connections. |
Revision as of 13:53, 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
See also
Advertising: