Kernverknüpfungen
Kernverknüpfungen, also known as kernel links or hard links in English, are a fundamental concept in many file systems, particularly Unix-like systems such as Linux and macOS. A kernverknüpfung is essentially a directory entry that points to an inode, which is a data structure containing metadata about a file, including its location on the disk. When a kernverknüpfung is created, it doesn't create a new copy of the file's data; instead, it creates a new name or path that refers to the exact same data and metadata as another existing file.
This means that all kernverknüpfungen to the same inode are indistinguishable from the original file. If a
Kernverknüpfungen are distinct from symbolic links (symlinks), which are a special type of file that contains