Changing cpanel theme from command line
June 9th, 2009
No comments
If you want to change themes of all cpanel account hosted on your dedicated server then you can change them easily just by using few commands :
# replace RS=oldtheme RS=newtheme — /var/cpanel/users/*
This will change all the cpanel users theme, if you need to change only one account,
# cd /var/cpanel/users/
# nano user_account
and use above replace command # replace RS=oldtheme RS=newtheme — /var/cpanel/users/*
















