Community Forums
Connect with us on LinkedIn
Community Notice
+ Reply to Thread
Results 1 to 2 of 2
  1. #1
    cPanel Partner NOC cPanel Partner NOC Badge
    Join Date
    Jun 2006
    Posts
    10

    Default Multiple Terminate accounts

    hi all
    I need your help for a little script

    I found this one but not complete:


    #!/bin/sh

    cd /var/cpanel/suspended/
    for user in *
    do
    echo y | /scripts/killacct $user
    done
    exit


    I want not remove accounts suspended due to the bandwith limit and I want to keep users from march 2007

    thx for your help

  2. #2
    Member nilesh_kolte's Avatar
    Join Date
    Apr 2006
    Posts
    66

    Default

    Use the following script to terminate the accounts.


    for user in `cat list11`
    do
    echo "===================================================="
    echo "Terminating user $user"
    echo y | /scripts/killacct $user
    done
    echo "~~~~~~~~~~~~~~~~D~O~N~E~~~~~~~~~~~~~~~~~~~~~~~~~~~~"

    First create a list of the suspended user which was suspedned before march 2007 and put that user in the file call list11. Create both files in the same location. Like script is located in /home/kill.sh so the list11 should be in /home/

    Good Luck
    ~~~ Cool Buddy ~~~

Similar Threads & Tags
Similar threads

  1. Why it's so painful to terminate multiple accounts?
    By DjiXas in forum Feature Requests for cPanel/WHM
    Replies: 5
    Last Post: 01-14-2011, 12:24 PM
  2. Terminate Multiple Account from root is Causing HTTPD failure
    By aceslady06 in forum cPanel and WHM Discussions
    Replies: 2
    Last Post: 01-15-2008, 09:08 PM
  3. Terminate Multiple Accounts problem...
    By pongtorn in forum cPanel and WHM Discussions
    Replies: 2
    Last Post: 05-11-2007, 06:56 PM
  4. terminate multiple accounts (0% bandwidth, 0.00 Meg space)
    By clanosiris in forum cPanel and WHM Discussions
    Replies: 1
    Last Post: 01-02-2006, 05:33 AM
  5. 'Terminate Multiple Accounts' feature gone
    By iNetter in forum cPanel and WHM Discussions
    Replies: 4
    Last Post: 05-25-2004, 11:02 PM
Linkedin       Facebook       Twitter       RSS       Flickr       YouTube