开发者

What C++ library can I use to check disk quotas on linux?

开发者 https://www.devze.com 2023-02-13 04:47 出处:网络
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?

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);
0

精彩评论

暂无评论...
验证码 换一张
取 消