Hello,
i found good looking bash scripts that can help terminate cpanel accounts that has been suspended for more than X days.
http://linuxhostingsupport.net/blog/script-to-teminate-suspended-accounts-on-a-cpanel-server
http://www.mickgenie.com/terminate-cpanel-account-that-suspended-for-more-than-2-months/
I wanted to ask if following command is safe and will list only accounts that has been inactive/suspended for more than 60 days?
find /var/cpanel/suspended/ -mtime +60
If it is safe to terminate each account found by that command. Im OK with terminating accounts that are non-temporarily suspended for more than 60 days.
Thank you
i found good looking bash scripts that can help terminate cpanel accounts that has been suspended for more than X days.
http://linuxhostingsupport.net/blog/script-to-teminate-suspended-accounts-on-a-cpanel-server
http://www.mickgenie.com/terminate-cpanel-account-that-suspended-for-more-than-2-months/
I wanted to ask if following command is safe and will list only accounts that has been inactive/suspended for more than 60 days?
find /var/cpanel/suspended/ -mtime +60
If it is safe to terminate each account found by that command. Im OK with terminating accounts that are non-temporarily suspended for more than 60 days.
Thank you
Last edited: