200-201 · Question #494
An engineer is sharing folders and files with different departments and got this error: "No such file or directory". What must the engineer verify next?
The correct answer is B. symlinks. The error message "No such file or directory" typically indicates that the specified file or directory does not exist at the expected location. This often happens when a symlink (symbolic link) points to a non-existent or moved file/directory. The engineer should verify that…
Question
An engineer is sharing folders and files with different departments and got this error: "No such file or directory". What must the engineer verify next?
Options
- Amemory allocation
- Bsymlinks
- Cpermission
- Ddisk space
How the community answered
(52 responses)- A8% (4)
- B73% (38)
- C4% (2)
- D15% (8)
Explanation
The error message "No such file or directory" typically indicates that the specified file or directory does not exist at the expected location. This often happens when a symlink (symbolic link) points to a non-existent or moved file/directory. The engineer should verify that the symlink is correctly pointing to a valid file or directory and that the target has not been deleted or moved.
Topics
Community Discussion
No community discussion yet for this question.