Is 9Mb too much?
Anyway you can either lower number of kept rotated logs, or disable rotation by directadmin and do it however you like.
http://www.directadmin.com/features.php?id=507
Well, it is 900MB so yes it is very big in my opinion..
Its 9mb not 900 lol
# quota -u <USERNAME>
# repquota -a | grep <USERNAME>
# du -sh "/home/<USERNAME>"
[root@reverse /]#du -h /home/surfen
4.0K /home/surfen/imap/***.nl
8.0K /home/surfen/imap
4.0K /home/surfen/Maildir/cur
4.0K /home/surfen/Maildir/new
4.0K /home/surfen/Maildir/.INBOX.spam/cur
4.0K /home/surfen/Maildir/.INBOX.spam/new
4.0K /home/surfen/Maildir/.INBOX.spam/tmp
16K /home/surfen/Maildir/.INBOX.spam
4.0K /home/surfen/Maildir/tmp
32K /home/surfen/Maildir
1.1M /home/surfen/domains/***.nl/logs
112K /home/surfen/domains/***.nl/public_html/includes
20K /home/surfen/domains/***.nl/public_html/plugins
16K /home/surfen/domains/***.nl/public_html/themes/simple
40K /home/surfen/domains/***.nl/public_html/themes/default
60K /home/surfen/domains/***.nl/public_html/themes
8.0K /home/surfen/domains/***.nl/public_html/tmp
292K /home/surfen/domains/***.nl/public_html
4.0K /home/surfen/domains/***.nl/.htpasswd
4.0K /home/surfen/domains/***.nl/public_ftp/incoming
8.0K /home/surfen/domains/***.nl/public_ftp
1.4M /home/surfen/domains/***.nl
1.4M /home/surfen/domains
1.4M /home/surfen
[root@reverse /]#quota --help
quota: invalid option -- -
quota: Usage: quota [-guqxvs] [-l | -Q] [-i] [-F quotaformat]
quota [-qxvs] [-l | -Q] [-i] [-F quotaformat] -u username ...
quota [-qxvs] [-l | -Q] [-i] [-F quotaformat] -g groupname ...
Bugs to: [email protected], [email protected]
[root@reverse /]#quota -u surfen
Disk quotas for user surfen (uid 525):
Filesystem blocks quota limit grace files quota limit grace
/dev/sda1 958596 1048576 1153433 8688 0 0
df -h
mount
find / -user admin <USERNAME>
find / -user admin <USERNAME>
find / -user <USERNAME>
This should be
I suppose.Code:find / -user <USERNAME>
There are two basic types of disk quotas. The first, known as a usage quota or block quota, limits the amount of disk space that can be used. The second, known as a file quota or inode quota, limits the number of files and directories that can be created.