Fli
11-09-2015, 12:58 PM
How WHM/cpanel server admin can reset cpanel account monthly bandwidth(data transfer) quota?
One can do following commands:
for i in $(ls /var/cpanel/bandwidth/ | grep abababa);do mv $i /tmp/;done
/scripts/runweblogs abababa
where "abababa" is name of the cpanel account for which we want to zero/reset the current month data transfer/bandwidth
One can do following commands:
for i in $(ls /var/cpanel/bandwidth/ | grep abababa);do mv $i /tmp/;done
/scripts/runweblogs abababa
where "abababa" is name of the cpanel account for which we want to zero/reset the current month data transfer/bandwidth