cPanelLauren

Product Owner II
Staff member
Nov 14, 2017
13,266
1,304
363
Houston
Hello,

What is the output of the following?

Code:
user=cpuser; \
echo -ne "\nHome dir usage:\t"; du -hsc [ICODE]grep ^$user /etc/passwd |cut -d: -f6[/ICODE] |grep total; \
echo -ne "MySQL usage:\t"; du -hsc /var/lib/mysql/$user* |grep total; \
echo "Quota report: "; repquota -a |head -n5; repquota -as |grep ^$user' '; echo
(please obfuscate the username when responding)