Clone cPanel Feature Lists From Command Line

This article provides a guide for how to clone cPanel Feature Lists from command line interface (root-level access required).

Clone cPanel Feature Lists from Command Line

For cPanel server administrators, it may be helpful to create a clone of an existing Feature List. Here are the steps to clone cPanel Feature Lists from the command line:

  1. Login via SSH as root.
  2. Run the following command to clone "existing" Feature List to "cloned" Feature List:
    cp /var/cpanel/features/existing /var/cpanel/features/cloned
    Replace "existing" with name of Feature List to clone. Replace "cloned" with the desired name of cloned list.

That's it. You should now find the cloned list from the WHM Feature Manager, as well as be able to assign the list to Packages.

Conclusion

You now know how to clone cPanel Feature Lists from command line interface.

Related:

  • whm, feature manager
  • 2 Users Found This Useful
Was this answer helpful?

Related Articles

Disable Network Manager on CentOS 7

This article will provide the steps to disable Network Manager in CentOS 7. Network Manager is...

Disable Network Manager on CentOS 6

This article will provide the steps to disable Network Manager in CentOS 6. Network Manager is...

How to Find the IP of cPanel/WHM Server

This tutorial is designed to troubleshoot and diagnose issues with cPanel license errors. Find...

Uninstall WHMXtra on cPanel Server

This article provides a quick and direct guide for uninstalling the WHMXtra plugin from a...

How to Customize cPanel Installation

This article provides a guide for customizing a cPanel server installation, using the...