not reset disk usage on directadmin !

He3am

Verified User
Joined
Mar 7, 2013
Messages
95
hi
my website 200mb but on directadmin 1gb disk usage ! when login to ssh and go to folder for host and run this command : du -sh show 200mb
run this command echo "action=quotatally&value=all" >> /usr/local/directadmin/data/task.queue not fix problem
how slove this problem ?
 
The du -sh command only shows the usage of files owned by your username in that directory. You can run:
Code:
find / -user USERNAME
to find all the files owned by USERNAME.

Jeff
 
Back
Top