updated 'fuser' one-liners

- signed-off-by: trimstray <trimstray@gmail.com>
This commit is contained in:
trimstray 2019-03-26 09:45:12 +01:00
parent 01875960f4
commit e0a307851e

View File

@ -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)