mirror of
https://github.com/onceupon/Bash-Oneliner.git
synced 2024-11-22 12:57:01 +00:00
System
- Run yum update excluding a package
This commit is contained in:
parent
e17743e9b9
commit
fe139c35d1
@ -1983,6 +1983,11 @@ apt list --installed
|
|||||||
yum list installed
|
yum list installed
|
||||||
```
|
```
|
||||||
|
|
||||||
|
##### Run yum update excluding a package (e.g. do not update php packages)
|
||||||
|
```bash
|
||||||
|
sudo yum update --exclude=php*
|
||||||
|
```
|
||||||
|
|
||||||
##### Check which file make the device busy on umount
|
##### Check which file make the device busy on umount
|
||||||
```bash
|
```bash
|
||||||
lsof /mnt/dir
|
lsof /mnt/dir
|
||||||
|
Loading…
Reference in New Issue
Block a user