mirror of
https://github.com/onceupon/Bash-Oneliner.git
synced 2024-11-22 12:57:01 +00:00
add system
Check which file make the device busy on umount
This commit is contained in:
parent
821380ddc3
commit
63201adc86
@ -1977,6 +1977,12 @@ or Red Hat:
|
|||||||
```bash
|
```bash
|
||||||
yum list installed
|
yum list installed
|
||||||
```
|
```
|
||||||
|
|
||||||
|
##### Check which file make the device busy on umount
|
||||||
|
```bash
|
||||||
|
lsof /mnt/dir
|
||||||
|
```
|
||||||
|
|
||||||
##### Tutorial for setting up your own DNS server
|
##### Tutorial for setting up your own DNS server
|
||||||
http://onceuponmine.blogspot.tw/2017/08/set-up-your-own-dns-server.html
|
http://onceuponmine.blogspot.tw/2017/08/set-up-your-own-dns-server.html
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user