When I entered following command in my terminal
ls -la /etc | grep "\->"
I got following list & need to know what type of link is this type

and kindly guide me how can I create this type of links.
the type of link is different
and i followed following instruction
- created a folder called folder-a
- entered following command ln -sv folder-a folder-b
- and output is displayed as ‘folder-b’ -> ‘folder-a’
- when i type ls - l the color is cyan blue folder-b -> folder-a
but i am expecting above image result