mirror of
https://github.com/trimstray/the-book-of-secret-knowledge.git
synced 2024-12-19 18:06:14 +00:00
updated 'fuser' one-liners
- signed-off-by: trimstray <trimstray@gmail.com>
This commit is contained in:
parent
01875960f4
commit
e0a307851e
@ -1253,6 +1253,12 @@ fuser -k filename
|
|||||||
fuser -v 53/udp
|
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)
|
##### Tool: [lsof](https://en.wikipedia.org/wiki/Lsof)
|
||||||
|
Loading…
Reference in New Issue
Block a user