我们如何从用户空间找到文件占用的块数

发布于 2024-08-19 03:44:27 字数 112 浏览 6 评论 0原文

我们如何从用户空间找到文件占用的块数?是否有命令可以执行此操作,或者我们需要访问 inode 结构然后获取信息。

我在互联网上搜索了很多,但找不到有效的答案。你能告诉我吗谢谢

How can we find the number of blocks occupied by a file from userspace ? Is there a command to do so or we need to access the inode structure and then fetch the information.

I have searched a lot on the internet but could not find a valid answer. Can you please let me know

Thanks.

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

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

发布评论

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

评论(1

烂柯人 2024-08-26 03:44:27
ls -s

从命令行回答这个问题。

stat(2)

从 C 或 C++ 中回答。

ls -s

answers this question from command line.

stat(2)

answers it from C or C++.

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