什么 C++我可以使用库来检查 Linux 上的磁盘配额吗?

发布于 2024-10-19 06:54:07 字数 45 浏览 1 评论 0原文

是否有一个易于使用的库可用于检查磁盘配额?我需要修改一个软件来实现这个功能。

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 functionality.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

和我恋爱吧 2024-10-26 06:54:07

你不能只使用quotactl吗?

int quotactl(int cmd, const char *special, int id, caddr_t addr);

Can't you just use quotactl?

int quotactl(int cmd, const char *special, int id, caddr_t addr);
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文