Je voudrais savoir pourquoi.
> Hard link to directories are generally prohibited for two reasons:
>
> * Because filesystems must have an acyclic structure. (An inode is deleted
> when there are no references to it. A directory cycle would have a 'life' on
> its own and would require a kind of garbage collection)
>
> * Directories only have one '..' entry (so your directory have to be
> "somewhere" anyway)
[^] # Re: Liens pas symboliques sur les répertoires
Posté par M . En réponse au journal Sujet du journalliens pas symboliques sur les répertoires. Évalué à 2.
> Hard link to directories are generally prohibited for two reasons:
>
> * Because filesystems must have an acyclic structure. (An inode is deleted
> when there are no references to it. A directory cycle would have a 'life' on
> its own and would require a kind of garbage collection)
>
> * Directories only have one '..' entry (so your directory have to be
> "somewhere" anyway)