Closed Un1q32 closed 1 year ago
broken symlinks will produce a No such file or directory error when listing a directory with one
No such file or directory
to reproduce
mkdir testdir ln -s /doesntexist ls
error: ls: ./doesntexist: No such file or directory
ls: ./doesntexist: No such file or directory
No, I don't see the problem.
ls -L reports "No such file or directory" but not ls.
ls -L
ls
oh i didnt realize that was normal behavior
broken symlinks will produce a
No such file or directory
error when listing a directory with oneto reproduce
error:
ls: ./doesntexist: No such file or directory