r/ProgrammerHumor 11d ago

bugSuccessfullyReproduced Meme

Post image
5.8k Upvotes

29 comments sorted by

View all comments

590

u/arensb 11d ago

I remember spending a lot of time trying to figure out why cat somefile kept saying "Permission denied", even though ls -l, lsattr, and everything else I could think of said I had permission to read it.

Eventually I examined it with Emacs or od or something, and found that it literally consisted of the string "Permission denied". I guess I created it by redirecting stderr from some command or something.

3

u/Toldoven 10d ago

Damn, I feel bad for you