diff --git a/README.md b/README.md index ee28af5..a11001a 100644 --- a/README.md +++ b/README.md @@ -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