This is more of a curiosity, but I noticed /etc/httpd/logs
is symlinked to /var/log/httpd
, but when I am inside of /etc/httpd/logs
and I do ls -la
I see:
drwx------ 2 root root 4096 Mar 21 14:58 .
drwxr-xr-x 9 root root 4096 Mar 17 03:10 ..
Why doesn't the .
entry show lrwx....
?
But when I go to /etc/httpd
and do ls -la
I see:
lrwxrwxrwx 1 root root 19 Mar 4 17:12 logs -> ../../var/log/httpd