How to find a list of all files that end in multiple extensions using the Linux command line Use this command: find /home/domain/public_html/ -type f -iname ‘*.jpg’ -or -iname ‘*.pdf’ Read More
How to determine the version of PHP running per site on a Virtualmin server Use the command below to quickly see which sites are running (outdated) PHP versions on your Virtualmin server: find -L /home/*/etc/php.ini -xtype l -exec ls Read More