From 3839b5e390c53b74f58003cf082030df02391f9a Mon Sep 17 00:00:00 2001 From: johannst Date: Sat, 9 Sep 2023 08:32:23 +0000 Subject: deploy: 30bc89f36a0310eb5c9c710f0544577b3688fd77 --- monitor/lsof.html | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'monitor/lsof.html') diff --git a/monitor/lsof.html b/monitor/lsof.html index 5bb272d..ce57136 100644 --- a/monitor/lsof.html +++ b/monitor/lsof.html @@ -218,6 +218,12 @@

IPv4 TCP connections in ESTABLISHED state

lsof -i 4TCP -s TCP:ESTABLISHED
+
+

List open files in a mounted directory.

+

This may help to find which processes keep devices busy when trying to unmount +and the device is currently busy.

+
# Assuming /proc is a mount point.
+lsof /proc
 
-- cgit v1.2.3