Linux server administration tips
Wednesday, 30 July 2014
Script To Terminate Suspended Accounts- CPanel Server
#!/bin/bash
for i in `find /var/cpanel/suspended/ -mtime +30 | cut -d’/’ -f5 | sed ’1 d’`
do
y | /scripts/killacct $i;
done;
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment