Base de Conhecimento

The removeacct Script  Imprimir este Artigo

Overview:

The /usr/local/cpanel/scripts/removeacct script terminates cPanel accounts from the command line.

Warning:
  • This script removes all of the information for an account. Make certain that you wish to completely remove the account from your server before you run this script.
  • After you use this script to terminate an account, you cannot recreate the account immediately (for example, to restore the account from a backup). A short delay occurs while the system removes the account’s MySQL® users.
Note:
  • In the examples throughout this document, username represents the username of the account that you wish to terminate.

  • To terminate a cPanel account, you can also use WHM’s Terminate Accounts interface (WHM >> Home >> Multi Account Functions >> Terminate Accounts).

Run the script

To use the /usr/local/cpanel/scripts/removeacct script to terminate a cPanel account from the command line, run the following command:

/usr/local/cpanel/scripts/removeacct username [options]

Options

When you run the /usr/local/cpanel/scripts/removeacct script, you can specify the following options:

Option Description Example
--force Bypass the confirmation step in the script and immediately terminate the account. /usr/local/cpanel/scripts/removeacct username --force
--keepdns Retain the account’s zone files from the DNS server when the script terminates the account. /usr/local/cpanel/scripts/removeacct username --keepdns

Esta resposta foi útil?

Artigos Relacionados

WHM Scripts
Overview: The cPanel & WHM installation process adds important scripts to your server’s...
The dbmaptool Script
Overview: You can use the /usr/local/cpanel/bin/dbmaptool script to grant ownership of databases...
The servers_queue Script
Overview: This script allows you to manage the task queue system. The task queue system allows...
The auto-adjust-mysql-limits Script
Overview: The /usr/local/cpanel/scripts/auto-adjust-mysql-limits script updates MySQL®...
The autossl_check Script
Overview: The /usr/local/cpanel/bin/autossl_check script allows you to manually check the SSL...