I have a folder "abc". I create a symlink: ln -s abc abclink. but then, whan I type, cd abclink it says "No such file or directory".
I can see the link, it has "lrwxr-xr-x" permissions, why doesn't it work? How to make it work?
|
I have a folder "abc". I create a symlink: I can see the link, it has "lrwxr-xr-x" permissions, why doesn't it work? How to make it work? | |||
|
feedback
|
|
Usually when you run into that, your target is invalid. i.e. abc doesn't exist. Yes, you can create symlinks to things that don't exist. | |||||||||
feedback
|