Skip to main content

User accout quota

Comments

3 comments

  • cPanelLauren
    Hello, What is the output of the following? user=cpuser; \ echo -ne "\nHome dir usage:\t"; du -hsc grep ^$user /etc/passwd |cut -d: -f6
    |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)
    0
  • tnt16
    cpuser -- 26754M 0K 0K 218k 0 0 I don't understand where to look for those extra GB
    0
  • tnt16
    I found. sorry for the confusion. The user has uploaded the backup to the log directory
    0

Please sign in to leave a comment.