Linux中的硬链接[关闭](hardlinks in Linux [closed])

编程入门 行业动态 更新时间:2024-10-27 18:34:18
Linux中的硬链接[关闭](hardlinks in Linux [closed])

Linux中的hardlink大小是多少? 它是inode的大小吗? 如果我有两个?

感谢advnace的任何解释,我试着google ,但没有找到任何东西

What is the size of the hardlink in Linux? Will it be the size of the inode? If I have two of them?

Thanks in advnace for any explanation, I tried to google it, but didn't find anything

最满意答案

硬链接重用inode ,但需要一个单独的目录条目,它占用8个字节加上 ext2中文件名的长度 。 可能存在其他相关成本,例如,当使用目录索引时,目录也会按整个块增长。

A hard link reuses the inode, but requires a separate directory entry, which takes up 8 bytes plus the length of the file name in ext2. There may be other costs associated, such as when directory indexing is used, also, directories grow by entire blocks.

更多推荐

本文发布于:2023-08-05 08:02:00,感谢您对本站的认可!
本文链接:https://www.elefans.com/category/jswz/34/1428993.html
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。
本文标签:链接   Linux   closed   hardlinks

发布评论

评论列表 (有 0 条评论)
草根站长

>www.elefans.com

编程频道|电子爱好者 - 技术资讯及电子产品介绍!