Question
Can I move and symlink /var/cpanel/bandwidth?
Answer
You would be able to symlink the contents of /var/cpanel/bandwidth if you want to move it to another partition that is bigger. You can do the move and symlink with the following commands:
mv /var/cpanel/bandwidth /home/bandwidth
ln -s /home/bandwidth /var/cpanel/bandwidth
While this is not normally needed, you can also restart the cPanellogd service to make sure it loads the changes using the following command:
/scripts/restartsrv_cpanellogd