From e0a307851eaa2e72170c427d7d77cb22deb22bda Mon Sep 17 00:00:00 2001 From: trimstray Date: Tue, 26 Mar 2019 09:45:12 +0100 Subject: [PATCH] updated 'fuser' one-liners - signed-off-by: trimstray --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 3661b44..e419397 100644 --- a/README.md +++ b/README.md @@ -1253,6 +1253,12 @@ fuser -k filename fuser -v 53/udp ``` +###### Show all processes using the named filesystems or block device + +```bash +fuser -mv /var/www +``` + ___ ##### Tool: [lsof](https://en.wikipedia.org/wiki/Lsof)