When I did ls -al
after cd /etc/apache2/sites-enabled
I see the following
drwxr-xr-x 2 root root 4096 Aug 11 08:18 .drwxr-xr-x 8 root root 4096 Aug 11 06:01 ..lrwxrwxrwx 1 root root 56 Aug 11 01:19 abc.com-le-ssl.conf -> /etc/apache2/sites-available/abc.com-le-ssl.conflrwxrwxrwx 1 root root 39 Aug 11 01:14 abc.com.conf -> ../sites-available/abc.com.conflrwxrwxrwx 1 root root 35 Aug 10 23:55 abc.conf -> ../sites-available/abc.conf
- What does -> means?
- Why doesn't -> show up when I do
ls
orls -a
?