mirror of
https://github.com/onceupon/Bash-Oneliner.git
synced 2025-02-11 04:52:44 +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
|
||||
```
|
||||
|
||||
##### 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
|
||||
```bash
|
||||
lsof /mnt/dir
|
||||
|
Loading…
x
Reference in New Issue
Block a user