mirror of
https://github.com/onceupon/Bash-Oneliner.git
synced 2025-08-21 19:33:15 +02:00
System
- Run yum update excluding a package
This commit is contained in:
@ -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
|
||||||
|
Reference in New Issue
Block a user