gpt4 book ai didi

linux - 根目录下的父目录列表

转载 作者:IT王子 更新时间:2023-10-29 01:20:53 25 4
gpt4 key购买 nike

众所周知。每个 Unix 目录都包含特殊目录——current(.) & parent(..)。 Unix 中的顶级根目录也称为“/”。

当我在根目录下尝试时,

  $ ls -ia
2 .
2 ..
3963 bin

...............

(.) & (..) 都有相同的 inode 号

&执行

$ cd .. 

在根目录结束于同一位置。

我的问题是为什么连根目录都包含特殊目录列表 (..)?什么需要在根目录列出(..)?

最佳答案

简单地说,它只是为了保持约定的一致性


根据POSIX定义

3.144 Empty Directory

A directory that contains, at most, directory entries for dot and dot-dot, and has exactly one link to it (other than its own dot entry, if one exists), in dot-dot. This definition is repeated with different phrasings in the POSIX descriptions of all file-commands.

来自 super 用户 answer :

This above convoluted definition for an Empty Directory is apparently behind this funny convention, and its purpose is to avoid any exceptions to the rule, not even for slash (/) i.e. root dir.

关于linux - 根目录下的父目录列表,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/41216154/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com