Friday, May 25, 2012

Linux get quota by folder



if you get "Disk quota exceeded", then you like know what happened with your folders


$find . -type f | cut -d "/" -f 2 | sort | uniq -c | sort -n


$du
$df

woks too

references:
[1] http://www.codecoffee.com/tipsforlinux/articles/22.html

No comments:

Upgrade old Android to 10 in Sony Xperia

 https://dev.androidfilehost.com/?w=files&flid=295879&sort_by=name&sort_dir=ASC  https://twrp.me/sony/sonyxperia10.html   https:...