4

Why do I get a "?" mark at the end of a symlink sometimes?

E.g.

lrwxrwxrwx 2 root root 0 1969-12-31 19:00  xyz -> abc?
jldupont
  • 1,779
  • 4
  • 23
  • 27

1 Answers1

5

More than likely there's a stray non-printing character at the end of the filename. Use ls -lb to show the character.

Dennis Williamson
  • 60,515
  • 14
  • 113
  • 148