I often found the Unix command ln confusing. It just seems kind of back to front to me.
Here for my reference and anyone else, is how to use it.
$ ln -sv <existing_folder> <new_link_name>
-s to create a symbolic link
-v for verbose output
I often found the Unix command ln confusing. It just seems kind of back to front to me.
Here for my reference and anyone else, is how to use it.
$ ln -sv <existing_folder> <new_link_name>
-s to create a symbolic link
-v for verbose output