If symlink is executable (ln), will the file it is pointing to that is not executable, be exposed? Quick googling does give all kinds of answers around the topic but not a direct answer.
Being exposed here means, if i use a single file php tool on a webserver that i create a symlink into that again is accessed from index file, will the php be accessible outside?
index.php -> symlink -> tool.php(am i exposed to the internet?)