mirror of
https://github.com/trimstray/the-book-of-secret-knowledge
synced 2024-12-26 09:58:40 +01:00
updated 'fuser' one-liners
- signed-off-by: trimstray <trimstray@gmail.com>
This commit is contained in:
parent
01875960f4
commit
e0a307851e
1 changed files with 6 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue