The wordpress files and folders are using the prefix wp_
find -iname wp_*
[/home]# find -iname wp_*
egrep -R -i 'wp-*' /home/*
Ohh man..that gives us too much output than required...a lot of junkegrep -R -i 'wp-*' /home/*
egrep -R -i 'wp-*' /home/*
It gives you only what is required...find -iname wp_*
find /home/*/public_html/ -type f -name wp-*
find /home/*/public_html/ -type f -name wp-* > result.txt
find /home/*/public_html/ -type f -name wp-* | more
/var/cpanel/cpanel.config
/usr/local/cpanel/whostmgr/bin/whostmgr2 --updatetweaksettings
from the source server to the destination server/var/cpanel/cpanel.config
/usr/local/cpanel/whostmgr/bin/whostmgr2 --updatetweaksettings
cd /var/cpanel; tar -cpzf cpconfig.tar.gz cpanel.config; mv cpconfig.tar.gz /usr/local/apache/htdocs/
wget http://IPADDRESS/cpconfig.tar.gz; tar -xzf cpconfig.tar.gz; rm -rf cpconfig.tar.gz; mv cpanel.config /var/cpanel/
/usr/local/cpanel/whostmgr/bin/whostmgr2 --updatetweaksettings