Question
What is a symbolic link?
Select an option. Your answer will be checked instantly.
Correct Answer: A. A special file containing a pathname that refers to another file or directory
Explanation:
A symbolic link stores a textual path that the file system resolves when accessed.
It can cross file systems but may become dangling if the target is removed.
Leave a Reply