What is true about links in a Linux file system?
What is true about links in a Linux file system?
A symbolic link can point to a file on another file system. Unlike hard links, which must reside in the same file system as the target, symbolic links can reference files or directories located on different file systems, making them more flexible in terms of cross-file system referencing.
D. A symbolic link just stores a path. It can store any string that's made of valid path characters
D is correct. A symbolic link is like a middleman or "go between"