Imunify360 enable malware cleanup for all users

One line script for enable malware cleanup for all users.It can be used as batch script for every feature those can be applied only user basis.

Other command line options described here

for i in $(awk -F: ' $3 >= 10000 {print $1}' /etc/passwd); do imunify360-agent feature-management enable --feature av --users $i; done

Unable to change hosting php version in php selector for Cloudlinux

In this case,problem is file permissions for php.ini file related that you want to switch php version.

Login to shell and change the group owner of related file.Sample command is for php 7.4

chgrp linksafe /opt/alt/php74/etc/php.ini