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
ls
, not the creation of (symbolic) links. Is that correct? Could you please include the output ofls -ld folder-a
(as text and, if you need colours, as an image)? What's the output ofreadlink folder-a
? If it'sfolder-b
then everything is in order. – David Foerster Jul 18 '17 at 11:17{}
button in the editor toolbar) will be much more readable there; alternatively you can use a pastie service for longer listings and include the link of your pastie in your question. Overall it’s best to have everything relevant in one place. Additionally, comments may be deleted for various reasons. Thanks. – David Foerster Jul 18 '17 at 14:21