logoalt Hacker News

zerocratesyesterday at 9:03 PM1 replyview on HN

It being readable is the default configuration most places, after all the purpose is to call it from a non-privileged user. But I could see it being made non-readable since its use is discouraged nowadays... though then I'd expect sudo to be readable as an alternative.


Replies

rkeene2yesterday at 9:30 PM

My `sudo` is also not readable. Files/directories don't need to be readable to be executed. I can still use `su` and `sudo`.