Shell Programming And Scripting

How to Terminate old suspended accounts on cpanel server

Terminate old suspended accounts on cpanel server Following scripts:  1) vi /root/terminatesuspended.sh for i in `find /var/cpanel/suspended/ -mtime +90 | cut…

9 years ago

Backup script for reseller account

Following are the steps to take increment backup of reseller account on backup server. 1) First we need to find…

9 years ago