updated 'fuser' one-liners

- signed-off-by: trimstray <trimstray@gmail.com>
pull/82/head
trimstray 2019-03-26 09:45:12 +01:00
parent 01875960f4
commit e0a307851e
1 changed files with 6 additions and 0 deletions

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)