Is there an easy to use library that I can use for checking disk quotas? I need to modify a piece of software I have to implement this funct开发者_如何学Cionality.
Can't you just use quotactl
?
int quotactl(int cmd, const char *special, int id, caddr_t addr);
精彩评论