mirror of
https://github.com/onceupon/Bash-Oneliner
synced 2024-11-26 14:40:16 +00:00
add system
Check which file make the device busy on umount
This commit is contained in:
parent
821380ddc3
commit
63201adc86
1 changed files with 6 additions and 0 deletions
|
@ -1977,6 +1977,12 @@ or Red Hat:
|
|||
```bash
|
||||
yum list installed
|
||||
```
|
||||
|
||||
##### Check which file make the device busy on umount
|
||||
```bash
|
||||
lsof /mnt/dir
|
||||
```
|
||||
|
||||
##### Tutorial for setting up your own DNS server
|
||||
http://onceuponmine.blogspot.tw/2017/08/set-up-your-own-dns-server.html
|
||||
|
||||
|
|
Loading…
Reference in a new issue