Hacker News new | ask | show | jobs
by nknighthb 4285 days ago
No. /etc/passwd is world-readable by necessity. /etc/shadow should only be readable by root. Your webserver should not be running as root.
1 comments

Oh! It makes sense. :)