gcho200i

Registered
Oct 8, 2002
3
0
151
My server has not proper user quota.
I checked
cd public_html,
du -sh
& 4.0 G

But WHM show 678M.

How can fix it.

I ran fixquota many times.
and upcp, updatenow....

Not fixed.
 

sisser

Registered
Jan 12, 2003
1
0
151
You probarly moved some files trough ssh. Quota doesn't check a folder specificly, but checks all the files on the mounted volume, that are owned by a specific user.

Like: quota user1 ----&checks for files owned by user1

You can change ownership of a file with the following command

chown user:group /path -R


Greetz
Sis