- Run yum update excluding a package
This commit is contained in:
bonnie 2020-07-19 22:18:48 +08:00
parent e17743e9b9
commit fe139c35d1

View File

@ -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